Home
last modified time | relevance | path

Searched refs:ns_type (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/syscalls/setns/
Dsetns01.c48 int ns_type; member
83 .ns_type = -1,
109 t->ns_type = ns_types[i]; in setup0()
114 t->ns_type = ns_types[i]; in setup1()
139 t->ns_type = ns_types[(i+1) % ns_total]; in setup3()
147 t->ns_type = ns_types[i]; in setup4()
168 tst_resm(TINFO, "setns(%d, 0x%x)", t->fd, t->ns_type); in test_setns()
169 ret = syscall(__NR_setns, t->fd, t->ns_type); in test_setns()
/external/syzkaller/sys/linux/
Dnamespaces.txt9 setns(fd fd_namespace, type flags[ns_type])
16 ns_type = 0, CLONE_NEWIPC, CLONE_NEWNET, CLONE_NEWUTS, CLONE_NEWCGROUP, CLONE_NEWNS, CLONE_NEWPID, …
/external/grpc-grpc/src/core/lib/iomgr/
Dnameser.h102 } ns_type; typedef