Home
last modified time | relevance | path

Searched refs:nstats (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/dd/
H A Ddd.c172 static sig_atomic_t nstats; /* do we need to output stats */ variable
501 nstats = 1; in siginfo_handler()
1885 if (nstats == 0 && status_arg != DD_STATUS_PROGRESS) { in stats()
1889 if (nstats == 0 && status_arg == DD_STATUS_PROGRESS) { in stats()
1904 if (nstats == 1) { in stats()
1905 nstats = 0; in stats()
/illumos-gate/usr/src/uts/common/os/
H A Dcap_util.c526 int nstats; in cu_cpc_init() local
531 nstats = 0; in cu_cpc_init()
538 nstats = 1; in cu_cpc_init()
545 nstats = 1; in cu_cpc_init()
583 cntr_info->ci_nstats = nstats; in cu_cpc_init()
/illumos-gate/usr/src/uts/common/xen/dtrace/
H A Dxdt.c509 int nstats = sizeof (xdt_stats) / sizeof (xdt_stats[0]); in xdt_kstat_init() local
514 KSTAT_TYPE_NAMED, nstats, 0)) == NULL) in xdt_kstat_init()
520 while (nstats > 0) { in xdt_kstat_init()
524 nstats--; in xdt_kstat_init()
/illumos-gate/usr/src/uts/common/io/vr/
H A Dvr.c3105 int nstats; in vr_kstats_init() local
3107 nstats = sizeof (vr_driver_stats) / sizeof (vr_kstat_t); in vr_kstats_init()
3110 "driver", "net", KSTAT_TYPE_NAMED, nstats, 0); in vr_kstats_init()
3119 for (i = 0; i < nstats; i++, knp++) { in vr_kstats_init()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c153 uint_t nstats = FS_SIZE; in flow_stat_create() local
160 KSTAT_TYPE_NAMED, nstats, 0, GLOBAL_ZONEID); in flow_stat_create()
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c1178 int nstats, i; in arc_print() local
1218 nstats = sym.st_size / sizeof (kstat_named_t); in arc_print()
1250 for (i = 0; i < nstats; i++) { in arc_print()