/external/ltp/testcases/kernel/syscalls/setns/ |
setns01.c | 48 int ns_type; member in struct:testcase_t 82 .msg = "invalid ns_type", 83 .ns_type = -1, 89 .msg = "mismatch ns_type/fd", 109 t->ns_type = ns_types[i]; 114 t->ns_type = ns_types[i]; 139 t->ns_type = ns_types[(i+1) % ns_total]; 147 t->ns_type = ns_types[i]; 168 tst_resm(TINFO, "setns(%d, 0x%x)", t->fd, t->ns_type); 169 ret = syscall(__NR_setns, t->fd, t->ns_type); [all...] |
/external/grpc-grpc/src/core/lib/iomgr/ |
nameser.h | 102 } ns_type; typedef in typeref:enum:__ns_type
|
/device/linaro/bootloader/edk2/StdLib/Include/arpa/ |
nameser.h | 154 #define ns_rr_type(rr) ((ns_type)((rr).type + 0))
332 } ns_type;
typedef in typeref:enum:__ns_type 549 ns_class, ns_type, u_long, const u_char *,
|
/bionic/libc/include/arpa/ |
nameser.h | 180 #define ns_rr_type(rr) ((ns_type)((rr).type + 0)) 348 } ns_type; typedef in typeref:enum:__ns_type 575 int ns_sprintrrf(const u_char* __msg, size_t __msg_size, const char* __name, ns_class __class, ns_type __type, u_long __ttl, const u_char* __rdata, size_t __rdata_size, const char* __name_ctx, const char* __origin, char* __buf, size_t __buf_size); 604 int ns_sprintrrf(const u_char* __msg, size_t __msg_size, const char* __name, ns_class __class, ns_type __type, u_long __ttl, const u_char* __rdata, size_t __rdata_size, const char* __name_ctx, const char* __origin, char* __buf, size_t __buf_size) __INTRODUCED_IN_64(23);
|