Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svc/startd/
H A Dprotocol.c88 graph_queue = startd_zalloc(sizeof (graph_protocol_event_queue_t)); in graph_protocol_init()
104 e = startd_zalloc(sizeof (graph_protocol_event_t)); in graph_event_enqueue()
202 restarter_queue = startd_zalloc( in restarter_protocol_init()
224 e = startd_zalloc(sizeof (restarter_protocol_event_t)); in restarter_event_enqueue()
H A Ddict.c133 dictionary = startd_zalloc(sizeof (dictionary_t)); in dict_init()
H A Drestarter.c349 inst = startd_zalloc(sizeof (restarter_inst_t)); in restarter_insert_inst()
1224 info = startd_zalloc(sizeof (fork_info_t)); in stop_instance()
1551 info = startd_zalloc(sizeof (fork_info_t)); in start_instance()
1662 info = startd_zalloc(sizeof (*info)); in maintain_instance()
1735 info = startd_zalloc(sizeof (*info)); in refresh_instance()
1966 qe = startd_zalloc(sizeof (restarter_instance_qentry_t)); in restarter_queue_event()
2410 timeouts = startd_zalloc(sizeof (timeout_queue_t)); in timeout_init()
2423 tu = startd_zalloc(sizeof (timeout_update_t)); in timeout_init()
H A Dstartd.c885 gu = startd_zalloc(sizeof (graph_update_t)); in startup()
886 ru = startd_zalloc(sizeof (restarter_update_t)); in startup()
1014 st = startd_zalloc(sizeof (startd_state_t)); in main()
H A Dfork.c1056 envp = startd_zalloc(sizeof (char *) * 3); in fork_emi()
1060 *np = startd_zalloc(sz); in fork_emi()
1070 *np = startd_zalloc(sz); in fork_emi()
H A Denv.c271 nenv = startd_zalloc(sizeof (char *) * nenv_size); in set_smf_env()
H A Dstartd.h163 #define startd_zalloc(sz) \ macro
H A Dgraph.c395 v = startd_zalloc(sizeof (*v)); in graph_add_vertex()
654 gi.gi_visited = startd_zalloc(sz); in graph_walk()