Lines Matching refs:sc_ic
114 gpib_chipset_tag_t sc_ic;
234 sc->sc_ic = ca->ca_ic;
250 if (gpibregister(sc->sc_ic, sc->sc_slave, mtcallback, sc,
270 retval = gpibrecv(sc->sc_ic,
308 retval = gpibrecv(sc->sc_ic,
335 (void) gpibsend(sc->sc_ic, sc->sc_slave,
560 if (gpibrequest(sc->sc_ic, sc->sc_hdl))
592 gpibppclear(sc->sc_ic);
621 if (!gpibpptest(sc->sc_ic, sc->sc_slave))
740 if (gpibsend(sc->sc_ic, sc->sc_slave, -2, NULL, 0)){
746 gpibawait(sc->sc_ic);
780 if (gpibsend(sc->sc_ic, sc->sc_slave, MTL_TCMD, cmdbuf, cmdcount)
784 gpibawait(sc->sc_ic);
799 gpibrelease(sc->sc_ic, sc->sc_hdl);
834 (void) gpibsend(sc->sc_ic, slave, MTL_ECMD,cmdbuf,1);
849 (void) gpibawait(sc->sc_ic);
896 gpibxfer(sc->sc_ic, slave,
933 i = gpibrecv(sc->sc_ic, slave, MTT_BCNT, cmdbuf, 2);
961 (void) gpibsend(sc->sc_ic, slave, MTL_ECMD, cmdbuf, 1);
965 gpibrelease(sc->sc_ic, sc->sc_hdl);