Home
last modified time | relevance | path

Searched defs:origcnt (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/hp300/stand/common/
H A Dfhpib.c87 int origcnt = cnt; in fhpibsend() local
127 int origcnt = cnt; in fhpibrecv() local
H A Dnhpib.c103 int origcnt = cnt; in nhpibsend() local
139 int origcnt = cnt; in nhpibrecv() local
/netbsd-src/sys/dev/isa/
H A Dcec.c300 cecsendcmds(void *v, void *ptr, int origcnt) in cecsendcmds()
321 cecrecvdata(void *v, void *ptr, int origcnt) in cecrecvdata()
346 cecsenddata(void *v, void *ptr, int origcnt) in cecsenddata()
/netbsd-src/sys/arch/hp300/dev/
H A Dfhpib.c235 fhpibsend(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int origcnt) in fhpibsend()
296 fhpibrecv(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int origcnt) in fhpibrecv()
H A Dnhpib.c296 nhpibsend(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int origcnt) in nhpibsend()
351 nhpibrecv(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int origcnt) in nhpibrecv()
/netbsd-src/sys/dev/gpib/
H A Dgpib.c367 _gpibsend(struct gpib_softc *sc, int slave, int sec, void *ptr, int origcnt) in _gpibsend()
420 _gpibrecv(struct gpib_softc *sc, int slave, int sec, void *ptr, int origcnt) in _gpibrecv()