Home
last modified time | relevance | path

Searched refs:sv_el (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetadm/
H A Dinetadm.c131 scf_val_el_t *sv_el; in add_proto_list() local
146 if ((sv_el = malloc(sizeof (scf_val_el_t))) == NULL) in add_proto_list()
149 if (((sv_el->val = scf_value_create(hdl)) == NULL) || in add_proto_list()
150 (scf_value_set_astring(sv_el->val, plist[i]) != 0) || in add_proto_list()
151 (scf_entry_add_value(entry, sv_el->val) != 0)) in add_proto_list()
154 uu_list_node_init(sv_el, &sv_el->link, sv_pool); in add_proto_list()
155 (void) uu_list_insert_after(*sv_list, NULL, sv_el); in add_proto_list()
166 scf_val_el_t *sv_el; in remove_proto_list() local
171 while ((sv_el = uu_list_teardown(sv_list, &cookie)) != NULL) { in remove_proto_list()
172 scf_value_destroy(sv_el->val); in remove_proto_list()
[all …]
/illumos-gate/usr/src/boot/forth/
H A Dframes.4th51 $2502 constant sv_el
91 sv_el v_el !