Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dddi_intr.c1038 ddi_intr_add_softint(dev_info_t *dip, ddi_softint_handle_t *h_p, int soft_pri, in ddi_intr_add_softint() argument
1047 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() local
1528 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() local
1544 if (h_p == NULL) in ddi_trigger_softintr()
[all …]
/titanic_50/usr/src/uts/common/io/warlock/
H A Dddi_dki_comm.inc124 ddi_intr_add_softint(dev_info_t *dip, ddi_softint_handle_t *h_p, int soft_pri,