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

/illumos-gate/usr/src/cmd/mdb/common/modules/mpt_sas/
H A Dmpt_sas.c250 krefhash_first(uintptr_t khp, uintptr_t *addr) argument
257 mdb_vread(&mh, sizeof (mh), khp);
258 klp = klist_head(&mh.rh_objs, khp + offsetof(refhash_t, rh_objs));
272 krefhash_next(uintptr_t khp, void *op, uintptr_t *addr) argument
282 mdb_vread(&mh, sizeof (mh), khp);
287 khp + offsetof(refhash_t, rh_objs), &ml)) != NULL) {
/illumos-gate/usr/src/uts/common/os/
H A Dklpd.c203 klpd_head_t *khp; local
208 khp = kmem_zalloc(len, KM_SLEEP);
209 khp->klh_argoff = 0;
225 khp = kmem_zalloc(len, KM_SLEEP);
227 khp->klh_argoff = sizeof (klpd_head_t) + sizeof (priv_set_t);
228 kap = KLH_ARG(khp);
232 kmem_free(khp, len);
238 kmem_free(khp, len);
267 khp = kmem_zalloc(len, KM_SLEEP);
268 khp
[all...]

Completed in 59 milliseconds