Home
last modified time | relevance | path

Searched refs:sys_ioperm (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
Dsyscalls.h20 asmlinkage long sys_ioperm(unsigned long, unsigned long, int);
/linux-4.1.27/arch/x86/um/
Dsys_call_table_32.c20 #define sys_ioperm sys_ni_syscall macro
Dsys_call_table_64.c20 #define sys_ioperm sys_ni_syscall macro
/linux-4.1.27/arch/x86/kernel/
Dioport.c23 asmlinkage long sys_ioperm(unsigned long from, unsigned long num, int turn_on) in sys_ioperm() function
/linux-4.1.27/drivers/tty/vt/
Dvt_ioctl.c426 ret = sys_ioperm(arg, 1, (cmd == KDADDIO)) ? -ENXIO : 0; in vt_ioctl()
431 ret = sys_ioperm(GPFIRST, GPNUM, in vt_ioctl()
/linux-4.1.27/arch/x86/syscalls/
Dsyscall_64.tbl182 173 common ioperm sys_ioperm
Dsyscall_32.tbl110 101 i386 ioperm sys_ioperm
/linux-4.1.27/include/linux/
Dsyscalls.h495 asmlinkage long sys_ioperm(unsigned long from, unsigned long num, int on);