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

/freebsd-11-stable/sys/dev/trm/
H A Dtrm.c301 psrb1 = pDCB->pGoingSRB;
307 pDCB->pGoingSRB = psrb1->pNextSRB;
372 if (ptr1->pGoingSRB)
375 ptr1->pGoingSRB = pSRB;
511 if (pDCB->pGoingSRB) {
515 pDCB->pGoingSRB = pSRB;
934 psrb = pdcb->pGoingSRB;
948 pdcb->pGoingSRB = NULL;
1774 pSRB = pDCB->pGoingSRB;
2159 pSRB = pDCB->pGoingSRB;
[all...]
H A Dtrm.h195 PSRB pGoingSRB; member in struct:_DCB

Completed in 176 milliseconds