/openbmc/linux/tools/testing/selftests/mount_setattr/ |
H A D | mount_setattr_test.c | 109 #ifndef __NR_open_tree 111 #define __NR_open_tree 538 macro 114 #define __NR_open_tree 4428 macro 117 #define __NR_open_tree 6428 macro 120 #define __NR_open_tree 5428 macro 123 #define __NR_open_tree (428 + 1024) macro 125 #define __NR_open_tree 428 macro 157 return syscall(__NR_open_tree, dfd, filename, flags); in sys_open_tree()
|
/openbmc/qemu/linux-headers/asm-riscv/ |
H A D | unistd_32.h | 278 #define __NR_open_tree 428 macro
|
H A D | unistd_64.h | 288 #define __NR_open_tree 428 macro
|
/openbmc/qemu/linux-headers/asm-arm64/ |
H A D | unistd_64.h | 287 #define __NR_open_tree 428 macro
|
/openbmc/qemu/linux-headers/asm-loongarch/ |
H A D | unistd_64.h | 284 #define __NR_open_tree 428 macro
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | unistd_64.h | 351 #define __NR_open_tree 428 macro
|
H A D | unistd_32.h | 403 #define __NR_open_tree 428 macro
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | unistd_64.h | 344 #define __NR_open_tree 428 macro
|
H A D | unistd_32.h | 421 #define __NR_open_tree 428 macro
|
H A D | unistd_x32.h | 297 #define __NR_open_tree (__X32_SYSCALL_BIT + 428) macro
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | unistd_64.h | 385 #define __NR_open_tree 428 macro
|
H A D | unistd_32.h | 413 #define __NR_open_tree 428 macro
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | unistd.h | 765 #define __NR_open_tree 428 macro 766 __SYSCALL(__NR_open_tree, sys_open_tree)
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 765 #define __NR_open_tree 428 macro 766 __SYSCALL(__NR_open_tree, sys_open_tree)
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 765 #define __NR_open_tree 428 macro 766 __SYSCALL(__NR_open_tree, sys_open_tree)
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | unistd32.h | 866 #define __NR_open_tree 428 macro 867 __SYSCALL(__NR_open_tree, sys_open_tree)
|
/openbmc/qemu/linux-headers/asm-mips/ |
H A D | unistd_n64.h | 336 #define __NR_open_tree (__NR_Linux + 428) macro
|
H A D | unistd_n32.h | 360 #define __NR_open_tree (__NR_Linux + 428) macro
|
H A D | unistd_o32.h | 406 #define __NR_open_tree (__NR_Linux + 428) macro
|
/openbmc/qemu/linux-headers/asm-arm/ |
H A D | unistd-common.h | 385 #define __NR_open_tree (__NR_SYSCALL_BASE + 428) macro
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 9173 #if defined(TARGET_NR_open_tree) && defined(__NR_open_tree) in _syscall2() 9174 #define __NR_sys_open_tree __NR_open_tree in _syscall2() 9618 #if defined(TARGET_NR_open_tree) && defined(__NR_open_tree) in _syscall2()
|