Home
last modified time | relevance | path

Searched refs:hei_kstats (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dhook_impl.h155 hook_event_kstat_t hei_kstats; member
/illumos-gate/usr/src/uts/common/io/
H A Dhook.c851 hei->hei_kstats.events.value.ui64++; in hook_run()
1401 sizeof (hei->hei_kstats) / sizeof (kstat_named_t), in hook_event_init_kstats()
1404 bcopy((char *)&template, &hei->hei_kstats, sizeof (template)); in hook_event_init_kstats()
1407 hei->hei_kstatp->ks_data = (void *)&hei->hei_kstats; in hook_event_init_kstats()
1938 hei->hei_kstats.hooks_added.value.ui64++; in hook_register()
2215 hei->hei_kstats.hooks_removed.value.ui64++; in hook_unregister()