Searched +defs:val +defs:expand (Results 1 - 2 of 2) sorted by relevance
| /osnet-11/usr/src/lib/liblldp/common/ |
| H A D | liblldp_prop.c | 700 lldp_bitmap2str(uint8_t val, char *buf, uint_t bufsize) argument 706 if (mask & val) 864 char *nv, *name, *val, *buf, *cp, *sep, *dupbuf; local 913 if ((val = strchr(nv, '=')) != NULL) 914 *val++ = '\0'; 922 if (val == NULL) 925 err = nvlist_add_string(*nvl, name, val); 940 uint_t *bufsize, boolean_t expand) 955 } else if (tlvmask == allmask && !expand) { 939 lldp_mask2str(const char *tlvgrpname, uint32_t tlvmask, char *buf, uint_t *bufsize, boolean_t expand) argument
|
| /osnet-11/usr/src/lib/cfgadm_plugins/ib/common/ |
| H A D | cfga_ib.c | 1315 char *subopts, *val; local 1342 switch (getsubopt(&subopts, ib_service_subopts, &val)) { 1344 if (val == NULL) { 1351 comm_name = strdup(val); 1364 if (val == NULL) { 1372 if (strlen(val) == 0 || 1373 strlen(val) > 4) { 1381 service_name = strdup(val); 1643 int expand = 0; local 1672 expand [all...] |
Completed in 47 milliseconds