Home
last modified time | relevance | path

Searched refs:lst_start (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c2333 for (np = (*head)->lst_start; np; np = np->lst_next) { in _ii_disable()
2340 for (np = (*head)->lst_start; np; np = np->lst_next) { in _ii_disable()
2348 xnp = &(*head)->lst_start; in _ii_disable()
3306 for (np = &(*cp)->lst_start; *np; np = &((*np)->lst_next)) { in _ii_suspend_cluster()
3331 else if (!(*cp)->lst_start) { in _ii_suspend_cluster()
4272 for (i = 0, np = cp->lst_start; i < ulist.count && np; in _ii_gc_list()
5174 for (ucopy->count = 0, np = head->lst_start; np; np = np->lst_next) in _ii_group_copy()
5190 np = head->lst_start; in _ii_group_copy()
9977 for (nip = 0, np = head->lst_start; np; np = np->lst_next) in ii_get_group_list()
9984 np = head->lst_start; in ii_get_group_list()
[all …]
H A Ddsw_dev.h428 _ii_lstinfo_t *lst_start; /* start of set list */ member