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

  /src/sys/dev/gpib/
cs80bus.c 245 (void) gpibsend(sc->sc_ic, slave, CS80CMD_SCMD, &desc, sizeof(desc));
320 (void) gpibsend(sc->sc_ic, slave, CS80CMD_SCMD, &rs, sizeof(rs));
365 if (gpibsend(sc->sc_ic, slave, cmd, buf, cnt) != cnt) {
hil_gpib.c 61 if (gpibsend(ga->ga_ic, ga->ga_address, -1, cmd, 3) != 3)
gpibvar.h 121 #define gpibsend(ic, slave, sec, addr, cnt) \ macro
mt.c 121 short sc_recvtimeo; /* count of gpibsend timeouts to prevent hang */
335 (void) gpibsend(sc->sc_ic, sc->sc_slave,
740 if (gpibsend(sc->sc_ic, sc->sc_slave, -2, NULL, 0)){
780 if (gpibsend(sc->sc_ic, sc->sc_slave, MTL_TCMD, cmdbuf, cmdcount)
834 (void) gpibsend(sc->sc_ic, slave, MTL_ECMD,cmdbuf,1);
961 (void) gpibsend(sc->sc_ic, slave, MTL_ECMD, cmdbuf, 1);
rd.c 724 if (gpibsend(sc->sc_ic, slave, CS80CMD_SCMD, &sc->sc_ioc.c_unit,
733 * Experience has shown that the gpibwait in this gpibsend will
1145 (void) gpibsend(sc->sc_ic, slave, CS80CMD_SCMD,
1152 (void) gpibsend(sc->sc_ic, slave, CS80CMD_EXEC, va,
ppi.c 350 cnt = gpibsend(sc->sc_ic, address, sc->sc_sec,
ct.c 729 (void) gpibsend(sc->sc_ic, slave, CS80CMD_SCMD, &sc->sc_rsc,
  /src/sys/dev/isa/
cec.c 533 (void) gpibsend(&cec_ic, slave, sec, buf, count);
542 (void) gpibsend(&cec_ic, slave, sec, NULL, 0);

Completed in 16 milliseconds