Home
last modified time | relevance | path

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
732 uu_list_node_init(p, &p->spn_list_node, prop_pool); in add_prop()
1003 prop_pool = uu_list_pool_create("properties", in main()
1006 if (prop_pool == NULL) in main()
1009 prop_list = uu_list_create(prop_pool, NULL, 0); in main()