Lines Matching refs:startd_alloc
400 v->gv_name = startd_alloc(strlen(name) + 1); in graph_add_vertex()
444 e = startd_alloc(sizeof (graph_edge_t)); in graph_add_edge()
445 re = startd_alloc(sizeof (graph_edge_t)); in graph_add_edge()
690 cs->path = startd_alloc((cs->depth + 1) * sizeof (int)); in child_pre()
745 *cpp = startd_alloc(1); in path_to_str()
760 new = startd_alloc(new_allocd); in path_to_str()
2199 inst_fmri = startd_alloc(max_scf_fmri_size); in add_service()
2390 fmri_copy = startd_alloc(fmri_copy_sz); in process_dependency_fmri()
2551 pg_name = startd_alloc(max_scf_name_size); in process_dependency_pg()
2591 fmri = startd_alloc(fmri_sz); in process_dependency_pg()
2825 new = startd_alloc(sizeof (*new)); in append_svcs_or_insts()
3151 char *restarter_fmri = startd_alloc(max_scf_value_size); in configure_vertex()
3959 buf = startd_alloc(max_scf_fmri_size); in single_user_thread()
4237 restarter_fmri = startd_alloc(max_scf_value_size); in dgraph_update_general()
5862 fmri = startd_alloc(max_scf_fmri_size); in set_initial_milestone()
6119 fmri = startd_alloc(max_scf_fmri_size); in set_restart_milestone()
6823 char *fmri = startd_alloc(max_scf_fmri_size); in repository_event_thread()
6824 char *pg_name = startd_alloc(max_scf_value_size); in repository_event_thread()