Searched refs:kstat_install (Results 26 - 50 of 232) sorted by relevance

12345678910

/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_kstats.c131 kstat_install(ksp);
/illumos-gate/usr/src/uts/common/sys/
H A Dkstat.h296 * e.g. between kstat_create() and kstat_install().
325 * calling kstat_install().
724 * kstat_install(ksp);
751 * Step 3: Installation (kstat_install)
753 * Once the kstat is completely initialized, kstat_install() clears the
755 * kstat_install() also clears the DORMANT flag for persistent kstats.
788 * calls kstat_install(). kstat_install() uses the old data values to
797 extern void kstat_install(kstat_t *);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_zfetch.c83 kstat_install(zfetch_ksp);
H A Dvdev_cache.c416 kstat_install(vdc_ksp);
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_mon.c181 kstat_install(ksp);
H A Dsfxge_phy.c169 kstat_install(ksp);
/illumos-gate/usr/src/uts/common/disp/
H A Dcpucaps.c390 kstat_install(cap->cap_kstat);
444 kstat_install(cap->cap_kstat);
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dsolaris.c280 kstat_install(ifs->ifs_kstatp[0]);
292 kstat_install(ifs->ifs_kstatp[1]);
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp_stats.c421 kstat_install(ksp);
538 kstat_install(ksp);
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_impl.c1256 kstat_install(ksp);
1350 kstat_install(ksp);
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara_perfctr.c649 kstat_install(picN_ksp);
707 kstat_install(counters_ksp);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockparams.c107 kstat_install(sp_g_kstat);
145 kstat_install(sp->sp_kstat);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipdrop.c200 kstat_install(ipss->ipsec_ip_drop_kstat);
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_subr.c422 kstat_install(ksp);
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvgen_stats.c145 kstat_install(ksp);
/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vfsops.c150 kstat_install(bfs->bfs_kstat);
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_stats.c296 kstat_install(i40e->i40e_vsi_kstat);
665 kstat_install(i40e->i40e_pf_kstat);
1306 kstat_install(itrq->itrq_txkstat);
1307 kstat_install(itrq->itrq_rxkstat);
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_stat.c268 kstat_install(ks);
/illumos-gate/usr/src/uts/sparc/fpu/
H A Dfpu_simulator.c766 kstat_install(fpu_kstat);
776 kstat_install(fpuinfo_kstat);
785 kstat_install(visinfo_kstat);
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_kstat.c1747 kstat_install(pUM->kstats_rxq[idx]);
1804 kstat_install(pUM->kstats_txq[idx]);
1890 kstat_install(pUM->kstats);
1921 kstat_install(pUM->kstatsLink);
2016 kstat_install(pUM->kstatsIntr);
2106 kstat_install(pUM->kstatsL2Chip);
2137 kstat_install(pUM->kstatsL2Driver);
2194 kstat_install(pUM->kstatsL2Stats);
2256 kstat_install(pUM->kstatsFcoe);
2430 kstat_install(pU
[all...]
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c530 kstat_install(ksp);
676 kstat_install(ksp);
763 kstat_install(ksp);
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dac.c775 kstat_install(ac_ksp);
821 kstat_install(ac_counters_ksp);
972 kstat_install(ac_picN_ksp[pic]);
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw.c255 kstat_install(ii_gkstat);
/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dkssl.c595 kstat_install(kssl_ksp);
/illumos-gate/usr/src/uts/common/io/
H A Dfssnap.c295 kstat_install(ksp);
2209 kstat_install(mntpoint);
2229 kstat_install(bfname);
2272 kstat_install(num);

Completed in 151 milliseconds

12345678910