HomeSort by: relevance | last modified time | path
    Searched defs:scsi (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/mac68k/mac68k/
autoconf.c 132 case 4: /* SCSI drive */
138 panic("Boot device is on a SCSI drive but SCSI support "
157 * Map a SCSI bus, target, lun to a device number.
165 struct scsibus_softc *scsi; local in function:target_to_unit
170 printf("scsi target to unit, target (%ld) or lun (%ld)"
177 scsi = device_lookup_private(&scsibus_cd, bus);
178 if (!scsi)
180 periph = scsipi_lookup_periph(scsi->sc_channel,
189 printf("scsi target to unit, bus (%ld) out of range.\n", bus)
    [all...]
  /src/sys/arch/bebox/stand/boot/
devopen.c 45 * /dev/disk/scsi/000/0_n
46 * /dev/disk/scsi/030/0_n
56 char scsi[] = "scsi"; local in function:devparse
105 } else if (strncmp(p, scsi, strlen(scsi)) == 0) {
106 p += strlen(scsi);
  /src/sys/arch/luna68k/stand/boot/
scsi.c 1 /* $NetBSD: scsi.c,v 1.8 2024/07/05 20:19:43 andvar Exp $ */
37 * @(#)scsi.c 8.1 (Berkeley) 6/10/93
70 * @(#)scsi.c 8.1 (Berkeley) 6/10/93
74 * scsi.c -- front end of SCSI test commands
105 scsi(int argc, char *argv[]) function in typeref:typename:int
165 printf("SCSI ID %d .... ", i);
175 printf("Do you really want to format SCSI %d device ?"
  /src/usr.sbin/mmcformat/
uscsilib.h 61 } scsi; member in union:uscsi_addr::__anon076a3679010a
  /src/sys/sys/
scsiio.h 23 u_char status; /* what the scsi status was from the adapter */
45 #define SC_DB_CMDS 0x00000001 /* show all scsi cmds and errors */
62 struct oscsi_addr scsi; member in union:scsi_addr::__anond391dd89010a
71 * SCSI device ioctls
81 * SCSI bus ioctls
91 #define SCBUSIORESET _IO('U', 1) /* reset SCSI bus */
  /src/sys/arch/ews4800mips/include/
sbd.h 60 uint32_t scsi :32; member in struct:sbdinfo

Completed in 13 milliseconds