HomeSort by: relevance | last modified time | path
    Searched defs:BUF_ALLOC (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/raidframe/
rf_dagffwr.c 128 #define BUF_ALLOC(num) \
388 BUF_ALLOC(raidPtr->Layout.sectorsPerStripeUnit);
rf_dagdegrd.c 727 #define BUF_ALLOC(num) \
734 pda_p->bufPtr = BUF_ALLOC(num)
848 pda_p->bufPtr = BUF_ALLOC(pda_p->numSector);
852 pda_p->bufPtr = BUF_ALLOC(secPerSU);
858 pda_p->bufPtr = BUF_ALLOC(pda_p->numSector);
866 pda_p->bufPtr = BUF_ALLOC(pda_p->numSector);
889 pda_p->bufPtr = BUF_ALLOC(pda_p->numSector);
899 pda_p->bufPtr = BUF_ALLOC(pda_p->numSector);
910 pda_p->bufPtr = BUF_ALLOC(pda_p->numSector);
918 BUF_ALLOC(pda_p->numSector)
    [all...]
rf_dagdegwr.c 119 #define BUF_ALLOC(num) \
394 xorNode->results[1] = BUF_ALLOC(failedPDA->numSector);
567 pda_p->bufPtr = BUF_ALLOC(num)
673 pda_p->bufPtr = BUF_ALLOC(pda_p->numSector);
677 pda_p->bufPtr = BUF_ALLOC(secPerSU);
683 pda_p->bufPtr = BUF_ALLOC(pda_p->numSector);
691 pda_p->bufPtr = BUF_ALLOC(pda_p->numSector);

Completed in 14 milliseconds