Searched refs:khp (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/os/ |
H A D | klpd.c | 201 klpd_head_t *khp; in klpd_marshall() local 206 khp = kmem_zalloc(len, KM_SLEEP); in klpd_marshall() 207 khp->klh_argoff = 0; in klpd_marshall() 223 khp = kmem_zalloc(len, KM_SLEEP); in klpd_marshall() 225 khp->klh_argoff = sizeof (klpd_head_t) + sizeof (priv_set_t); in klpd_marshall() 226 kap = KLH_ARG(khp); in klpd_marshall() 230 kmem_free(khp, len); in klpd_marshall() 236 kmem_free(khp, len); in klpd_marshall() 265 khp = kmem_zalloc(len, KM_SLEEP); in klpd_marshall() 266 khp->klh_argoff = sizeof (klpd_head_t) + sizeof (priv_set_t); in klpd_marshall() [all …]
|
/titanic_41/usr/src/cmd/mdb/common/modules/mpt_sas/ |
H A D | mpt_sas.c | 250 krefhash_first(uintptr_t khp, uintptr_t *addr) in krefhash_first() argument 257 mdb_vread(&mh, sizeof (mh), khp); in krefhash_first() 258 klp = klist_head(&mh.rh_objs, khp + offsetof(refhash_t, rh_objs)); in krefhash_first() 272 krefhash_next(uintptr_t khp, void *op, uintptr_t *addr) in krefhash_next() argument 282 mdb_vread(&mh, sizeof (mh), khp); in krefhash_next() 287 khp + offsetof(refhash_t, rh_objs), &ml)) != NULL) { in krefhash_next()
|