Lines Matching defs:inst_t

64  * repository into an inst_t and puts it into the "services" cache, which is
65 * organized as a hash table of svc_t's, each of which has a list of inst_t's.
151 } inst_t;
160 inst_t *svcp;
161 inst_t *next_hop;
239 insts = uu_list_pool_create("insts", sizeof (inst_t),
240 offsetof(inst_t, node), NULL, UU_LIST_POOL_DEBUG);
286 load_dependencies(inst_t *svcp, scf_instance_t *inst)
410 inst_t *instp;
608 add_svcptr(uu_list_t *lst, inst_t *svcp)
628 static int determine_causes(inst_t *, void *);
635 add_causes(inst_t *dst, inst_t *src)
668 inst_running(inst_t *ip)
675 inst_running_or_maint(inst_t *ip)
698 static inst_t *
701 inst_t *instp;
714 get_fmri(const char *fmri, svc_t **spp, inst_t **ipp)
718 inst_t *ip;
748 process_reqall(inst_t *svcp, struct dependency_group *dg)
754 inst_t *ip;
821 process_reqany(inst_t *svcp, struct dependency_group *dg)
824 inst_t *ip;
919 process_optall(inst_t *svcp, struct dependency_group *dg)
924 inst_t *ip;
982 process_excall(inst_t *svcp, struct dependency_group *dg)
987 inst_t *ip;
1039 process_svc_dg(inst_t *svcp, struct dependency_group *dg)
1097 process_file_dg(inst_t *svcp, struct dependency_group *dg)
1179 determine_causes(inst_t *svcp, void *canfailp)
1271 inst_t *restarter;
1315 determine_impact(inst_t *ip)
1426 determine_summary(inst_t *ip)
1482 print_method_failure(const inst_t *ip, const char **dcp)
1548 print_dependency_reasons(const inst_t *svcp, int verbose)
1641 inst_t *pp;
1696 print_reasons(const inst_t *svcp, int verbose)
1705 inst_t *rsp;
1960 print_service(inst_t *svcp, int verbose)
2074 n = uu_list_numnodes((*(inst_t **)a)->impact);
2075 m = uu_list_numnodes((*(inst_t **)b)->impact);
2084 inst_t *ip;
2112 /* Walk the graph and populate services with inst_t's */
2136 inst_t **ary;