Searched defs:c_type (Results 1 - 4 of 4) sorted by relevance
| /osnet-11/usr/src/lib/libresolv2/common/nameser/ |
| H A D | ns_print.c | 573 u_int c_type, key_tag, alg; local 579 c_type = ns_get16(rdata); rdata += NS_INT16SZ; 583 len = SPRINTF((tmp, "%d %d %d ", c_type, key_tag, alg));
|
| /osnet-11/usr/src/lib/libntsvcs/common/ |
| H A D | libntsvcs.h | 308 svcctl_context_type_t c_type; member in struct:svcctl_context
|
| /osnet-11/usr/src/lib/libpool/common/ |
| H A D | pool_internal.c | 66 const char *c_type = "type"; variable 1186 prop_name[len] == '.' || strcmp(prop_name, c_type) == 0) 1197 strcmp(prop_name, c_type) == 0) 1208 strcmp(prop_name, c_type) == 0) 1270 pool_value_set_name(props[0], c_type) != PO_SUCCESS) 1638 (void) pool_value_set_name(&val, c_type);
|
| /osnet-11/usr/src/lib/libdiskmgt/common/ |
| H A D | findevs.c | 358 char *c_type = DM_CTYPE_UNKNOWN; local 383 c_type = DM_CTYPE_FIBRE; 403 if (strcmp(c_type, DM_CTYPE_UNKNOWN) == 0) { 404 c_type = ctype(node, minor); 406 cp->ctype = c_type;
|
Completed in 799 milliseconds