Home
last modified time | relevance | path

Searched refs:set_next (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_thread.c280 for (set = nst_sets; set; set = set->set_next) { in nst_thread_run()
641 for (sp = nst_sets; sp; sp = sp->set_next) { in nst_destroy()
719 for (spp = &nst_sets; *spp; spp = &((*spp)->set_next)) { in nst_destroy()
721 *spp = set->set_next; in nst_destroy()
722 set->set_next = NULL; in nst_destroy()
914 for (sp = nst_sets; sp; sp = sp->set_next) { in nst_init()
948 set->set_next = nst_sets; in nst_init()
H A Dnsc_thread.h104 struct nstset *set_next; /* Next set in list of sets */ member
/titanic_41/usr/src/cmd/mdb/common/modules/nsctl/
H A Dnsctl.c557 set + OFFSETOF(nstset_t, set_next)) == -1) { in nstset_wstep()