Searched refs:__NR_syslog (Results 1 – 21 of 21) sorted by relevance
/external/strace/tests-m32/ |
D | syslog.c | 4 #ifdef __NR_syslog 15 int rc = syscall(__NR_syslog, SYSLOG_ACTION_READ, addr, -1); in main()
|
/external/strace/tests-mx32/ |
D | syslog.c | 4 #ifdef __NR_syslog 15 int rc = syscall(__NR_syslog, SYSLOG_ACTION_READ, addr, -1); in main()
|
/external/strace/tests/ |
D | syslog.c | 4 #ifdef __NR_syslog 15 int rc = syscall(__NR_syslog, SYSLOG_ACTION_READ, addr, -1); in main()
|
/external/ltp/testcases/kernel/syscalls/syslog/ |
D | syslog11.c | 97 #define syslog(arg1, arg2, arg3) syscall(__NR_syslog, arg1, arg2, arg3)
|
D | syslog12.c | 109 #define syslog(arg1, arg2, arg3) syscall(__NR_syslog, arg1, arg2, arg3)
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 315 #ifdef __NR_syslog 316 { "syslog", __NR_syslog },
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 107 #define __NR_syslog 103 macro
|
D | unistd_32.h | 107 #define __NR_syslog 103 macro
|
D | unistd_x32.h | 95 #define __NR_syslog (__X32_SYSCALL_BIT + 103) macro
|
/external/strace/ |
D | scno.h | 317 #ifndef __NR_syslog 318 # define __NR_syslog (SYSCALL_BIT | 103) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 363 #define __NR_syslog 116 macro 364 __SYSCALL(__NR_syslog, sys_syslog)
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd_n64.h | 105 #define __NR_syslog (__NR_Linux + 101) macro
|
D | unistd_n32.h | 105 #define __NR_syslog (__NR_Linux + 101) macro
|
D | unistd_o32.h | 107 #define __NR_syslog (__NR_Linux + 103) macro
|
/external/ltp/testcases/kernel/logging/kmsg/ |
D | kmsg01.c | 552 if (tst_syscall(__NR_syslog, 5, NULL, 0) == -1) in test_seek()
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 79 #define __NR_syslog (__NR_SYSCALL_BASE + 103) macro
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 811 __NR_syslog = 103
|
D | sys_amd64.const | 811 __NR_syslog = 103
|
D | sys_arm.const | 811 __NR_syslog = 103
|
D | sys_ppc64le.const | 811 __NR_syslog = 103
|
D | sys_arm64.const | 811 __NR_syslog = 116
|