Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dklpd.c203 klpd_head_t *khp; in klpd_marshall() local
209 khp->klh_argoff = 0; 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()
269 kap = KLH_ARG(khp); in klpd_marshall()
275 khp->klh_vers = KLPDCALL_VERS; in klpd_marshall()
276 khp->klh_len = len; in klpd_marshall()
277 khp->klh_privoff = sizeof (*khp); in klpd_marshall()
278 *KLH_PRIVSET(khp) = *rq; in klpd_marshall()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/mpt_sas/
H A Dmpt_sas.c251 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()