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

/illumos-gate/usr/src/cmd/mdb/common/modules/mpt_sas/
H A Dmpt_sas.c226 klist_head(list_t *lp, uintptr_t klp) argument
229 klp + offsetof(struct list, list_head))
237 klist_next(list_t *lp, uintptr_t klp, void *op) argument
243 if ((uintptr_t)np->list_next == klp + offsetof(struct list, list_head))
253 uintptr_t klp; local
258 klp = klist_head(&mh.rh_objs, khp + offsetof(refhash_t, rh_objs));
259 if (klp == 0)
262 kop = klp - mh.rh_link_off;
277 uintptr_t klp; local
286 while ((klp
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_metad_subr.c581 key_lst_t *klp; local
589 klp = *klpp = Zalloc(sizeof (*klp));
591 klp->kl_side = side;
592 klp->kl_key = key;
597 pr_key_lst(char *tag, key_lst_t *klp) argument
602 for (tklp = klp; tklp != NULL; tklp = tklp->kl_next)
608 key_in_key_lst(key_lst_t *klp, side_t side, mdkey_t key) argument
612 for (tklp = klp; tklp != NULL; tklp = tklp->kl_next)
622 key_lst_t *tklp, *klp; local
[all...]

Completed in 46 milliseconds