Searched refs:sys_ioperm (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/arch/x86/include/asm/ |
D | syscalls.h | 20 asmlinkage long sys_ioperm(unsigned long, unsigned long, int);
|
/linux-4.1.27/arch/x86/um/ |
D | sys_call_table_32.c | 20 #define sys_ioperm sys_ni_syscall macro
|
D | sys_call_table_64.c | 20 #define sys_ioperm sys_ni_syscall macro
|
/linux-4.1.27/arch/x86/kernel/ |
D | ioport.c | 23 asmlinkage long sys_ioperm(unsigned long from, unsigned long num, int turn_on) in sys_ioperm() function
|
/linux-4.1.27/drivers/tty/vt/ |
D | vt_ioctl.c | 426 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/ |
D | syscall_64.tbl | 182 173 common ioperm sys_ioperm
|
D | syscall_32.tbl | 110 101 i386 ioperm sys_ioperm
|
/linux-4.1.27/include/linux/ |
D | syscalls.h | 495 asmlinkage long sys_ioperm(unsigned long from, unsigned long num, int on);
|