Searched refs:sys_ioperm (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/
H A Dsys_call_table.S5 #define sys_ioperm sys_ni_syscall define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/
H A Dsyscall_table.c20 #define sys_ioperm sys_ni_syscall macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dsyscalls.h20 asmlinkage long sys_ioperm(unsigned long, unsigned long, int);
H A Dunistd_64.h400 __SYSCALL(__NR_ioperm, sys_ioperm)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dioport.c36 asmlinkage long sys_ioperm(unsigned long from, unsigned long num, int turn_on) function
H A Dsyscall_table_32.S103 .long sys_ioperm
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dvt_ioctl.c584 ret = sys_ioperm(arg, 1, (cmd == KDADDIO)) ? -ENXIO : 0;
589 ret = sys_ioperm(GPFIRST, GPNUM,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/ia32/
H A Dia32entry.S614 .quad sys_ioperm
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsyscalls.h494 asmlinkage long sys_ioperm(unsigned long from, unsigned long num, int on);

Completed in 70 milliseconds