/third_party/ltp/include/lapi/ |
D | namespaces_constants.h | 9 #ifndef CLONE_NEWIPC 10 # define CLONE_NEWIPC 0x08000000 macro
|
/third_party/ltp/testcases/kernel/syscalls/setns/ |
D | setns02.c | 143 test_flag(CLONE_NEWIPC, CLONE_NEWIPC, do_child_newipc); in test_all() 144 test_flag(CLONE_NEWIPC, 0, do_child_newipc); in test_all()
|
D | setns.h | 46 init_ns_type(CLONE_NEWIPC, "ipc"); in init_available_ns()
|
/third_party/ltp/testcases/kernel/containers/sysvipc/ |
D | shmem_2nstest.c | 151 do_clone_unshare_test(use_clone, CLONE_NEWIPC, check_shmem1, NULL); in main() 156 do_clone_unshare_test(use_clone, CLONE_NEWIPC, check_shmem2, NULL); in main()
|
D | shm_comm.c | 125 ret = do_clone_unshare_test(T_CLONE, CLONE_NEWIPC, chld1_shm, NULL); in test() 129 ret = do_clone_unshare_test(T_CLONE, CLONE_NEWIPC, chld2_shm, NULL); in test()
|
D | msg_comm.c | 136 ret = do_clone_unshare_test(T_CLONE, CLONE_NEWIPC, chld1_msg, NULL); in test() 140 ret = do_clone_unshare_test(T_CLONE, CLONE_NEWIPC, chld2_msg, NULL); in test()
|
D | semtest_2ns.c | 198 ret = do_clone_unshare_test(use_clone, CLONE_NEWIPC, check_sem1, NULL); in main() 203 ret = do_clone_unshare_test(use_clone, CLONE_NEWIPC, check_sem2, NULL); in main()
|
D | sem_comm.c | 149 ret = do_clone_unshare_test(T_CLONE, CLONE_NEWIPC, chld1_sem, NULL); in test() 153 ret = do_clone_unshare_test(T_CLONE, CLONE_NEWIPC, chld2_sem, NULL); in test()
|
D | ipcns_helper.h | 36 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWIPC, dummy_child, NULL); in check_newipc()
|
D | shmnstest.c | 116 r = do_clone_unshare_test(use_clone, CLONE_NEWIPC, check_shmid, NULL); in main()
|
D | sem_nstest.c | 125 do_clone_unshare_test(use_clone, CLONE_NEWIPC, check_semaphore, in main()
|
D | mesgq_nstest.c | 143 ret = do_clone_unshare_test(use_clone, CLONE_NEWIPC, check_mesgq, NULL); in main()
|
/third_party/ltp/testcases/kernel/containers/share/ |
D | ns_common.h | 32 {"ipc", CLONE_NEWIPC},
|
/third_party/ltp/testcases/kernel/containers/mqns/ |
D | mqns_helper.h | 51 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWIPC, dummy_child, NULL); in check_mqns()
|
D | mqns_01.c | 117 r = do_clone_unshare_test(use_clone, CLONE_NEWIPC, check_mqueue, NULL); in main()
|
D | mqns_02.c | 142 r = do_clone_unshare_test(use_clone, CLONE_NEWIPC, check_mqueue, NULL); in main()
|
D | mqns_04.c | 127 rc = do_clone_unshare_test(use_clone, CLONE_NEWIPC, check_mqueue, NULL); in main()
|
D | mqns_03.c | 157 r = do_clone_unshare_test(use_clone, CLONE_NEWIPC, check_mqueue, NULL); in main()
|
/third_party/toybox/toys/other/ |
D | nsenter.c | 122 CLONE_NEWNS, CLONE_NEWIPC}, f = 0; in unshare_main()
|
/third_party/toybox/scripts/ |
D | genconfig.sh | 39 int x=CLONE_NEWNS|CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET;
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | sched.h | 58 #define CLONE_NEWIPC 0x08000000 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | sched.h | 58 #define CLONE_NEWIPC 0x08000000 macro
|
/third_party/musl/include/ |
D | sched.h | 71 #define CLONE_NEWIPC 0x08000000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | sched.h | 58 #define CLONE_NEWIPC 0x08000000 macro
|
/third_party/musl/porting/linux/user/include/ |
D | sched.h | 72 #define CLONE_NEWIPC 0x08000000 macro
|