Home
last modified time | relevance | path

Searched refs:io (Results 1 – 12 of 12) sorted by relevance

/sysdeps/unix/sysv/linux/ia64/
A Dioperm.c50 io; variable
72 if (!io.base) in _ioperm()
77 io.page_mask = ~(__getpagesize() - 1); in _ioperm()
97 io.base = base; in _ioperm()
102 if (!io.base) in _ioperm()
136 volatile unsigned char *addr = (void *) io.base + io_offset (port); in _inb()
147 volatile unsigned short *addr = (void *) io.base + io_offset (port); in _inw()
158 volatile unsigned int *addr = (void *) io.base + io_offset (port); in _inl()
169 volatile unsigned char *addr = (void *) io.base + io_offset (port); in _outb()
178 volatile unsigned short *addr = (void *) io.base + io_offset (port); in _outw()
[all …]
A DMakefile11 sysdep_headers += sys/io.h
/sysdeps/unix/sysv/linux/alpha/
A Dioperm.c174 } io; variable
227 io.hae_cache = msb; in inline_sethae()
237 io.hae_cache = addr; in inline_sethae()
322 return port + io.base; in dense_port_to_cpu_addr()
663 io.swp = &ioswtch[io.swiz]; in init_iosys()
707 if (!io.base) in _ioperm()
711 io.hae_cache = 0; in _ioperm()
729 io.base = in _ioperm()
731 fd, io.io_base); in _ioperm()
735 len, io.base); in _ioperm()
[all …]
A DMakefile6 sysdep_headers += alpha/ptrace.h alpha/regdef.h sys/io.h
/sysdeps/mach/hurd/
A Dfaccessat.c47 file_t rcrdir, rcwdir, io; in __faccessat_common() local
53 io = __file_name_lookup_at (fd, at_flags &~ AT_EACCESS, file, 0, 0); in __faccessat_common()
54 if (io == MACH_PORT_NULL) in __faccessat_common()
169 file, hurd_flags, 0, &io); in __faccessat_common()
189 err = __file_check_access (io, &allowed); in __faccessat_common()
190 __mach_port_deallocate (__mach_task_self (), io); in __faccessat_common()
A DMakefile48 before-compile += $(patsubst %,$(hurd-objpfx)hurd/%.h,auth io fs process)
49 $(patsubst %,$(hurd-objpfx)hurd/%.h,auth io fs process): hurd-before-compile
200 ifeq (io, $(subdir))
/sysdeps/unix/sysv/linux/
A Dupdate-syscall-lists.py21 import io
73 out = io.StringIO()
87 out = io.StringIO()
A DMakefile336 ifeq ($(subdir),io)
/sysdeps/unix/sysv/linux/sh/
A DMakefile1 ifeq ($(subdir),io)
/sysdeps/unix/sysv/linux/i386/
A DMakefile16 ifeq ($(subdir),io)
/sysdeps/unix/sysv/linux/x86/
A DMakefile11 sysdep_headers += sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h sys/io.h
/sysdeps/mach/hurd/i386/
A DMakefile3 sysdep_headers += sys/io.h

Completed in 19 milliseconds