Searched refs:prop_pool (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svcprop/
H A Dsvcprop.c97 static uu_list_pool_t *prop_pool; variable
734 uu_list_node_init(p, &p->spn_list_node, prop_pool);
1010 prop_pool = uu_list_pool_create("properties",
1013 if (prop_pool == NULL)
1016 prop_list = uu_list_create(prop_pool, NULL, 0);

Completed in 55 milliseconds