Home
last modified time | relevance | path

Searched refs:insts (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/onbld/Checks/
H A DComments.py146 insts = bugs[crid]
147 if len(insts) > 1:
162 for entered in insts:
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dexplain.c179 static uu_list_pool_t *insts, *svcptrs, *depgroups, *deps; variable
235 insts = uu_list_pool_create("insts", sizeof (inst_t), in x_init()
246 if (insts == NULL || svcptrs == NULL || depgroups == NULL || in x_init()
422 svcp->instances = uu_list_create(insts, svcp, UU_LIST_DEBUG); in add_instance()
540 uu_list_node_init(instp, &instp->node, insts); in add_instance()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c3816 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 Dsvccfg_libscf.c8207 uu_list_t *insts; in lscf_bundle_import() local
8305 for (inst = uu_list_first(insts); in lscf_bundle_import()
8307 inst = uu_list_next(insts, inst)) { 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()
8443 for (inst = uu_list_first(insts); in lscf_bundle_import()
8445 inst = uu_list_next(insts, inst)) in lscf_bundle_import()
16716 uu_list_walk_t *svcs, *insts; in check_instance_support() local
16775 uu_list_walk_end(insts); in check_instance_support()
16977 uu_list_walk_t *insts; in lscf_service_cleanup() local
[all …]