Searched refs:inst_list (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c77 * Bridge instances are in inst_list, which is protected by inst_lock.
79 * allocation, an instance is placed in inst_list, and the reference count is
174 static list_t inst_list; variable
722 for (bip = list_head(&inst_list); bip != NULL;
723 bip = list_next(&inst_list, bip)) {
748 for (bip = list_head(&inst_list); bip != NULL;
749 bip = list_next(&inst_list, bip)) {
763 list_insert_tail(&inst_list, bip);
810 list_remove(&inst_list, bip);
1235 * Once on the inst_list, th
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c3804 uu_list_t *inst_list; local
3806 inst_list = svc->sc_u.sc_service.sc_service_instances;
3807 insts = uu_list_walk_start(inst_list, 0);

Completed in 2063 milliseconds