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

  /src/sys/dev/raidframe/
rf_dagdegrd.c 716 RF_PhysDiskAddr_t *pda_p; local in function:rf_DD_GenerateFailedAccessASMs
730 pda_p->col = asmap->if->col; \
731 pda_p->startSector = ((asmap->if->startSector / secPerSU) * secPerSU) + start; \
732 pda_p->numSector = num; \
733 pda_p->next = NULL; \
734 pda_p->bufPtr = BUF_ALLOC(num)
740 pda_p = *pqpdap;
743 pda_p->type = RF_PDA_TYPE_PARITY;
744 pda_p++;
747 pda_p->type = RF_PDA_TYPE_Q
    [all...]
rf_dagdegwr.c 563 pda_p->col = asmap->if->col; \
564 pda_p->startSector = ((asmap->if->startSector / secPerSU) * secPerSU) + start; \
565 pda_p->numSector = num; \
566 pda_p->next = NULL; \
567 pda_p->bufPtr = BUF_ALLOC(num)
587 RF_PhysDiskAddr_t *pda_p; local in function:rf_WriteGenerateFailedAccessASMs
600 pda_p = *pqpdap;
603 pda_p->type = RF_PDA_TYPE_PARITY;
604 pda_p++;
607 pda_p->type = RF_PDA_TYPE_Q
    [all...]
rf_map.c 90 RF_PhysDiskAddr_t *pda_p; local in function:rf_MapAccess
150 pda_p = NULL;
161 if (!pda_p)
162 asm_p->physInfo = pda_p = t_pda;
164 pda_p->next = t_pda;
165 pda_p = pda_p->next;
168 pda_p->type = RF_PDA_TYPE_DATA;
170 &(pda_p->col),
171 &(pda_p->startSector)
    [all...]

Completed in 13 milliseconds