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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetadm/
H A Dinetadm.c136 static uu_list_pool_t *sv_pool = NULL; local
138 if ((sv_pool == NULL) &&
139 ((sv_pool = uu_list_pool_create("sv_pool",
144 if ((*sv_list = uu_list_create(sv_pool, NULL, 0)) == NULL)
156 uu_list_node_init(sv_el, &sv_el->link, sv_pool);

Completed in 58 milliseconds