Searched refs:io (Results 1 – 12 of 12) sorted by relevance
/sysdeps/unix/sysv/linux/ia64/ |
A D | ioperm.c | 50 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 D | Makefile | 11 sysdep_headers += sys/io.h
|
/sysdeps/unix/sysv/linux/alpha/ |
A D | ioperm.c | 174 } 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 D | Makefile | 6 sysdep_headers += alpha/ptrace.h alpha/regdef.h sys/io.h
|
/sysdeps/mach/hurd/ |
A D | faccessat.c | 47 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 D | Makefile | 48 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 D | update-syscall-lists.py | 21 import io 73 out = io.StringIO() 87 out = io.StringIO()
|
A D | Makefile | 336 ifeq ($(subdir),io)
|
/sysdeps/unix/sysv/linux/sh/ |
A D | Makefile | 1 ifeq ($(subdir),io)
|
/sysdeps/unix/sysv/linux/i386/ |
A D | Makefile | 16 ifeq ($(subdir),io)
|
/sysdeps/unix/sysv/linux/x86/ |
A D | Makefile | 11 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 D | Makefile | 3 sysdep_headers += sys/io.h
|
Completed in 19 milliseconds