/external/ltp/testcases/kernel/syscalls/setns/ |
setns02.c | 67 int ns_flag = *(int *)arg; local 88 if (syscall(__NR_setns, ns_uts_fd, ns_flag) == -1) { 108 int ns_flag = *(int *)arg; local 120 if (syscall(__NR_setns, ns_ipc_fd, ns_flag) == -1) { 137 static void test_flag(int clone_flag, int ns_flag, int (*fn) (void *arg)) 146 tst_resm(TINFO, "creating child with clone_flag=0x%x, ns_flag=0x%x", 147 clone_flag, ns_flag); 148 ret = ltp_clone(SIGCHLD|clone_flag, fn, &ns_flag,
|
/device/linaro/bootloader/edk2/StdLib/Include/arpa/ |
nameser.h | 177 } ns_flag;
typedef in typeref:enum:__ns_flag
|
/bionic/libc/include/arpa/ |
nameser.h | 203 } ns_flag; typedef in typeref:enum:__ns_flag
|