Searched refs:insts (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/tools/onbld/Checks/ |
H A D | Comments.py | 146 insts = bugs[crid] 147 if len(insts) > 1: 162 for entered in insts:
|
/illumos-gate/usr/src/cmd/svc/svcs/ |
H A D | explain.c | 180 static uu_list_pool_t *insts, *svcptrs, *depgroups, *deps; variable 236 insts = uu_list_pool_create("insts", sizeof (inst_t), in x_init() 247 if (insts == NULL || svcptrs == NULL || depgroups == NULL || in x_init() 423 svcp->instances = uu_list_create(insts, svcp, UU_LIST_DEBUG); in add_instance() 541 uu_list_node_init(instp, &instp->node, insts); in add_instance()
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_xml.c | 3816 uu_list_walk_t *svcs, *insts; in lxml_inventory() local 3834 insts = uu_list_walk_start(inst_list, 0); in lxml_inventory() 3835 if (insts == NULL) in lxml_inventory() 3838 while ((inst = uu_list_walk_next(insts)) != NULL) in lxml_inventory() 3842 uu_list_walk_end(insts); in lxml_inventory()
|
H A D | svccfg_libscf.c | 8207 uu_list_t *insts; in lscf_bundle_import() local 8303 insts = svc->sc_u.sc_service.sc_service_instances; in lscf_bundle_import() 8305 for (inst = uu_list_first(insts); in lscf_bundle_import() 8307 inst = uu_list_next(insts, inst)) { in lscf_bundle_import() 8379 insts = svc->sc_u.sc_service.sc_service_instances; in lscf_bundle_import() 8381 for (inst = uu_list_first(insts); in lscf_bundle_import() 8383 inst = uu_list_next(insts, inst)) { in lscf_bundle_import() 8438 insts = svc->sc_u.sc_service.sc_service_instances; in lscf_bundle_import() 8443 for (inst = uu_list_first(insts); in lscf_bundle_import() 8445 inst = uu_list_next(insts, inst)) in lscf_bundle_import() [all …]
|