/src/sbin/scsictl/ |
scsi_subr.c | 62 scsi_command(int fd, const void *cmd, size_t cmdlen, function in typeref:typename:void 110 scsi_command(fd, &cmd, sizeof(cmd), buf, len, 10000, SCCMD_READ); 124 scsi_command(fd, &cmd, sizeof(cmd), buf, len, 10000, SCCMD_WRITE); 137 scsi_command(fd, &cmd, sizeof(cmd), buf, len, 10000, SCCMD_READ);
|
/src/sys/arch/bebox/stand/boot/ |
siop.c | 1122 return scsi_command(sd, (void *)&cmd, sizeof(cmd), (void *)data, len); 1126 scsi_command(struct sd_softc *sd, void *cmd, int cmdlen, void *data, function in typeref:typename:int
|
/src/sys/arch/prep/stand/boot/ |
siop.c | 1084 return scsi_command(sd, (void *)&cmd, sizeof(cmd), (void *)data, len); 1088 scsi_command(struct sd_softc *sd, void *cmd, int cmdlen, void *data, function in typeref:typename:int
|