Searched refs:khp (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | klpd.c | 203 klpd_head_t *khp; in klpd_marshall() local 208 khp = kmem_zalloc(len, KM_SLEEP); in klpd_marshall() 209 khp->klh_argoff = 0; in klpd_marshall() 225 khp = kmem_zalloc(len, KM_SLEEP); in klpd_marshall() 227 khp->klh_argoff = sizeof (klpd_head_t) + sizeof (priv_set_t); in klpd_marshall() 228 kap = KLH_ARG(khp); in klpd_marshall() 232 kmem_free(khp, len); in klpd_marshall() 238 kmem_free(khp, len); in klpd_marshall() 267 khp = kmem_zalloc(len, KM_SLEEP); in klpd_marshall() 268 khp->klh_argoff = sizeof (klpd_head_t) + sizeof (priv_set_t); in klpd_marshall() [all …]
|
/illumos-gate/usr/src/cmd/mdb/common/modules/mpt_sas/ |
H A D | mpt_sas.c | 251 krefhash_first(uintptr_t khp, uintptr_t *addr) in krefhash_first() argument 258 mdb_vread(&mh, sizeof (mh), khp); in krefhash_first() 259 klp = klist_head(&mh.rh_objs, khp + offsetof(refhash_t, rh_objs)); in krefhash_first() 273 krefhash_next(uintptr_t khp, void *op, uintptr_t *addr) in krefhash_next() argument 283 mdb_vread(&mh, sizeof (mh), khp); in krefhash_next() 288 khp + offsetof(refhash_t, rh_objs), &ml)) != 0) { in krefhash_next()
|