listPtr           219 dev/raidframe/rf_reconmap.c rf_crunch_list(RF_ReconMap_t *mapPtr, RF_ReconMapListElem_t *listPtr)
listPtr           221 dev/raidframe/rf_reconmap.c 	RF_ReconMapListElem_t *pt, *p = listPtr;
listPtr           348 dev/raidframe/rf_reconmap.c rf_PrintList(RF_ReconMapListElem_t *listPtr)
listPtr           350 dev/raidframe/rf_reconmap.c 	while (listPtr) {
listPtr           351 dev/raidframe/rf_reconmap.c 		printf("%d,%d -> ", (int) listPtr->startSector,
listPtr           352 dev/raidframe/rf_reconmap.c 		    (int) listPtr->stopSector);
listPtr           353 dev/raidframe/rf_reconmap.c 		listPtr = listPtr->next;