HomeSort by: relevance | last modified time | path
    Searched refs:_gpibsend (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/gpib/
gpibvar.h 118 int _gpibsend(struct gpib_softc *, int, int, void *, int);
122 _gpibsend((ic)->bus, (slave), (sec), (addr), (cnt))
gpib.c 367 _gpibsend(struct gpib_softc *sc, int slave, int sec, void *ptr, int origcnt) function in typeref:typename:int
375 ("_gpibsend: sc=%p slave %d sec=%d ptr=%p cnt=%d\n",
414 ("%s: _gpibsend failed: slave %d, sec %x, sent %d of %d bytes\n",

Completed in 11 milliseconds