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

/illumos-gate/usr/src/cmd/svc/startd/
H A Ddict.c133 dictionary = startd_zalloc(sizeof (dictionary_t));
H A Dprotocol.c88 graph_queue = startd_zalloc(sizeof (graph_protocol_event_queue_t));
104 e = startd_zalloc(sizeof (graph_protocol_event_t));
202 restarter_queue = startd_zalloc(
224 e = startd_zalloc(sizeof (restarter_protocol_event_t));
H A Dfork.c1056 envp = startd_zalloc(sizeof (char *) * 3);
1060 *np = startd_zalloc(sz);
1070 *np = startd_zalloc(sz);
H A Dstartd.c885 gu = startd_zalloc(sizeof (graph_update_t));
886 ru = startd_zalloc(sizeof (restarter_update_t));
1014 st = startd_zalloc(sizeof (startd_state_t));
H A Drestarter.c349 inst = startd_zalloc(sizeof (restarter_inst_t));
1224 info = startd_zalloc(sizeof (fork_info_t));
1551 info = startd_zalloc(sizeof (fork_info_t));
1662 info = startd_zalloc(sizeof (*info));
1735 info = startd_zalloc(sizeof (*info));
1966 qe = startd_zalloc(sizeof (restarter_instance_qentry_t));
2410 timeouts = startd_zalloc(sizeof (timeout_queue_t));
2423 tu = startd_zalloc(sizeof (timeout_update_t));
H A Denv.c271 nenv = startd_zalloc(sizeof (char *) * nenv_size);
H A Dstartd.h163 #define startd_zalloc(sz) \ macro
H A Dgraph.c396 v = startd_zalloc(sizeof (*v));
655 gi.gi_visited = startd_zalloc(sz);

Completed in 116 milliseconds