/external/strace/ |
ioperm.c | 3 SYS_FUNC(ioperm)
|
sys_func.h | 98 extern SYS_FUNC(ioperm);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
perm.h | 27 extern int ioperm (unsigned long int __from, unsigned long int __num,
|
io.h | 33 extern int ioperm (unsigned long int __from, unsigned long int __num,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
perm.h | 27 extern int ioperm (unsigned long int __from, unsigned long int __num,
|
io.h | 33 extern int ioperm (unsigned long int __from, unsigned long int __num,
|
/external/ltp/android/include/sys/ |
io.h | 12 static inline int ioperm(unsigned long from, unsigned long num, int turn_on) function
|
/external/ltp/testcases/kernel/syscalls/ioperm/ |
ioperm01.c | 23 * TEST TITLE : Basic test for ioperm(2) 34 * This is a Phase I test for the ioperm(2) system call. 105 TEST(ioperm(io_addr, NUM_BYTES, TURN_ON)); 108 tst_resm(TFAIL, "ioperm() failed for port address " 112 tst_resm(TPASS, "ioperm() passed for port " 133 * from kernel 2.6.8 to permit 16-bits ioperm 138 /*get ioperm on 1021, 1022, 1023 */ 141 /*get ioperm on 65533, 65534, 65535 */ 159 if ((ioperm(io_addr, NUM_BYTES, TURN_OFF)) == -1) { 160 tst_brkm(TBROK, NULL, "ioperm() cleanup failed") [all...] |
ioperm02.c | 35 * 1) ioperm(2) returns -1 and sets errno to EINVAL for I/O port 37 * 2) ioperm(2) returns -1 and sets errno to EPERM if the current 134 TEST(ioperm(test_cases[i].from, 200 * from kernel 2.6.8 to permit 16-bits (65536) ioperm 214 /*try invalid ioperm on 1022, 1023, 1024 */ 217 /*try get valid ioperm on 1021, 1022, 1023 */ 220 /*try invalid ioperm on 65534, 65535, 65536 */ 223 /*try valid ioperm on 65533, 65534, 65535 */ 246 "LSB v1.3 does not specify ioperm() for this architecture.");
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
ioperm.c | 3 * ioperm.c - Test case for ioperm(2) 100 * Probe for ioperm support. Note that clearing ioperm bits 104 if (ioperm(0x80, 1, 1) != 0) { 113 if (ioperm(0x80, 1, 0) != 0) { 120 /* Make sure that fork() preserves ioperm. */ 121 if (ioperm(0x80, 1, 1) != 0) { 158 if (ioperm(0x80, 1, 0) != 0) { 165 if (ioperm(0x80, 1, 1) == 0) [all...] |
Makefile | 9 check_initial_reg_state sigreturn ldt_gdt iopl mpx-mini-test ioperm \
|
/external/strace/linux/x86_64/ |
syscallent.h | 174 [173] = { 3, 0, SEN(ioperm), "ioperm" },
|
/external/strace/linux/arm/ |
syscallent.h | 131 [101] = { 3, 0, SEN(ioperm), "ioperm" },
|
/external/strace/linux/i386/ |
syscallent.h | 131 [101] = { 3, 0, SEN(ioperm), "ioperm" },
|
/external/strace/linux/m68k/ |
syscallent.h | 131 [101] = { 3, 0, SEN(ioperm), "ioperm" },
|
/external/strace/linux/mips/ |
syscallent-o32.h | 105 [4101] = { 3, 0, SEN(ioperm), "ioperm" },
|
/external/strace/linux/powerpc/ |
syscallent.h | 131 [101] = { 3, 0, SEN(ioperm), "ioperm" },
|
/external/strace/linux/powerpc64/ |
syscallent.h | 131 [101] = { 3, 0, SEN(ioperm), "ioperm" },
|
/external/strace/linux/s390/ |
syscallent.h | 133 [101] = { 3, 0, SEN(ioperm), "ioperm" },
|
/external/strace/linux/sh/ |
syscallent.h | 133 [101] = { 3, 0, SEN(ioperm), "ioperm" },
|
/external/strace/linux/sh64/ |
syscallent.h | 131 [101] = { 3, 0, SEN(ioperm), "ioperm" },
|
/external/strace/linux/bfin/ |
syscallent.h | 131 [101] = { 3, 0, SEN(ioperm), "ioperm" },
|
/external/strace/linux/microblaze/ |
syscallent.h | 131 [101] = { 3, 0, SEN(ioperm), "ioperm" },
|
/external/strace/linux/x32/ |
syscallent.h | 174 [173] = { 3, 0, SEN(ioperm), "ioperm" },
|
/hardware/intel/img/psb_video/src/ |
tng_enc_trace.c | 120 ioperm(0, 1024, 1); [all...] |