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

  /src/usr.bin/vmstat/
vmstat.c 1229 double stat_us, stat_sy, stat_id; local
1241 stat_id = cur.cp_time[CP_IDLE] * pcnt;
1243 PRWORD(ovflw, " %*.0f", ((stat_us >= 100 || stat_id >= 100) ? 2 : 3), 1,
1245 PRWORD(ovflw, " %*.0f", 3, 1, stat_id);
  /src/sys/dev/pci/
if_iwmreg.h 3123 * @stat_id: configurable DSP phy data set ID
3143 uint8_t stat_id; member in struct:iwm_rx_phy_info

Completed in 75 milliseconds