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

/illumos-gate/usr/src/cmd/svc/svcs/
H A Dexplain.c183 static uu_list_pool_t *insts, *svcptrs, *depgroups, *deps; variable
239 insts = uu_list_pool_create("insts", sizeof (inst_t),
250 if (insts == NULL || svcptrs == NULL || depgroups == NULL ||
426 svcp->instances = uu_list_create(insts, svcp, UU_LIST_DEBUG);
534 uu_list_node_init(instp, &instp->node, insts);
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c3789 uu_list_walk_t *svcs, *insts; local
3807 insts = uu_list_walk_start(inst_list, 0);
3808 if (insts == NULL)
3811 while ((inst = uu_list_walk_next(insts)) != NULL)
3815 uu_list_walk_end(insts);
H A Dsvccfg_libscf.c8193 uu_list_t *insts; local
8289 insts = svc->sc_u.sc_service.sc_service_instances;
8291 for (inst = uu_list_first(insts);
8293 inst = uu_list_next(insts, inst)) {
8365 insts = svc->sc_u.sc_service.sc_service_instances;
8367 for (inst = uu_list_first(insts);
8369 inst = uu_list_next(insts, inst)) {
8424 insts = svc->sc_u.sc_service.sc_service_instances;
8429 for (inst = uu_list_first(insts);
8431 inst = uu_list_next(insts, ins
16692 uu_list_walk_t *svcs, *insts; local
16953 uu_list_walk_t *insts; local
[all...]

Completed in 89 milliseconds