Searched defs:origcnt (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/arch/hp300/stand/common/ |
H A D | fhpib.c | 87 int origcnt = cnt; in fhpibsend() local 127 int origcnt = cnt; in fhpibrecv() local
|
H A D | nhpib.c | 103 int origcnt = cnt; in nhpibsend() local 139 int origcnt = cnt; in nhpibrecv() local
|
/netbsd-src/sys/dev/isa/ |
H A D | cec.c | 300 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 D | fhpib.c | 235 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 D | nhpib.c | 296 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 D | gpib.c | 367 _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()
|