Searched defs:modval (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_writes.c274 char **modval; local
559 modval = (char **)calloc(attr[k]->value_count+1,
561 if (modval == NULL)
593 modval[j] = strdup(mapping[0]);
595 modval[j] = strdup(attr[k]->
598 if (modval[j] == NULL)
604 modval[j] = attr[k]->attrvalue[j];
607 mods[i]->mod_values = modval;
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlinkprop.c3315 char *buf, **modval; local
3331 modval = (char **)(void *)buf;
3333 modval[i] = buf + sizeof (char *) * MAX_SUPPORT_RATES +
3337 status = get_rate_mod(handle, NULL, linkid, modval, &modval_cnt,
3343 if (strcasecmp(*prop_val, modval[i]) == 0) {

Completed in 74 milliseconds