Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/mpt_sas/
H A Dmpt_sas.c227 klist_head(list_t *lp, uintptr_t klp) in klist_head() argument
230 klp + offsetof(struct list, list_head)) in klist_head()
238 klist_next(list_t *lp, uintptr_t klp, void *op) in klist_next() argument
244 if ((uintptr_t)np->list_next == klp + offsetof(struct list, list_head)) in klist_next()
254 uintptr_t klp; in krefhash_first() local
259 klp = klist_head(&mh.rh_objs, khp + offsetof(refhash_t, rh_objs)); in krefhash_first()
260 if (klp == 0) in krefhash_first()
263 kop = klp - mh.rh_link_off; in krefhash_first()
278 uintptr_t klp; in krefhash_next() local
287 while ((klp = klist_next(&mh.rh_objs, in krefhash_next()
[all …]