Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme.c1756 struct hmekstat *hkp; in hmestat_kstat_update() local
1759 hkp = (struct hmekstat *)ksp->ks_data; in hmestat_kstat_update()
1777 hkp->hk_cvc.value.ul = hmep->hme_cvc; in hmestat_kstat_update()
1779 hkp->hk_buff.value.ul = hmep->hme_buff; in hmestat_kstat_update()
1782 hkp->hk_babl.value.ul = hmep->hme_babl; in hmestat_kstat_update()
1783 hkp->hk_tmder.value.ul = hmep->hme_tmder; in hmestat_kstat_update()
1802 hkp->hk_inits.value.ul = hmep->inits; in hmestat_kstat_update()
1803 hkp->hk_phyfail.value.ul = hmep->phyfail; in hmestat_kstat_update()
1817 struct hmekstat *hkp; in hmestatinit() local
1840 hkp = (struct hmekstat *)ksp->ks_data; in hmestatinit()
[all …]
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c7674 daplka_async_evd_hkey_t *hkp; in daplka_ia_destroy() local
7707 hkp = ia_rp->ia_async_evd_hkeys; in daplka_ia_destroy()
7708 while (hkp != NULL) { in daplka_ia_destroy()
7712 free_hkp = hkp; in daplka_ia_destroy()
7713 hkp = hkp->aeh_next; in daplka_ia_destroy()