/src/sys/arch/sgimips/stand/common/ |
iris_machdep.h | 62 int scsi_read(uint8_t *, size_t, daddr_t, size_t);
|
iris_scsictl.c | 61 scsi_read(uint8_t *buf, size_t olen, daddr_t blk, u_int nblk) function in typeref:typename:int
|
iris_disk.c | 120 stat = scsi_read(buf, reqcnt, blk, nblk);
|
/src/sys/arch/luna68k/stand/boot/ |
disklabel.c | 140 if (scsi_read( 0, lbl_buff, LABEL_SIZE)) { 308 if (scsi_read(i, lbl_buff, BLOCK_SIZE) == 0) 318 if (scsi_read(32, lbl_buff, BLOCK_SIZE) == 0) {
|
samachdep.h | 178 int scsi_read(u_int, uint8_t *, u_int);
|
scsi.c | 218 scsi_read(u_int blk, uint8_t *buff, u_int len) function in typeref:typename:int
|