Searched refs:__NR_ioperm (Results 1 – 15 of 15) sorted by relevance
/external/strace/tests-m32/ |
D | ioperm.c | 4 #ifdef __NR_ioperm 14 long rc = syscall(__NR_ioperm, port, 1, 0); in main()
|
/external/strace/tests-mx32/ |
D | ioperm.c | 4 #ifdef __NR_ioperm 14 long rc = syscall(__NR_ioperm, port, 1, 0); in main()
|
/external/strace/tests/ |
D | ioperm.c | 4 #ifdef __NR_ioperm 14 long rc = syscall(__NR_ioperm, port, 1, 0); in main()
|
/external/ltp/android/include/sys/ |
D | io.h | 11 #ifdef __NR_ioperm 14 return syscall(__NR_ioperm, from, num, turn_on); in ioperm()
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 525 #ifdef __NR_ioperm 526 { "ioperm", __NR_ioperm },
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 177 #define __NR_ioperm 173 macro
|
D | unistd_32.h | 105 #define __NR_ioperm 101 macro
|
D | unistd_x32.h | 159 #define __NR_ioperm (__X32_SYSCALL_BIT + 173) macro
|
/external/strace/ |
D | scno.h | 527 #ifndef __NR_ioperm 528 # define __NR_ioperm (SYSCALL_BIT | 173) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd_o32.h | 105 #define __NR_ioperm (__NR_Linux + 101) macro
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 679 __NR_ioperm = 101
|
D | sys_amd64.const | 679 __NR_ioperm = 173
|
D | sys_ppc64le.const | 679 __NR_ioperm = 101
|
D | sys_arm.const | 679 # __NR_ioperm is not set
|
D | sys_arm64.const | 679 # __NR_ioperm is not set
|