/third_party/ltp/testcases/kernel/containers/userns/ |
D | userns04.c | 38 ltp_syscall(__NR_setns, -1, 0); in setup() 59 ret = ltp_syscall(__NR_setns, ((long)arg), CLONE_NEWUSER); in child_fn2() 98 if (ltp_syscall(__NR_setns, fd, CLONE_NEWUSER) == -1) { in test_cap_sys_admin()
|
/third_party/ltp/testcases/kernel/syscalls/setns/ |
D | setns02.c | 65 if (tst_syscall(__NR_setns, ns_uts_fd, ns_flag) == -1) { in do_child_newuts() 97 if (tst_syscall(__NR_setns, ns_ipc_fd, ns_flag) == -1) { in do_child_newipc() 154 tst_syscall(__NR_setns, -1, 0); in setup()
|
D | setns01.c | 125 ret = tst_syscall(__NR_setns, t->fd, t->ns_type); in test_setns() 149 tst_syscall(__NR_setns, -1, 0); in setup()
|
/third_party/ltp/testcases/kernel/containers/share/ |
D | ns_exec.c | 101 rv = syscall(__NR_setns, -1, 0); in main() 133 if (syscall(__NR_setns, ns_fd[i], 0) == -1) { in main()
|
D | setns_check.c | 28 if (syscall(__NR_setns, -1, 0) == -1 && errno == ENOSYS) in main()
|
/third_party/ltp/include/lapi/ |
D | setns.h | 16 return tst_syscall(__NR_setns, fd, nstype); in setns()
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | syscall.h | 354 #define __NR_setns 375 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | syscall.h | 354 #define __NR_setns 375 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | syscall.h | 354 #define __NR_setns 375 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | syscall.h | 354 #define __NR_setns 375 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | syscall.h | 354 #define __NR_setns 375 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/thread/ |
D | syscalls.rs | 289 unsafe { ret_c_int(syscall_readonly!(__NR_setns, fd, c_int(nstype))) } in setns()
|
/third_party/musl/arch/or1k/bits/ |
D | syscall.h.in | 255 #define __NR_setns 268 macro
|
/third_party/musl/arch/aarch64/bits/ |
D | syscall.h.in | 253 #define __NR_setns 268 macro
|
/third_party/musl/arch/riscv64/bits/ |
D | syscall.h.in | 253 #define __NR_setns 268 macro
|
/third_party/musl/arch/mips64/bits/ |
D | syscall.h.in | 303 #define __NR_setns 5303 macro
|
/third_party/musl/arch/x86_64/bits/ |
D | syscall.h.in | 309 #define __NR_setns 308 macro
|
/third_party/musl/arch/s390x/bits/ |
D | syscall.h.in | 284 #define __NR_setns 339 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | syscall.h.in | 308 #define __NR_setns 6308 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | syscall.h.in | 340 #define __NR_setns 350 macro
|
/third_party/musl/porting/liteos_a/user/arch/arm/bits/ |
D | syscall.h.in | 336 #define __NR_setns 375 macro
|
/third_party/musl/arch/mips/bits/ |
D | syscall.h.in | 344 #define __NR_setns 4344 macro
|
/third_party/musl/arch/m68k/bits/ |
D | syscall.h.in | 326 #define __NR_setns 344 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | syscall.h | 354 #define __NR_setns 375 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | syscall.h.in | 349 #define __NR_setns 350 macro
|