Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svc/startd/
H A Ddict.c137 dict_pool = startd_list_pool_create("dict", sizeof (dict_entry_t), in dict_init()
H A Dprotocol.c83 graph_protocol_event_queue_pool = startd_list_pool_create( in graph_protocol_init()
197 restarter_protocol_event_queue_pool = startd_list_pool_create( in restarter_protocol_init()
H A Drestarter.c2414 timeout_pool = startd_list_pool_create("timeouts", in timeout_init()
2586 restarter_instance_pool = startd_list_pool_create("restarter_instances", in restarter_init()
2595 restarter_queue_pool = startd_list_pool_create( in restarter_init()
2600 contract_list_pool = startd_list_pool_create( in restarter_init()
H A Dstartd.h754 uu_list_pool_t *startd_list_pool_create(const char *, size_t, size_t,
H A Dstartd.c395 startd_list_pool_create(const char *name, size_t e, size_t o, in startd_list_pool_create() function
H A Dgraph.c333 graph_edge_pool = startd_list_pool_create("graph_edges", in graph_init()
338 graph_vertex_pool = startd_list_pool_create("graph_vertices", in graph_init()