Searched refs:le_nextp (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_queue.c41 lep->le_nextp = NULL;
49 lp->l1_tailp->le_nextp = lep;
70 if ((lp->l1_headp = lep->le_nextp) == NULL) {
77 for (prevp = lp->l1_headp; prevp != NULL; prevp = prevp->le_nextp) {
78 if (prevp->le_nextp == lep) {
79 if ((prevp->le_nextp = lep->le_nextp) == NULL)
106 if ((lp->l1_headp = lep->le_nextp) == NULL)
109 lep->le_nextp = NULL;
H A Dghd_queue.h42 struct L1el *le_nextp; member in struct:L1el
46 #define L1EL_INIT(lep) ((lep)->le_nextp = NULL, (lep)->le_datap = 0)
H A Dghd_waitq.h79 ((gdevp)->gd_devlist.le_nextp \
80 ? (gdev_t *)((gdevp)->gd_devlist.le_nextp->le_datap) \
/illumos-gate/usr/src/uts/sun/sys/dada/adapters/ghd/
H A Dghd_queue.h42 struct L1el *le_nextp; member in struct:L1el
46 #define L1EL_INIT(lep) ((lep)->le_nextp = NULL, (lep)->le_datap = 0)
H A Dghd_waitq.h79 ((gdevp)->gd_devlist.le_nextp \
80 ? (gdev_t *)((gdevp)->gd_devlist.le_nextp->le_datap) \

Completed in 68 milliseconds