Searched refs:scsi (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-current/sys/dev/scsipi/
H A Dscsi_sdt.h34 SDT_PROVIDER_DECLARE(scsi); variable
H A Dscsipi_base.c66 SDT_PROVIDER_DEFINE(scsi); variable
68 SDT_PROBE_DEFINE3(scsi, base, tag, get,
70 SDT_PROBE_DEFINE3(scsi, base, tag, put,
73 SDT_PROBE_DEFINE3(scsi, base, adapter, request__start,
77 SDT_PROBE_DEFINE3(scsi, base, adapter, request__done,
82 SDT_PROBE_DEFINE1(scsi, base, queue, batch__start,
84 SDT_PROBE_DEFINE2(scsi, base, queue, run,
87 SDT_PROBE_DEFINE1(scsi, base, queue, batch__done,
90 SDT_PROBE_DEFINE1(scsi, base, xfer, execute, "struct scsipi_xfer *"/*xs*/);
91 SDT_PROBE_DEFINE1(scsi, bas
[all...]
H A Dscsipi_ioctl.c122 * We let the user interpret his own sense in the generic scsi world.
297 * with a periph and a scsi-specific ioctl to perform,
401 sca->addr.scsi.scbus =
403 sca->addr.scsi.target = periph->periph_target;
404 sca->addr.scsi.lun = periph->periph_lun;
/netbsd-current/sys/arch/mac68k/mac68k/
H A Dautoconf.c165 struct scsibus_softc *scsi; local
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);
192 scsi = device_lookup_private(&scsibus_cd, bus);
193 if (!scsi)
196 periph = scsipi_lookup_periph(scsi->sc_channel,
/netbsd-current/usr.sbin/mmcformat/
H A Duscsilib_machdep.h73 # include <scsi/sg.h>
82 # include <cam/scsi/scsi_message.h>
H A Duscsi_subr.c71 #include <scsi/uscsi_all.h>
182 /* scsi and atapi are split up like in uscsi_addr */
185 saddr->addr.scsi.scbus = raddr.addr.scsi.scbus;
186 saddr->addr.scsi.target = raddr.addr.scsi.target;
187 saddr->addr.scsi.lun = raddr.addr.scsi.lun;
198 saddr->addr.scsi.scbus = raddr.scbus;
199 saddr->addr.scsi
[all...]
H A Duscsilib.h61 } scsi; member in union:uscsi_addr::__anon13699
H A Dmmcformat.c837 saddr.addr.scsi.scbus, saddr.addr.scsi.target,
838 saddr.addr.scsi.lun);
/netbsd-current/sys/arch/bebox/stand/boot/
H A Ddevopen.c45 * /dev/disk/scsi/000/0_n
46 * /dev/disk/scsi/030/0_n
56 char scsi[] = "scsi"; local
105 } else if (strncmp(p, scsi, strlen(scsi)) == 0) {
106 p += strlen(scsi);
/netbsd-current/sys/arch/luna68k/stand/boot/
H A Dsamachdep.h175 /* scsi.c */
176 int scsi(int, char **);
184 /* scsi.c */
185 int scsi(int, char **);
H A Dparse.c116 "scsi\n"
150 { "scsi", scsi },
H A DMakefile49 SRCS+= scsi.c sc.c sd.c
H A Dscsi.c1 /* $NetBSD: scsi.c,v 1.6 2015/02/14 05:03:09 tsutsui 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
/netbsd-current/sys/sys/
H A Dscsiio.h23 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::__anon4
/netbsd-current/sys/arch/ews4800mips/include/
H A Dsbd.h60 uint32_t scsi :32; member in struct:sbdinfo
/netbsd-current/sys/arch/next68k/stand/boot/
H A DMakefile44 SRCS= boot.c machdep.c conf.c devopen.c rtc.c sd.c scsi.c en.c build.c
/netbsd-current/sys/arch/hp300/stand/
H A DMakefile.buildboot62 kbd.c kbdconf.c nhpib.c rd.c scsi.c sd.c
/netbsd-current/external/bsd/pdisk/dist/
H A DDoSCSICommand.c207 theSCSICommand.scsi[1] &= ~0xE0;
208 theSCSICommand.scsi[1] |= (scsiDevice.LUN & 0x03) << 5;
311 scsiStatusCommand.scsi[1] |= (scsiDevice.LUN & 0x03) << 5;
419 * Arbitrate for the scsi bus. This will fail if some other device is
H A DMacSCSICommand.h82 * This union defines all scsi commands.
88 uint8_t scsi[12]; member in union:SCSI_Command
/netbsd-current/share/man/man4/
H A DMakefile59 scmd.4 scmdi2c.4 scmdspi.4 scsi.4 sctp.4 sd.4 se.4 seeprom.4 sem.4 \
237 MLINKS+=scsi.4 atapi.4
238 MLINKS+=scsi.4 atapibus.4
239 MLINKS+=scsi.4 scsibus.4
/netbsd-current/sbin/scsictl/
H A Dscsictl.c202 fprintf(stderr, " Commands pertaining to scsi devices:\n");
206 fprintf(stderr, " Commands pertaining to scsi busses:\n");
332 dvname, dvaddr.addr.scsi.scbus, dvaddr.addr.scsi.target,
333 dvaddr.addr.scsi.lun, msg);
680 dvname, dvaddr.addr.scsi.scbus, dvaddr.addr.scsi.target,
681 dvaddr.addr.scsi.lun, vendor, product, revision);
/netbsd-current/sys/arch/newsmips/dev/
H A Dsc_wrap.c431 scop_rsense(int intr, struct scsi *sc_param, int lun, int ie, int count,
435 memset(sc_param, 0, sizeof(struct scsi));
/netbsd-current/sys/arch/ews4800mips/stand/common/
H A Dboot.c217 printf("\tkbms=%d, sio=%d, battery=%d, scsi=%d\n",
218 sbd->kbms, sbd->sio, sbd->battery, sbd->scsi);
/netbsd-current/distrib/alpha/instkernel/ramdisk/
H A Dinstall.sh121 scsi|SCSI)
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc122 #include <scsi/scsi.h>

Completed in 169 milliseconds

12