Symbol: RF_MIN
sbin/raidctl/rf_configure.c
234
RF_MIN(sizeof(cfgPtr->diskQueueType), strlen(buf1) + 1));
sys/dev/raidframe/rf_cvscan.c
227
range = RF_MIN(hdr->range_for_avg, RF_MIN(hdr->left_cnt, hdr->right_cnt));
sys/dev/raidframe/rf_dagfuncs.c
586
longs_this_time = RF_MIN(len, RF_MIN(RF_BLIP(pg_src), RF_BLIP(pg_dest)) >> RF_LONGSHIFT); /* note len in longwords */
sys/dev/raidframe/rf_dagfuncs.c
691
longs_this_time = RF_MIN(len, RF_MIN(RF_BLIP(a), RF_MIN(RF_BLIP(b), RF_MIN(RF_BLIP(c), RF_BLIP(dst)))) >> RF_LONGSHIFT);
sys/dev/raidframe/rf_dagutils.c
1038
return ((RF_MAX(soffs, doffs) <= RF_MIN(send, dend)) ? 1 : 0);
sys/dev/raidframe/rf_dagutils.c
1092
sosEndAddr = RF_MIN(asmap->raidAddress, rf_RaidAddressOfPrevStripeUnitBoundary(layoutPtr, failedPDA->raidAddress));
sys/dev/raidframe/rf_dagutils.c
1202
dest->numSector = subAddr + RF_MIN(send, dend) + 1 - dest->startSector;
sys/dev/raidframe/rf_evenodd_dagfuncs.c
734
startSector = RF_MIN(pda0->startSector, pda1->startSector);
sys/dev/raidframe/rf_map.c
145
stripeEndAddress = RF_MIN(endAddress, stripeRealEndAddress);
sys/dev/raidframe/rf_map.c
182
pda_p->numSector = RF_MIN(endAddress, nextStripeUnitAddress) - raidAddress;
sys/dev/raidframe/rf_map.c
189
raidAddress = RF_MIN(endAddress, nextStripeUnitAddress);
sys/dev/raidframe/rf_reconmap.c
206
mapPtr->status[ru] = MakeReconMapListElem(mapPtr,startSector, RF_MIN(stopSector, last_in_RU), (p == RU_NOTHING) ? NULL : p);
sys/dev/raidframe/rf_reconmap.c
213
pt->next = MakeReconMapListElem(mapPtr,startSector, RF_MIN(stopSector, last_in_RU), p);
sys/dev/raidframe/rf_reconmap.c
218
startSector = RF_MIN(stopSector, last_in_RU) + 1;
sys/dev/raidframe/rf_stripelocks.c
113
(RF_MAX(_strt1, _strt2) <= RF_MIN(_stop1, _stop2)) )