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

/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Ddman.h365 struct man_work_s *mw_next; /* next request on q */ member in struct:man_work_s
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman.c4105 man_iwork_q->q_work = wp->mw_next;
4106 wp->mw_next = NULL;
5751 man_bwork_q->q_work = wp->mw_next;
5752 wp->mw_next = NULL;
7042 while (lp->mw_next != NULL)
7043 lp = lp->mw_next;
7045 lp->mw_next = wp;
8277 cmn_err(CE_CONT, "\tmw_next: 0x%p\n", (void *)wp->mw_next);

Completed in 58 milliseconds