Home | History | Annotate | Download | only in raidframe

Lines Matching defs:trailer

534 	RF_PhysDiskAddr_t *pdp, *trailer, *pdaList = NULL, *pdaEnd = NULL;
545 for (trailer = NULL, pdp = p->qInfo; pdp;) {
546 trailer = pdp;
550 if (trailer)
551 pdaEnd = trailer;
557 for (trailer = NULL, pdp = p->parityInfo; pdp;) {
558 trailer = pdp;
562 if (trailer)
563 pdaEnd = trailer;
569 for (trailer = NULL, pdp = p->physInfo; pdp;) {
570 trailer = pdp;
574 if (trailer)
575 pdaEnd = trailer;