ptrs               90 dev/raidframe/rf_dagutils.c 	void **ptrs;
ptrs              125 dev/raidframe/rf_dagutils.c 		ptrs = (void **) node->dag_ptrs;
ptrs              127 dev/raidframe/rf_dagutils.c 		RF_CallocAndAdd(ptrs, nptrs, sizeof(void *), (void **), alist);
ptrs              129 dev/raidframe/rf_dagutils.c 	node->succedents = (nSucc) ? (RF_DagNode_t **) ptrs : NULL;
ptrs              130 dev/raidframe/rf_dagutils.c 	node->antecedents = (nAnte) ? (RF_DagNode_t **) (ptrs + nSucc) : NULL;
ptrs              131 dev/raidframe/rf_dagutils.c 	node->results = (nResult) ? (void **) (ptrs + nSucc + nAnte) : NULL;
ptrs              133 dev/raidframe/rf_dagutils.c 	    (ptrs + nSucc + nAnte + nResult) : NULL;
ptrs              779 dev/raidframe/rf_decluster.c 	RF_SpareTableEntry_t **ptrs;
ptrs              786 dev/raidframe/rf_decluster.c 	RF_Malloc(ptrs, info->TablesPerSpareRegion *
ptrs              788 dev/raidframe/rf_decluster.c 	retcode = copyin((caddr_t) data, (caddr_t) ptrs,
ptrs              804 dev/raidframe/rf_decluster.c 		retcode = copyin(ptrs[i], info->SpareTable[i],
ptrs              814 dev/raidframe/rf_decluster.c 	RF_Free(ptrs, info->TablesPerSpareRegion *