Searched defs:hkp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme.c1756 struct hmekstat *hkp; local
1759 hkp = (struct hmekstat *)ksp->ks_data;
1777 hkp->hk_cvc.value.ul = hmep->hme_cvc;
1778 hkp->hk_lenerr.value.ul = hmep->hme_lenerr;
1779 hkp->hk_buff.value.ul = hmep->hme_buff;
1780 hkp->hk_missed.value.ul = hmep->hme_missed;
1781 hkp->hk_allocbfail.value.ul = hmep->hme_allocbfail;
1782 hkp->hk_babl.value.ul = hmep->hme_babl;
1783 hkp->hk_tmder.value.ul = hmep->hme_tmder;
1784 hkp
1817 struct hmekstat *hkp; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c7674 daplka_async_evd_hkey_t *hkp; local
7707 hkp = ia_rp->ia_async_evd_hkeys;
7708 while (hkp != NULL) {
7712 free_hkp = hkp;
7713 hkp = hkp->aeh_next;

Completed in 103 milliseconds