Searched refs:stats_values (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/eshconfig/
H A Deshconfig.c630 static struct stats_values { struct
633 } stats_values[] = { variable in typeref:struct:stats_values
715 for (offset = 0; stats_values[offset].offset != 0; offset++) {
716 if (lget_stats == 1 || stats[stats_values[offset].offset / 4] > 0)
717 printf("%12d %s\n", stats[stats_values[offset].offset / 4],
718 stats_values[offset].name);

Completed in 100 milliseconds