HomeSort by relevance Sort by last modified time
    Searched refs:ioperm (Results 1 - 25 of 32) sorted by null

1 2

  /external/strace/
ioperm.c 3 SYS_FUNC(ioperm)
sys_func.h 98 extern SYS_FUNC(ioperm);
Android.mk 95 ioperm.c \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/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/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
133 TEST(ioperm(test_cases[i].from,
201 * from kernel 2.6.8 to permit 16-bits (65536) ioperm
215 /*try invalid ioperm on 1022, 1023, 1024 */
218 /*try get valid ioperm on 1021, 1022, 1023 */
221 /*try invalid ioperm on 65534, 65535, 65536 */
224 /*try valid ioperm on 65533, 65534, 65535 */
246 "LSB v1.3 does not specify ioperm() for this architecture.");
  /external/strace/linux/x86_64/
syscallent.h 174 [173] = { 3, 0, SEN(ioperm), "ioperm" },
  /external/strace/linux/arm/
syscallent.h 130 [101] = { 3, 0, SEN(ioperm), "ioperm" },
  /external/strace/linux/crisv10/
syscallent.h 102 [101] = { 3, 0, SEN(ioperm), "ioperm" },
  /external/strace/linux/i386/
syscallent.h 130 [101] = { 3, 0, SEN(ioperm), "ioperm" },
  /external/strace/linux/m68k/
syscallent.h 130 [101] = { 3, 0, SEN(ioperm), "ioperm" },
  /external/strace/linux/mips/
syscallent-o32.h 104 [4101] = { 3, 0, SEN(ioperm), "ioperm" },
  /external/strace/linux/powerpc/
syscallent.h 130 [101] = { 3, 0, SEN(ioperm), "ioperm" },
  /external/strace/linux/powerpc64/
syscallent.h 130 [101] = { 3, 0, SEN(ioperm), "ioperm" },
  /external/strace/linux/s390/
syscallent.h 132 [101] = { 3, 0, SEN(ioperm), "ioperm" },
  /external/strace/linux/sh/
syscallent.h 132 [101] = { 3, 0, SEN(ioperm), "ioperm" },
  /external/strace/linux/sh64/
syscallent.h 130 [101] = { 3, 0, SEN(ioperm), "ioperm" },
  /external/strace/linux/bfin/
syscallent.h 130 [101] = { 3, 0, SEN(ioperm), "ioperm" },
  /external/strace/linux/microblaze/
syscallent.h 130 [101] = { 3, 0, SEN(ioperm), "ioperm" },

Completed in 670 milliseconds

1 2