Searched refs:startd_zalloc (Results 1 – 8 of 8) sorted by relevance
88 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()
131 dictionary = startd_zalloc(sizeof (dictionary_t)); in dict_init()
890 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()
351 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()
1055 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()
217 nenv = startd_zalloc(sizeof (char *) * nenv_size); in set_smf_env()
157 #define startd_zalloc(sz) \ macro
401 v = startd_zalloc(sizeof (*v)); in graph_add_vertex()660 gi.gi_visited = startd_zalloc(sz); in graph_walk()