Searched refs:h_p (Results 1 – 1 of 1) sorted by relevance
1038 ddi_intr_add_softint(dev_info_t *dip, ddi_softint_handle_t *h_p, int soft_pri, in ddi_intr_add_softint() argument1047 if ((dip == NULL) || (h_p == NULL) || (handler == NULL)) { in ddi_intr_add_softint()1083 *h_p = (ddi_softint_handle_t)hdlp; in ddi_intr_add_softint()1526 ddi_softint_handle_t *h_p = (ddi_softint_handle_t *)id; in ddi_remove_softintr() local1531 if (h_p == NULL) in ddi_remove_softintr()1535 (void *)h_p)); in ddi_remove_softintr()1537 (void) ddi_intr_remove_softint(*h_p); in ddi_remove_softintr()1538 kmem_free(h_p, sizeof (ddi_softint_handle_t)); in ddi_remove_softintr()1544 ddi_softint_handle_t *h_p = (ddi_softint_handle_t *)id; in ddi_trigger_softintr() local1547 if (h_p == NULL) in ddi_trigger_softintr()[all …]