/src/sys/arch/dreamcast/dev/g1/ |
gdrom.c | 194 cond = scsipi_command(sc->sc_periph, req, 12, buf, nbyt, 214 scsipi_command(sc->sc_periph, (void *)cmd, sizeof(cmd), 252 return scsipi_command(sc->sc_periph, (void *)cmd, 12, 290 cond = scsipi_command(sc->sc_periph, (void *)cmd, 12, 319 cond = scsipi_command(sc->sc_periph, (void *)cmd, 12, NULL, 0,
|
/src/sys/dev/scsipi/ |
cd.c | 866 /* with a scsipi_xfer preallocated, scsipi_command can't fail */ 1154 return (scsipi_command(periph, (void *)&cmd, sizeof(cmd), 0, 0, 1527 error = scsipi_command(periph, 1559 error = scsipi_command(periph, 1575 error = scsipi_command(periph, 1654 return (scsipi_command(cd->sc_periph, (void *)&cmd, sizeof(cmd), 0, 0, 1710 return (scsipi_command(cd->sc_periph, (void *)&cmd, sizeof(cmd), 0, 0, 1726 return (scsipi_command(cd->sc_periph, (void *)&cmd, sizeof(cmd), 0, 0, 1737 return (scsipi_command(cd->sc_periph, 0, 0, 0, 0, 1759 return (scsipi_command(cd->sc_periph [all...] |
ss_mustek.c | 317 error = scsipi_command(periph, (void *)&window_cmd, sizeof(window_cmd), 356 error = scsipi_command(periph, (void *)&mode_cmd, sizeof(mode_cmd), 393 error = scsipi_command(periph, 433 error = scsipi_command(periph, 490 /* with a scsipi_xfer preallocated, scsipi_command can't fail */ 526 error = scsipi_command(periph, (void *)&cmd, sizeof(cmd),
|
scsipiconf.c | 91 scsipi_command(struct scsipi_periph *periph, struct scsipi_generic *cmd, function in typeref:typename:int
|
ch.c | 622 return (scsipi_command(sc->sc_periph, (void *)&cmd, sizeof(cmd), 0, 0, 676 return (scsipi_command(sc->sc_periph, (void *)&cmd, sizeof(cmd), 0, 0, 712 return (scsipi_command(sc->sc_periph, (void *)&cmd, sizeof(cmd), 0, 0, 1050 return (scsipi_command(sc->sc_periph, (void *)&cmd, sizeof(cmd), 1115 return (scsipi_command(sc->sc_periph, (void *)&cmd, sizeof(cmd), 1151 return (scsipi_command(sc->sc_periph, (void *)&cmd, sizeof(cmd), 0, 0,
|
st.c | 1302 /* with a scsipi_xfer preallocated, scsipi_command can't fail */ 1700 return scsipi_command(st->sc_periph, 1733 return scsipi_command(st->sc_periph, (void *)&cmd, sizeof(cmd), 0, 0, 1816 error = scsipi_command(st->sc_periph, (void *)&cmd, sizeof(cmd), 0, 0, 1885 error = scsipi_command(st->sc_periph, (void *)&cmd, sizeof(cmd), 0, 0, 1956 error = scsipi_command(st->sc_periph, (void *)&cmd, sizeof(cmd), 0, 0, 1994 error = scsipi_command(st->sc_periph, (void *)&cmd, sizeof(cmd), 0, 0, 2018 error = scsipi_command(st->sc_periph, (void *)&cmd, sizeof(cmd), 2089 error = scsipi_command(st->sc_periph, (void *)&cmd, sizeof(cmd), 2132 error = scsipi_command(st->sc_periph, (void *)&cmd, sizeof(cmd), 0, 0 [all...] |
ss_scanjet.c | 289 /* with a scsipi_xfer preallocated, scsipi_command can't fail */ 315 return scsipi_command(ss->sc_periph, 336 return scsipi_command(ss->sc_periph,
|
scsipi_base.c | 1170 return scsipi_command(periph, (void *)&cmd, sizeof(cmd), 0, 0, 1228 error = scsipi_command(periph, (void *)&cmd, sizeof(cmd), 1238 error = scsipi_command(periph, (void *)&cmd, sizeof(cmd), 1308 return (scsipi_command(periph, (void *)&cmd, sizeof(cmd), 0, 0, 1327 return scsipi_command(periph, (void *)&cmd, sizeof(cmd), 0, 0, 1349 return scsipi_command(periph, (void *)&cmd, sizeof(cmd), 1366 return scsipi_command(periph, (void *)&cmd, sizeof(cmd), 1382 return scsipi_command(periph, (void *)&cmd, sizeof(cmd), 1398 return scsipi_command(periph, (void *)&cmd, sizeof(cmd), 1442 rc = scsipi_command(periph, (void *)&cmd, sizeof(cmd) [all...] |
scsi_base.c | 64 return (scsipi_command(periph, (void *)&cmd, sizeof(cmd), 0, 0,
|
st_scsi.c | 155 error = scsipi_command(periph, (void *)&cmd, sizeof(cmd),
|
sd.c | 806 /* with a scsipi_xfer preallocated, scsipi_command can't fail */ 1074 scsipi_command(sd->sc_periph, 1304 * don't use scsipi_command() as it may want to wait 1448 if (scsipi_command(periph, (void *)&cmd.cmd, sizeof(cmd.cmd), 1471 if (scsipi_command(periph, (void *)&cmd.cmd16, sizeof(cmd.cmd16), 1577 error = scsipi_command(sd->sc_periph, 1657 if (scsipi_command(sd->sc_periph, (void *)&cmd, sizeof(cmd), 1918 return (scsipi_command(periph, (void *)&cmd, sizeof(cmd), 0, 0,
|
scsipi_ioctl.c | 282 error = scsipi_command(periph, (void *)screq->cmd, screq->cmdlen,
|
scsipiconf.h | 684 int scsipi_command(struct scsipi_periph *, struct scsipi_generic *, int,
|
if_se.c | 454 error = scsipi_command(periph, cmd, cmdlen, data_addr,
|
scsiconf.c | 376 error = scsipi_command(periph, (void *)&replun, sizeof(replun),
|
if_dse.c | 487 error = scsipi_command(periph, cmd, cmdlen, data_addr,
|
ses.c | 527 error = scsipi_command(ssc->sc_periph, &sgen, cdbl,
|