/openbmc/linux/include/asm-generic/ |
H A D | audit_dir_write.h | 28 __NR_mknodat,
|
/openbmc/qemu/linux-headers/asm-riscv/ |
H A D | unistd_32.h | 36 #define __NR_mknodat 33 macro
|
H A D | unistd_64.h | 37 #define __NR_mknodat 33 macro
|
/openbmc/qemu/linux-headers/asm-arm64/ |
H A D | unistd_64.h | 37 #define __NR_mknodat 33 macro
|
/openbmc/qemu/linux-headers/asm-loongarch/ |
H A D | unistd_64.h | 37 #define __NR_mknodat 33 macro
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | unistd_64.h | 239 #define __NR_mknodat 290 macro
|
H A D | unistd_32.h | 272 #define __NR_mknodat 290 macro
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | unistd_64.h | 263 #define __NR_mknodat 259 macro
|
H A D | unistd_32.h | 297 #define __NR_mknodat 297 macro
|
H A D | unistd_x32.h | 230 #define __NR_mknodat (__X32_SYSCALL_BIT + 259) macro
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | unistd_64.h | 281 #define __NR_mknodat 288 macro
|
H A D | unistd_32.h | 290 #define __NR_mknodat 288 macro
|
/openbmc/linux/tools/include/nolibc/ |
H A D | sys.h | 650 #ifdef __NR_mknodat in sys_mknod() 651 return my_syscall4(__NR_mknodat, AT_FDCWD, path, mode, dev); in sys_mknod()
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | unistd.h | 103 #define __NR_mknodat 33 macro 104 __SYSCALL(__NR_mknodat, sys_mknodat)
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 103 #define __NR_mknodat 33 macro 104 __SYSCALL(__NR_mknodat, sys_mknodat)
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 103 #define __NR_mknodat 33 macro 104 __SYSCALL(__NR_mknodat, sys_mknodat)
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | unistd32.h | 661 #define __NR_mknodat 324 macro 662 __SYSCALL(__NR_mknodat, sys_mknodat)
|
/openbmc/qemu/linux-headers/asm-mips/ |
H A D | unistd_n64.h | 252 #define __NR_mknodat (__NR_Linux + 249) macro
|
H A D | unistd_n32.h | 256 #define __NR_mknodat (__NR_Linux + 253) macro
|
H A D | unistd_o32.h | 293 #define __NR_mknodat (__NR_Linux + 290) macro
|
/openbmc/qemu/linux-headers/asm-arm/ |
H A D | unistd-common.h | 283 #define __NR_mknodat (__NR_SYSCALL_BASE + 324) macro
|
/openbmc/linux/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 2239 BPF_JUMP(BPF_JMP|BPF_JEQ|BPF_K, __NR_mknodat, 0, 1), in TEST_F_SIGNAL() 2254 EXPECT_EQ(-1, syscall(__NR_mknodat, -1, NULL, 0, 0)); in TEST_F_SIGNAL() 3931 listener = user_notif_syscall(__NR_mknodat, SECCOMP_FILTER_FLAG_NEW_LISTENER); in TEST()
|