Searched refs:h_p (Results 1 – 2 of 2) 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()1523 ddi_softint_handle_t *h_p = (ddi_softint_handle_t *)id; in ddi_remove_softintr() local1528 if (h_p == NULL) in ddi_remove_softintr()1532 (void *)h_p)); in ddi_remove_softintr()1534 (void) ddi_intr_remove_softint(*h_p); in ddi_remove_softintr()1535 kmem_free(h_p, sizeof (ddi_softint_handle_t)); in ddi_remove_softintr()1541 ddi_softint_handle_t *h_p = (ddi_softint_handle_t *)id; in ddi_trigger_softintr() local1544 if (h_p == NULL) in ddi_trigger_softintr()[all …]
124 ddi_intr_add_softint(dev_info_t *dip, ddi_softint_handle_t *h_p, int soft_pri,