Home
last modified time | relevance | path

Searched refs:CLONE_NEWNS (Results 1 - 25 of 47) sorted by relevance

12

/third_party/rust/crates/rustix/src/thread/
H A Dsetns.rs5 CLONE_FILES, CLONE_FS, CLONE_NEWCGROUP, CLONE_NEWIPC, CLONE_NEWNET, CLONE_NEWNS, CLONE_NEWPID,
20 const MOUNT = CLONE_NEWNS;
43 Mount = CLONE_NEWNS,
71 /// `CLONE_NEWNS`.
72 const NEWNS = CLONE_NEWNS;
/third_party/ltp/include/lapi/
H A Dnamespaces_constants.h12 #ifndef CLONE_NEWNS
13 # define CLONE_NEWNS 0x00020000 macro
H A Dsched.h111 #ifndef CLONE_NEWNS
112 # define CLONE_NEWNS 0x00020000 macro
/third_party/ltp/testcases/kernel/containers/mountns/
H A Dmountns03.c20 * - Clones a new child process with CLONE_NEWNS flag and makes "A" a slave
68 .flags = CLONE_NEWNS, in run()
72 SAFE_UNSHARE(CLONE_NEWNS); in run()
H A Dmountns01.c20 * - Clones a new child process with CLONE_NEWNS flag
60 .flags = CLONE_NEWNS, in run()
64 SAFE_UNSHARE(CLONE_NEWNS); in run()
H A Dmountns02.c20 * - Clones a new child process with CLONE_NEWNS flag
60 .flags = CLONE_NEWNS, in run()
64 SAFE_UNSHARE(CLONE_NEWNS); in run()
H A Dmountns_helper.h34 tst_brkm(TCONF, NULL, "CLONE_NEWNS not supported"); in check_newns()
36 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWNS, dummy_child, NULL); in check_newns()
38 tst_brkm(TCONF | TERRNO, NULL, "CLONE_NEWNS not supported"); in check_newns()
H A Dmountns04.c29 SAFE_UNSHARE(CLONE_NEWNS); in run()
/third_party/ltp/testcases/kernel/containers/share/
H A Dns_common.h33 {"mnt", CLONE_NEWNS},
/third_party/ltp/testcases/kernel/controllers/cgroup/
H A Dcgroup_regression_6_2.c32 ltp_clone_quick(CLONE_NEWNS, foo, NULL); in main()
/third_party/ltp/testcases/lib/
H A Dtst_ns_common.h20 {"mnt", CLONE_NEWNS},
/third_party/ltp/testcases/kernel/security/tomoyo/
H A Dnewns.c45 const pid_t pid = ltp_clone_quick(CLONE_NEWNS, child, (void *)argv); in main()
/third_party/ltp/testcases/kernel/syscalls/unshare/
H A Dunshare01.c40 {CLONE_NEWNS, "CLONE_NEWNS"},
H A Dunshare02.c41 {CLONE_NEWNS, EPERM, "CLONE_NEWNS"}
/third_party/ltp/testcases/kernel/syscalls/setns/
H A Dsetns.h47 init_ns_type(CLONE_NEWNS, "mnt"); in init_available_ns()
/third_party/eudev/test/
H A Dtest-udev.c45 /* Make sure CLONE_NEWNS macro is available */
64 err = unshare(CLONE_NEWNS); in fake_filesystems()
/third_party/ltp/testcases/kernel/syscalls/clone3/
H A Dclone302.c42 {"fs-newns", &valid_args, sizeof(*valid_args), CLONE_FS | CLONE_NEWNS, NULL, SIGCHLD, 0, 0, 0, EINVAL},
/third_party/ltp/testcases/kernel/syscalls/pivot_root/
H A Dpivot_root01.c100 TEST(unshare(CLONE_NEWNS | CLONE_FS)); in run()
/third_party/toybox/scripts/
H A Dgenconfig.sh39 int x=CLONE_NEWNS|CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET;
/third_party/toybox/toys/other/
H A Dnsenter.c122 CLONE_NEWNS, CLONE_NEWIPC}, f = 0; in unshare_main()
/third_party/musl/porting/liteos_a/user/include/
H A Dsched.h57 #define CLONE_NEWNS 0x00020000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsched.h49 #define CLONE_NEWNS 0x00020000 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsched.h49 #define CLONE_NEWNS 0x00020000 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dsched.h51 #define CLONE_NEWNS 0x00020000 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dsched.h49 #define CLONE_NEWNS 0x00020000 macro

Completed in 7 milliseconds

12