Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/gpib/
H A Dgpib.c398 if ((*sc->sc_ic->sendcmds)(sc->sc_ic->cookie, cmds, i) != i) in _gpibsend()
452 if ((*sc->sc_ic->sendcmds)(sc->sc_ic->cookie, cmds, i) != i) in _gpibrecv()
465 if ((*sc->sc_ic->sendcmds)(sc->sc_ic->cookie, cmds, 1) != 1) in _gpibrecv()
H A Dgpibvar.h78 int (*sendcmds)(void *, void *, int); member