Lines Matching refs:inst_t

63  * repository into an inst_t and puts it into the "services" cache, which is
64 * organized as a hash table of svc_t's, each of which has a list of inst_t's.
150 } inst_t;
159 inst_t *svcp;
160 inst_t *next_hop;
238 insts = uu_list_pool_create("insts", sizeof (inst_t),
239 offsetof(inst_t, node), NULL, UU_LIST_POOL_DEBUG);
285 load_dependencies(inst_t *svcp, scf_instance_t *inst)
409 inst_t *instp;
607 add_svcptr(uu_list_t *lst, inst_t *svcp)
627 static int determine_causes(inst_t *, void *);
634 add_causes(inst_t *dst, inst_t *src)
667 inst_running(inst_t *ip)
674 inst_running_or_maint(inst_t *ip)
697 static inst_t *
700 inst_t *instp;
713 get_fmri(const char *fmri, svc_t **spp, inst_t **ipp)
717 inst_t *ip;
747 process_reqall(inst_t *svcp, struct dependency_group *dg)
753 inst_t *ip;
820 process_reqany(inst_t *svcp, struct dependency_group *dg)
823 inst_t *ip;
918 process_optall(inst_t *svcp, struct dependency_group *dg)
923 inst_t *ip;
981 process_excall(inst_t *svcp, struct dependency_group *dg)
986 inst_t *ip;
1038 process_svc_dg(inst_t *svcp, struct dependency_group *dg)
1096 process_file_dg(inst_t *svcp, struct dependency_group *dg)
1178 determine_causes(inst_t *svcp, void *canfailp)
1270 inst_t *restarter;
1314 determine_impact(inst_t *ip)
1425 determine_summary(inst_t *ip)
1481 print_method_failure(const inst_t *ip, const char **dcp)
1547 print_dependency_reasons(const inst_t *svcp, int verbose)
1640 inst_t *pp;
1695 print_reasons(const inst_t *svcp, int verbose)
1704 inst_t *rsp;
1959 print_service(inst_t *svcp, int verbose)
2070 n = uu_list_numnodes((*(inst_t **)a)->impact);
2071 m = uu_list_numnodes((*(inst_t **)b)->impact);
2080 inst_t *ip;
2103 /* Walk the graph and populate services with inst_t's */
2127 inst_t **ary;