HomeSort by: relevance | last modified time | path
    Searched defs:statistics (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/ifconfig/
ieee80211.c 1374 static statistics_func_t statistics; variable in typeref:typename:statistics_func_t
1395 statistics_func_init(&statistics, ieee80211_statistics);
1398 register_statistics(&statistics);
  /src/usr.sbin/envstat/
envstat.c 62 #define ENVSYS_TFLAG 0x00000040 /* make statistics */
89 /* Sensor statistics */
108 /* A simple queue to manage statistics for all sensors */
114 static bool statistics; variable in typeref:typename:bool
187 case 'T': /* make statistics */
216 /* Check if we want to make statistics */
222 statistics = true;
792 /* Collect statistics if flag enabled */
793 if (statistics) {
794 /* ignore sensors not relevant for statistics */
    [all...]
  /src/sys/dev/pci/
if_iwmreg.h 703 * @IWM_UCODE_TLV_CAPA_RADIO_BEACON_STATS: support radio and beacon statistics
3304 * Statistics counters continue to increment beacon after beacon, but are
3308 * uCode also issues this notification during scans. uCode clears statistics
3309 * appropriately so that each notification contains statistics for only the
3563 * @stats_interval: interval in TU between statistics notifications to host.
5245 /* How many statistics are gathered for each channel */
5288 * @statistics: statistics gathered for this channel
5296 uint32_t statistics[IWM_SCAN_RESULTS_STATISTICS]; member in struct:iwm_scan_results_notif

Completed in 20 milliseconds