/third_party/ltp/include/lapi/ |
D | namespaces_constants.h | 12 #ifndef CLONE_NEWNS 13 # define CLONE_NEWNS 0x00020000 macro
|
/third_party/ltp/testcases/kernel/containers/mountns/ |
D | mountns01.c | 81 if (unshare(CLONE_NEWNS) == -1) in test() 92 if (do_clone_tests(CLONE_NEWNS, child_func, NULL, NULL, NULL) == -1) in test()
|
D | mountns02.c | 81 if (unshare(CLONE_NEWNS) == -1) in test() 92 if (do_clone_tests(CLONE_NEWNS, child_func, NULL, NULL, NULL) == -1) in test()
|
D | mountns03.c | 94 if (unshare(CLONE_NEWNS) == -1) in test() 105 if (do_clone_tests(CLONE_NEWNS, child_func, NULL, NULL, NULL) == -1) in test()
|
D | mountns_helper.h | 36 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWNS, dummy_child, NULL); in check_newns()
|
D | mountns04.c | 48 if (unshare(CLONE_NEWNS) == -1) in test()
|
/third_party/ltp/testcases/kernel/controllers/cgroup/ |
D | cgroup_regression_6_2.c | 32 ltp_clone_quick(CLONE_NEWNS, foo, NULL); in main()
|
/third_party/ltp/testcases/kernel/security/tomoyo/ |
D | newns.c | 45 const pid_t pid = ltp_clone_quick(CLONE_NEWNS, child, (void *)argv); in main()
|
D | tomoyo_filesystem_test.c | 576 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/ |
D | ns_common.h | 33 {"mnt", CLONE_NEWNS},
|
/third_party/ltp/testcases/kernel/syscalls/unshare/ |
D | unshare01.c | 40 {CLONE_NEWNS, "CLONE_NEWNS"},
|
D | unshare02.c | 41 {CLONE_NEWNS, EPERM, "CLONE_NEWNS"}
|
/third_party/ltp/testcases/kernel/syscalls/setns/ |
D | setns.h | 47 init_ns_type(CLONE_NEWNS, "mnt"); in init_available_ns()
|
/third_party/ltp/testcases/kernel/syscalls/pivot_root/ |
D | pivot_root01.c | 102 TEST(unshare(CLONE_NEWNS | CLONE_FS)); in run()
|
/third_party/toybox/toys/other/ |
D | nsenter.c | 122 CLONE_NEWNS, CLONE_NEWIPC}, f = 0; in unshare_main()
|
/third_party/ltp/testcases/kernel/syscalls/clone3/ |
D | clone302.c | 41 …{"fs-newns", &valid_args, sizeof(*valid_args), CLONE_FS | CLONE_NEWNS, NULL, SIGCHLD, 0, 0, 0, EIN…
|
/third_party/toybox/scripts/ |
D | genconfig.sh | 39 int x=CLONE_NEWNS|CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET;
|
/third_party/eudev/test/ |
D | test-udev.c | 64 err = unshare(CLONE_NEWNS); in fake_filesystems()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | sched.h | 48 #define CLONE_NEWNS 0x00020000 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | sched.h | 48 #define CLONE_NEWNS 0x00020000 macro
|
/third_party/musl/include/ |
D | sched.h | 61 #define CLONE_NEWNS 0x00020000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | sched.h | 48 #define CLONE_NEWNS 0x00020000 macro
|
/third_party/musl/porting/linux/user/include/ |
D | sched.h | 62 #define CLONE_NEWNS 0x00020000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | sched.h | 50 #define CLONE_NEWNS 0x00020000 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | sched.h | 61 #define CLONE_NEWNS 0x00020000 macro
|