Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/dec/
H A Ddzvar.h100 int (*dz_catch)(void *, int); /* Fast catch recv */ member
H A Ddz.c272 if (sc->sc_dz[line].dz_catch && in dzrint()
273 (*sc->sc_dz[line].dz_catch)(sc->sc_dz[line].dz_private, cc)) in dzrint()
357 if (sc->sc_dz[line].dz_catch) in dzxint()
381 if (sc->sc_dz[line].dz_catch) in dzopen()
H A Ddzms.c126 dz->sc_dz[daa->daa_line].dz_catch = dzms_input; in dzms_attach()
H A Ddzkbd.c157 dz->sc_dz[daa->daa_line].dz_catch = dzkbd_input; in dzkbd_attach()