Home
last modified time | relevance | path

Searched refs:__NR_setns (Results 1 – 25 of 44) sorted by relevance

12

/third_party/ltp/testcases/kernel/containers/userns/
Duserns04.c38 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/
Dsetns02.c65 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()
Dsetns01.c125 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/
Dns_exec.c101 rv = syscall(__NR_setns, -1, 0); in main()
133 if (syscall(__NR_setns, ns_fd[i], 0) == -1) { in main()
Dsetns_check.c28 if (syscall(__NR_setns, -1, 0) == -1 && errno == ENOSYS) in main()
/third_party/ltp/include/lapi/
Dsetns.h16 return tst_syscall(__NR_setns, fd, nstype); in setns()
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dsyscall.h354 #define __NR_setns 375 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dsyscall.h354 #define __NR_setns 375 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dsyscall.h354 #define __NR_setns 375 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dsyscall.h354 #define __NR_setns 375 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dsyscall.h354 #define __NR_setns 375 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/thread/
Dsyscalls.rs289 unsafe { ret_c_int(syscall_readonly!(__NR_setns, fd, c_int(nstype))) } in setns()
/third_party/musl/arch/or1k/bits/
Dsyscall.h.in255 #define __NR_setns 268 macro
/third_party/musl/arch/aarch64/bits/
Dsyscall.h.in253 #define __NR_setns 268 macro
/third_party/musl/arch/riscv64/bits/
Dsyscall.h.in253 #define __NR_setns 268 macro
/third_party/musl/arch/mips64/bits/
Dsyscall.h.in303 #define __NR_setns 5303 macro
/third_party/musl/arch/x86_64/bits/
Dsyscall.h.in309 #define __NR_setns 308 macro
/third_party/musl/arch/s390x/bits/
Dsyscall.h.in284 #define __NR_setns 339 macro
/third_party/musl/arch/mipsn32/bits/
Dsyscall.h.in308 #define __NR_setns 6308 macro
/third_party/musl/arch/powerpc64/bits/
Dsyscall.h.in340 #define __NR_setns 350 macro
/third_party/musl/porting/liteos_a/user/arch/arm/bits/
Dsyscall.h.in336 #define __NR_setns 375 macro
/third_party/musl/arch/mips/bits/
Dsyscall.h.in344 #define __NR_setns 4344 macro
/third_party/musl/arch/m68k/bits/
Dsyscall.h.in326 #define __NR_setns 344 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h354 #define __NR_setns 375 macro
/third_party/musl/arch/powerpc/bits/
Dsyscall.h.in349 #define __NR_setns 350 macro

12