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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetadm/
H A Dinetadm.c133 scf_val_el_t *sv_el; local
148 if ((sv_el = malloc(sizeof (scf_val_el_t))) == NULL)
151 if (((sv_el->val = scf_value_create(hdl)) == NULL) ||
152 (scf_value_set_astring(sv_el->val, plist[i]) != 0) ||
153 (scf_entry_add_value(entry, sv_el->val) != 0))
156 uu_list_node_init(sv_el, &sv_el->link, sv_pool);
157 (void) uu_list_insert_after(*sv_list, NULL, sv_el);
168 scf_val_el_t *sv_el; local
173 while ((sv_el
[all...]

Completed in 80 milliseconds