Home
last modified time | relevance | path

Searched refs:__NR_open_tree (Results 1 – 21 of 21) sorted by relevance

/openbmc/linux/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c109 #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 Dunistd_32.h278 #define __NR_open_tree 428 macro
H A Dunistd_64.h288 #define __NR_open_tree 428 macro
/openbmc/qemu/linux-headers/asm-arm64/
H A Dunistd_64.h287 #define __NR_open_tree 428 macro
/openbmc/qemu/linux-headers/asm-loongarch/
H A Dunistd_64.h284 #define __NR_open_tree 428 macro
/openbmc/qemu/linux-headers/asm-s390/
H A Dunistd_64.h351 #define __NR_open_tree 428 macro
H A Dunistd_32.h403 #define __NR_open_tree 428 macro
/openbmc/qemu/linux-headers/asm-x86/
H A Dunistd_64.h344 #define __NR_open_tree 428 macro
H A Dunistd_32.h421 #define __NR_open_tree 428 macro
H A Dunistd_x32.h297 #define __NR_open_tree (__X32_SYSCALL_BIT + 428) macro
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dunistd_64.h385 #define __NR_open_tree 428 macro
H A Dunistd_32.h413 #define __NR_open_tree 428 macro
/openbmc/qemu/linux-headers/asm-generic/
H A Dunistd.h765 #define __NR_open_tree 428 macro
766 __SYSCALL(__NR_open_tree, sys_open_tree)
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dunistd.h765 #define __NR_open_tree 428 macro
766 __SYSCALL(__NR_open_tree, sys_open_tree)
/openbmc/linux/include/uapi/asm-generic/
H A Dunistd.h765 #define __NR_open_tree 428 macro
766 __SYSCALL(__NR_open_tree, sys_open_tree)
/openbmc/linux/arch/arm64/include/asm/
H A Dunistd32.h866 #define __NR_open_tree 428 macro
867 __SYSCALL(__NR_open_tree, sys_open_tree)
/openbmc/qemu/linux-headers/asm-mips/
H A Dunistd_n64.h336 #define __NR_open_tree (__NR_Linux + 428) macro
H A Dunistd_n32.h360 #define __NR_open_tree (__NR_Linux + 428) macro
H A Dunistd_o32.h406 #define __NR_open_tree (__NR_Linux + 428) macro
/openbmc/qemu/linux-headers/asm-arm/
H A Dunistd-common.h385 #define __NR_open_tree (__NR_SYSCALL_BASE + 428) macro
/openbmc/qemu/linux-user/
H A Dsyscall.c9173 #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()