Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_internal.c45 static uu_list_pool_t *value_pool; variable
121 if ((value_pool = uu_list_pool_create("property_values", in internal_init()
515 p->sc_property_values = uu_list_create(value_pool, p, 0); in internal_property_new()
567 uu_list_node_init(v, &v->sc_node, value_pool); in internal_value_new()