HomeSort by: relevance | last modified time | path
    Searched refs:nft (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/newfs_msdos/
mkfs_msdos.c 122 u_int8_t nft; /* number of FATs */ member in struct:bsbpb
166 u_int nft; /* number of FATs */ member in struct:bpb
182 { .bps = a, .spc = b, .res = c, .nft = d, .rde = e, \
442 bpb.nft = o.num_FAT;
482 if (!bpb.nft)
483 bpb.nft = 2;
488 bpb.nft +
496 howmany((RESFTE + MAXCLS16) * 2, bpb.bps) * bpb.nft +
542 bpb.bps * NPB) * bpb.nft +
552 if (x1 + (u_int64_t)x * bpb.nft > bpb.bsec)
    [all...]
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_cal.c 494 const HAL_CHANNEL_INTERNAL *chan, int16_t *nft)
501 ath_hal_eepromGet(ah, AR_EEP_NFTHRESH_5, nft);
508 ath_hal_eepromGet(ah, AR_EEP_NFTHRESH_2, nft);
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_reset.c 920 getNoiseFloorThresh(struct ath_hal *ah, HAL_CHANNEL_INTERNAL *chan, int16_t *nft)
926 *nft = ee->ee_noiseFloorThresh[0];
929 *nft = ee->ee_noiseFloorThresh[1];
932 *nft = ee->ee_noiseFloorThresh[2];
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_reset.c 1185 int16_t *nft)
1193 *nft = ee->ee_noiseFloorThresh[headerInfo11A];
1196 *nft = ee->ee_noiseFloorThresh[headerInfo11B];
1199 *nft = ee->ee_noiseFloorThresh[headerInfo11G];

Completed in 16 milliseconds