Searched defs:dependency_group (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svcs/
H A Dexplain.c140 uu_list_t *dependencies; /* list of dependency_group's */
165 struct dependency_group { struct
245 sizeof (struct dependency_group),
246 offsetof(struct dependency_group, node), NULL, UU_LIST_POOL_DEBUG);
289 struct dependency_group *dg;
748 process_reqall(inst_t *svcp, struct dependency_group *dg)
821 process_reqany(inst_t *svcp, struct dependency_group *dg)
919 process_optall(inst_t *svcp, struct dependency_group *dg)
982 process_excall(inst_t *svcp, struct dependency_group *dg)
1039 process_svc_dg(inst_t *svcp, struct dependency_group *d
[all...]

Completed in 62 milliseconds