Searched refs:ns_flag (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/setns/ |
H A D | setns02.c | 44 int ns_flag = *(int *)arg; in do_child_newuts() local 65 if (tst_syscall(__NR_setns, ns_uts_fd, ns_flag) == -1) { in do_child_newuts() 85 int ns_flag = *(int *)arg; in do_child_newipc() local 97 if (tst_syscall(__NR_setns, ns_ipc_fd, ns_flag) == -1) { in do_child_newipc() 114 static void test_flag(int clone_flag, int ns_flag, int (*fn) (void *arg)) in test_flag() argument 121 tst_res(TINFO, "creating child with clone_flag=0x%x, ns_flag=0x%x", in test_flag() 122 clone_flag, ns_flag); in test_flag() 123 ret = ltp_clone(SIGCHLD|clone_flag, fn, &ns_flag, in test_flag()
|
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
H A D | nameser.h | 87 } ns_flag; typedef
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
H A D | nameser.h | 87 } ns_flag; typedef
|
/third_party/musl/porting/uniproton/kernel/include/arpa/ |
H A D | nameser.h | 87 } ns_flag; typedef
|
/third_party/musl/include/arpa/ |
H A D | nameser.h | 87 } ns_flag; typedef
|
Completed in 6 milliseconds