Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetadm/
H A Dinetadm.c134 static uu_list_pool_t *sv_pool = NULL; in add_proto_list() local
136 if ((sv_pool == NULL) && in add_proto_list()
137 ((sv_pool = uu_list_pool_create("sv_pool", in add_proto_list()
142 if ((*sv_list = uu_list_create(sv_pool, NULL, 0)) == NULL) in add_proto_list()
154 uu_list_node_init(sv_el, &sv_el->link, sv_pool); in add_proto_list()