Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dklpd.c51 struct klpd_reg *klpd_next; member
112 klpd_reg_t *r = p->klpd_next; in klpd_rele_next()
134 *p->klpd_refp = p->klpd_next; in klpd_unlink()
136 if (p->klpd_next != NULL) in klpd_unlink()
137 p->klpd_next->klpd_refp = p->klpd_refp; in klpd_unlink()
173 p->klpd_next = single ? NULL : old; in klpd_link()
177 ASSERT(old->klpd_next == NULL); in klpd_link()
181 old->klpd_refp = &p->klpd_next; in klpd_link()
424 p = p->klpd_next; in klpd_call()
583 for (p = klpd_list; p != NULL; p = p->klpd_next) { in klpd_unreg_dh()