Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/hp300/dev/
Dhpibvar.h230 int hpibreq(device_t, struct hpibqueue *);
Dhpib.c246 hpibreq(device_t pdev, struct hpibqueue *hq) in hpibreq() function
Dppi.c337 hpibreq(device_parent(sc->sc_dev), &sc->sc_hq) == 0) in ppirw()
Drd.c957 if (hpibreq(device_parent(sc->sc_dev), &sc->sc_hq)) in rdustart()
1052 if (hpibreq(device_parent(sc->sc_dev), &sc->sc_hq)) in rdstart()
Dmt.c525 if (hpibreq(device_parent(sc->sc_dev), &sc->sc_hq)) in mtustart()
Dct.c525 if (hpibreq(device_parent(sc->sc_dev), &sc->sc_hq)) in ctustart()
/netbsd/src/sys/arch/amiga/dev/
Dpar.c310 if ((sc->sc_flags & PARF_UIO) && hpibreq(&sc->sc_dq) == 0) in parrw()