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

/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.h422 struct _ii_lstinfo_s *lst_next; /* ptr to next in chain */ member in struct:_ii_lstinfo_s
429 struct _ii_lsthead_s *lst_next; /* next list head */ member in struct:_ii_lsthead_s
H A Ddsw_dev.c2319 head = &((*head)->lst_next)) {
2333 for (np = (*head)->lst_start; np; np = np->lst_next) {
2340 for (np = (*head)->lst_start; np; np = np->lst_next) {
2376 xnp = &(*xnp)->lst_next;
2379 *xnp = (*xnp)->lst_next;
2390 *head = (*head)->lst_next;
3289 for (cp = &_ii_cluster_top; *cp; cp = &((*cp)->lst_next)) {
3306 for (np = &(*cp)->lst_start; *np; np = &((*np)->lst_next)) {
3322 *np = (*np)->lst_next;
3333 *cp = (*cp)->lst_next;
[all...]

Completed in 78 milliseconds