Home
last modified time | relevance | path

Searched refs:ns_type (Results 1 - 8 of 8) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/setns/
H A Dsetns01.c26 int ns_type; member
36 t->ns_type = ns_types[i]; in setup0()
41 t->ns_type = ns_types[i]; in setup1()
58 t->ns_type = ns_types[(i+1) % ns_total]; in setup3()
66 t->ns_type = ns_types[i]; in setup4()
89 .msg = "invalid ns_type",
90 .ns_type = -1,
96 .msg = "mismatch ns_type/fd",
124 tst_res(TINFO, "setns(%d, 0x%x)", t->fd, t->ns_type); in test_setns()
125 ret = tst_syscall(__NR_setns, t->fd, t->ns_type); in test_setns()
[all...]
/third_party/cares/include/
H A Dares_nameser.h146 } ns_type; typedef
/third_party/node/deps/cares/include/
H A Dares_nameser.h172 } ns_type; typedef
/third_party/musl/porting/liteos_m/kernel/include/arpa/
H A Dnameser.h69 #define ns_rr_type(rr) ((ns_type)((rr).type + 0))
200 } ns_type; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
H A Dnameser.h69 #define ns_rr_type(rr) ((ns_type)((rr).type + 0))
200 } ns_type; typedef
/third_party/musl/porting/uniproton/kernel/include/arpa/
H A Dnameser.h69 #define ns_rr_type(rr) ((ns_type)((rr).type + 0))
200 } ns_type; typedef
/third_party/musl/include/arpa/
H A Dnameser.h69 #define ns_rr_type(rr) ((ns_type)((rr).type + 0))
235 } ns_type; typedef
/third_party/NuttX/fs/nfs/
H A Dnfs_adapter.c128 uint8_t ns_type; /* File type */ member

Completed in 11 milliseconds