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

/freebsd-11-stable/sys/dev/trm/
H A Dtrm.c316 if (pSRB == pDCB->pGoingLastSRB)
317 pDCB->pGoingLastSRB = psrb1;
373 ptr1->pGoingLastSRB->pNextSRB = pSRB;
376 ptr1->pGoingLastSRB = pSRB;
512 pDCB->pGoingLastSRB->pNextSRB = pSRB;
513 pDCB->pGoingLastSRB = pSRB;
516 pDCB->pGoingLastSRB = pSRB;
1775 pSRBTemp = pDCB->pGoingLastSRB;
2516 if (pSRB == pDCB->pGoingLastSRB) {
2517 pDCB->pGoingLastSRB
[all...]
H A Dtrm.h196 PSRB pGoingLastSRB; member in struct:_DCB

Completed in 53 milliseconds