Home
last modified time | relevance | path

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

/illumos-gate/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.c131 dictionary = startd_zalloc(sizeof (dictionary_t)); in dict_init()
H A Dstartd.c890 gu = startd_zalloc(sizeof (graph_update_t)); in startup()
891 ru = startd_zalloc(sizeof (restarter_update_t)); in startup()
1019 st = startd_zalloc(sizeof (startd_state_t)); in main()
H A Drestarter.c351 inst = startd_zalloc(sizeof (restarter_inst_t)); in restarter_insert_inst()
1229 info = startd_zalloc(sizeof (fork_info_t)); in stop_instance()
1556 info = startd_zalloc(sizeof (fork_info_t)); in start_instance()
1667 info = startd_zalloc(sizeof (*info)); in maintain_instance()
1740 info = startd_zalloc(sizeof (*info)); in refresh_instance()
2039 qe = startd_zalloc(sizeof (restarter_instance_qentry_t)); in restarter_queue_event()
2478 timeouts = startd_zalloc(sizeof (timeout_queue_t)); in timeout_init()
2491 tu = startd_zalloc(sizeof (timeout_update_t)); in timeout_init()
H A Dfork.c1055 envp = startd_zalloc(sizeof (char *) * 3); in fork_emi()
1059 *np = startd_zalloc(sz); in fork_emi()
1069 *np = startd_zalloc(sz); in fork_emi()
H A Denv.c217 nenv = startd_zalloc(sizeof (char *) * nenv_size); in set_smf_env()
H A Dstartd.h157 #define startd_zalloc(sz) \ macro
H A Dgraph.c401 v = startd_zalloc(sizeof (*v)); in graph_add_vertex()
660 gi.gi_visited = startd_zalloc(sz); in graph_walk()