Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dklpd.c49 struct klpd_reg *klpd_next; member
110 klpd_reg_t *r = p->klpd_next; in klpd_rele_next()
132 *p->klpd_refp = p->klpd_next; in klpd_unlink()
134 if (p->klpd_next != NULL) in klpd_unlink()
135 p->klpd_next->klpd_refp = p->klpd_refp; in klpd_unlink()
171 p->klpd_next = single ? NULL : old; in klpd_link()
175 ASSERT(old->klpd_next == NULL); in klpd_link()
179 old->klpd_refp = &p->klpd_next; in klpd_link()
422 p = p->klpd_next; in klpd_call()
581 for (p = klpd_list; p != NULL; p = p->klpd_next) { in klpd_unreg_dh()