Searched refs:ghd_reset_notify_list_t (Results 1 – 2 of 2) sorted by relevance
240 ghd_reset_notify_list_t *rnp; in ghd_do_reset_notify_callbacks()248 for (rnp = (ghd_reset_notify_list_t *)L2_next(rnl); in ghd_do_reset_notify_callbacks()250 rnp = (ghd_reset_notify_list_t *)L2_next(&rnp->l2_link)) { in ghd_do_reset_notify_callbacks()841 ghd_reset_notify_list_t *rnp; in ghd_reset_notify()848 rnp = (ghd_reset_notify_list_t *)kmem_zalloc(sizeof (*rnp), in ghd_reset_notify()866 for (rnp = (ghd_reset_notify_list_t *) in ghd_reset_notify()869 rnp = (ghd_reset_notify_list_t *)L2_next(&rnp->l2_link)) { in ghd_reset_notify()
236 } ghd_reset_notify_list_t; typedef