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

/freebsd-11-stable/sys/dev/trm/
H A Dtrm.c282 if ((psrb1 = pDCB->pWaitingSRB)) {
284 pDCB->pWaitingSRB = pSRB;
287 pDCB->pWaitingSRB = pSRB;
319 if ((psrb1 = pDCB->pWaitingSRB)) {
326 pDCB->pWaitingSRB = pSRB;
329 pDCB->pWaitingSRB = pSRB;
354 || !(pSRB = ptr1->pWaitingSRB)) {
367 ptr1->pWaitingSRB = NULL;
370 ptr1->pWaitingSRB = pSRB->pNextSRB;
390 if (pDCB->pWaitingSRB) {
[all...]
H A Dtrm.h192 PSRB pWaitingSRB; member in struct:_DCB

Completed in 111 milliseconds