pdaList           110 dev/raidframe/rf_map.c 	RF_PhysDiskAddr_t *pdaList, *t_pda;
pdaList           121 dev/raidframe/rf_map.c 	pdaList = rf_AllocPDAList(lastSUID - SUID + 1 +
pdaList           167 dev/raidframe/rf_map.c 			RF_ASSERT(pdaList);
pdaList           168 dev/raidframe/rf_map.c 			t_pda = pdaList;
pdaList           169 dev/raidframe/rf_map.c 			pdaList = pdaList->next;
pdaList           224 dev/raidframe/rf_map.c 			RF_ASSERT(pdaList);
pdaList           225 dev/raidframe/rf_map.c 			t_pda = pdaList;
pdaList           226 dev/raidframe/rf_map.c 			pdaList = pdaList->next;
pdaList           248 dev/raidframe/rf_map.c 			RF_ASSERT(pdaList && pdaList->next);
pdaList           249 dev/raidframe/rf_map.c 			t_pda = pdaList;
pdaList           250 dev/raidframe/rf_map.c 			pdaList = pdaList->next;
pdaList           254 dev/raidframe/rf_map.c 			t_pda = pdaList;
pdaList           255 dev/raidframe/rf_map.c 			pdaList = pdaList->next;
pdaList           289 dev/raidframe/rf_map.c 	RF_ASSERT(asmList == NULL && pdaList == NULL);
pdaList           601 dev/raidframe/rf_map.c 	RF_PhysDiskAddr_t *pdp, *trailer, *pdaList = NULL, *pdaEnd = NULL;
pdaList           608 dev/raidframe/rf_map.c 		if (!pdaList)
pdaList           609 dev/raidframe/rf_map.c 			pdaList = p->qInfo;
pdaList           620 dev/raidframe/rf_map.c 		if (!pdaList)
pdaList           621 dev/raidframe/rf_map.c 			pdaList = p->parityInfo;
pdaList           632 dev/raidframe/rf_map.c 		if (!pdaList)
pdaList           633 dev/raidframe/rf_map.c 			pdaList = p->physInfo;
pdaList           649 dev/raidframe/rf_map.c 	for (t = 0, pdp = pdaList; pdp; pdp = pdp->next)
pdaList           653 dev/raidframe/rf_map.c 	if (pdaList)
pdaList           654 dev/raidframe/rf_map.c 		rf_FreePDAList(pdaList, pdaEnd, count);