hpibsend
hpibsend(device_unit(parent), ha->ha_slave, C_CMD, cmd, sizeof(cmd));
hpibsend(ctlr, slave, C_TCMD, &sc->sc_clear, sizeof(sc->sc_clear));
hpibsend(ctlr, slave, C_CMD, &sc->sc_src, sizeof(sc->sc_src));
hpibsend(ctlr, slave, C_CMD, &sc->sc_ssmc, sizeof(sc->sc_ssmc));
hpibsend(ctlr, slave, C_CMD, &sc->sc_soptc, sizeof(sc->sc_soptc));
cc = hpibsend(ctlr, slave, C_CMD, &sc->sc_soptc, sizeof(sc->sc_soptc));
hpibsend(ctlr, slave, C_CMD, &sc->sc_ul,
hpibsend(ctlr, slave, C_CMD, &sc->sc_wfm,
hpibsend(ctlr, slave, C_CMD, &sc->sc_ioc,
hpibsend(ctlr, slave, C_CMD, &sc->sc_ioc, sizeof(sc->sc_ioc));
hpibsend(ctlr, slave, C_CMD, &sc->sc_rsc, sizeof(sc->sc_rsc));
int hpibsend(int, int, int, void *, int);
(void) hpibsend(sc->sc_hpibno, sc->sc_slave,
if (hpibsend(sc->sc_hpibno, sc->sc_slave, -2,
if (hpibsend(sc->sc_hpibno, sc->sc_slave, MTL_TCMD, cmdbuf, cmdcount)
(void)hpibsend(sc->sc_hpibno, sc->sc_slave, MTL_ECMD,cmdbuf, 1);
(void)hpibsend(sc->sc_hpibno, sc->sc_slave, MTL_ECMD, cmdbuf, 1);
cnt = hpibsend(ctlr, slave, sc->sc_sec, cp, len);
if (hpibsend(ctlr, slave, C_CMD, &sc->sc_ioc.c_unit,
rv = hpibsend(c, s, C_CMD, &sc->sc_rsc, sizeof(sc->sc_rsc));
hpibsend(ctlr, slave, C_CMD, &sc->sc_ioc.c_unit,
hpibsend(ctlr, slave, C_EXEC, va, nwrt * sectorsize);
hpibsend(ctlr, slave, C_CMD, cmd, sizeof(cmd));
hpibsend(ctlr, slave, C_TCMD, &clear, sizeof(clear));
hpibsend(ctlr, slave, C_CMD, &src, sizeof(src));
hpibsend(ctlr, slave, C_CMD, &ssmc, sizeof(ssmc));
hpibsend(ctlr, unit, C_CMD, cmd, sizeof(cmd));
hpibsend(ctlr, unit, C_CMD, (uint8_t *)&ct_ioc, sizeof(ct_ioc));
hpibsend(ctlr, unit, C_CMD, (uint8_t *)&ct_rsc, sizeof(ct_rsc));
hpibsend(ctlr, unit, C_CMD, (uint8_t *)&ct_ssmc, sizeof(ct_ssmc));
int hpibsend(int, int, int, uint8_t *, int);
hpibsend(ctlr, unit, C_CMD, (uint8_t *)&rd_ssmc, sizeof(rd_ssmc));
hpibsend(ctlr, unit, C_CMD, cmd, sizeof(cmd));
hpibsend(ctlr, unit, C_CMD, (uint8_t *)&rd_ioc.c_unit,
hpibsend(ctlr, unit, C_CMD, (uint8_t *)&rd_rsc, sizeof(rd_rsc));