Home
last modified time | relevance | path

Searched refs:CLONE_NEWNS (Results 1 – 25 of 26) sorted by relevance

12

/third_party/ltp/include/lapi/
Dnamespaces_constants.h12 #ifndef CLONE_NEWNS
13 # define CLONE_NEWNS 0x00020000 macro
/third_party/ltp/testcases/kernel/containers/mountns/
Dmountns01.c81 if (unshare(CLONE_NEWNS) == -1) in test()
92 if (do_clone_tests(CLONE_NEWNS, child_func, NULL, NULL, NULL) == -1) in test()
Dmountns02.c81 if (unshare(CLONE_NEWNS) == -1) in test()
92 if (do_clone_tests(CLONE_NEWNS, child_func, NULL, NULL, NULL) == -1) in test()
Dmountns03.c94 if (unshare(CLONE_NEWNS) == -1) in test()
105 if (do_clone_tests(CLONE_NEWNS, child_func, NULL, NULL, NULL) == -1) in test()
Dmountns_helper.h36 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWNS, dummy_child, NULL); in check_newns()
Dmountns04.c48 if (unshare(CLONE_NEWNS) == -1) in test()
/third_party/ltp/testcases/kernel/controllers/cgroup/
Dcgroup_regression_6_2.c32 ltp_clone_quick(CLONE_NEWNS, foo, NULL); in main()
/third_party/ltp/testcases/kernel/security/tomoyo/
Dnewns.c45 const pid_t pid = ltp_clone_quick(CLONE_NEWNS, child, (void *)argv); in main()
Dtomoyo_filesystem_test.c576 const pid_t pid = ltp_clone_quick(CLONE_NEWNS, child, in main()
594 const pid_t pid = ltp_clone_quick(CLONE_NEWNS, child, in main()
611 const pid_t pid = ltp_clone_quick(CLONE_NEWNS, child, in main()
/third_party/ltp/testcases/kernel/containers/share/
Dns_common.h33 {"mnt", CLONE_NEWNS},
/third_party/ltp/testcases/kernel/syscalls/unshare/
Dunshare01.c40 {CLONE_NEWNS, "CLONE_NEWNS"},
Dunshare02.c41 {CLONE_NEWNS, EPERM, "CLONE_NEWNS"}
/third_party/ltp/testcases/kernel/syscalls/setns/
Dsetns.h47 init_ns_type(CLONE_NEWNS, "mnt"); in init_available_ns()
/third_party/ltp/testcases/kernel/syscalls/pivot_root/
Dpivot_root01.c102 TEST(unshare(CLONE_NEWNS | CLONE_FS)); in run()
/third_party/toybox/toys/other/
Dnsenter.c122 CLONE_NEWNS, CLONE_NEWIPC}, f = 0; in unshare_main()
/third_party/ltp/testcases/kernel/syscalls/clone3/
Dclone302.c41 …{"fs-newns", &valid_args, sizeof(*valid_args), CLONE_FS | CLONE_NEWNS, NULL, SIGCHLD, 0, 0, 0, EIN…
/third_party/toybox/scripts/
Dgenconfig.sh39 int x=CLONE_NEWNS|CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET;
/third_party/eudev/test/
Dtest-udev.c64 err = unshare(CLONE_NEWNS); in fake_filesystems()
/third_party/musl/porting/liteos_m/kernel/include/
Dsched.h48 #define CLONE_NEWNS 0x00020000 macro
/third_party/musl/porting/uniproton/kernel/include/
Dsched.h48 #define CLONE_NEWNS 0x00020000 macro
/third_party/musl/include/
Dsched.h61 #define CLONE_NEWNS 0x00020000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsched.h48 #define CLONE_NEWNS 0x00020000 macro
/third_party/musl/porting/linux/user/include/
Dsched.h62 #define CLONE_NEWNS 0x00020000 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dsched.h50 #define CLONE_NEWNS 0x00020000 macro
/third_party/musl/porting/liteos_m/user/include/
Dsched.h61 #define CLONE_NEWNS 0x00020000 macro

12