Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_kstats.c723 hxgep->statsp->peu_sys_ksp = hxge_setup_local_kstat(hxgep, in hxge_setup_kstats()
726 if (hxgep->statsp->peu_sys_ksp == NULL) in hxge_setup_kstats()
808 if (hxgep->statsp->peu_sys_ksp) in hxge_destroy_kstats()
809 kstat_delete(hxgep->statsp->peu_sys_ksp); in hxge_destroy_kstats()
H A Dhxge.h191 kstat_t *peu_sys_ksp; member