/external/ltp/testcases/kernel/syscalls/sysfs/ |
D | sysfs01.c | 94 TEST(ltp_syscall(__NR_sysfs, 1, "proc")); in main()
|
D | sysfs03.c | 91 TEST(ltp_syscall(__NR_sysfs, 3)); in main()
|
D | sysfs02.c | 93 TEST(ltp_syscall(__NR_sysfs, 2, 0, buf)); in main()
|
D | sysfs04.c | 94 TEST(ltp_syscall(__NR_sysfs, INVALID_OPTION)); in main()
|
D | sysfs05.c | 110 TEST(ltp_syscall(__NR_sysfs, option[i], fsname[i])); in main()
|
D | sysfs06.c | 114 (__NR_sysfs, option[i], fsindex[i], bad_addr)); in main()
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 423 #ifdef __NR_sysfs 424 { "sysfs", __NR_sysfs },
|
/external/valgrind/include/vki/ |
D | vki-scnums-s390x-linux.h | 143 #define __NR_sysfs 135 macro
|
D | vki-scnums-amd64-linux.h | 195 #define __NR_sysfs 139 macro
|
D | vki-scnums-ppc64-linux.h | 172 #define __NR_sysfs 135 macro
|
D | vki-scnums-arm-linux.h | 172 #define __NR_sysfs 135 macro
|
D | vki-scnums-ppc32-linux.h | 172 #define __NR_sysfs 135 macro
|
D | vki-scnums-x86-linux.h | 172 #define __NR_sysfs 135 macro
|
D | vki-scnums-solaris.h | 141 #define __NR_sysfs SYS_sysfs macro
|
D | vki-scnums-mips64-linux.h | 175 #define __NR_sysfs (__NR_Linux + 136) macro
|
D | vki-scnums-mips32-linux.h | 175 #define __NR_sysfs (__NR_Linux + 135) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 143 #define __NR_sysfs 139 macro
|
D | unistd_32.h | 139 #define __NR_sysfs 135 macro
|
D | unistd_x32.h | 126 #define __NR_sysfs (__X32_SYSCALL_BIT + 139) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 159 #define __NR_sysfs (__NR_Linux + 135) macro 545 #define __NR_sysfs (__NR_Linux + 136) macro 889 #define __NR_sysfs (__NR_Linux + 136) macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 103 #define __NR_sysfs (__NR_SYSCALL_BASE + 135) macro
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-mips64-linux.c | 676 PLAX_ (__NR_sysfs, sys_sysfs),
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 628 GO(__NR_sysfs, "n/a"); in main()
|
/external/valgrind/memcheck/tests/darwin/ |
D | scalar.c | 1209 GO(__NR_sysfs, "n/a"); in main()
|
/external/valgrind/docs/internals/ |
D | porting-to-ARM.txt | 1042 #define __NR_sysfs (__NR_SYSCALL_BASE+135)
|