Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/tc/
H A Dtcds.c109 /*static*/ int tcds_intrnull(void *);
234 slotc->sc_intrhand = tcds_intrnull; in tcdsattach()
331 if (sc->sc_slots[slot].sc_intrhand != tcds_intrnull) in tcds_intr_establish()
344 if (sc->sc_slots[slot].sc_intrhand == tcds_intrnull) in tcds_intr_disestablish()
348 sc->sc_slots[slot].sc_intrhand = tcds_intrnull; in tcds_intr_disestablish()
356 tcds_intrnull(void *val) in tcds_intrnull() function