Searched refs:scsipi_generic (Results 1 - 25 of 34) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dscsipi_base.h39 struct scsipi_generic *, int cmdlen, u_char *data_addr,
48 scsipi_make_xs(struct scsipi_periph *periph, struct scsipi_generic *cmd,
H A Dscsipiconf.h72 struct scsipi_generic { struct
522 struct scsipi_generic *cmd; /* The scsipi command to execute */
548 struct scsipi_generic cmdstore
642 int scsipi_command(struct scsipi_periph *, struct scsipi_generic *, int,
679 void scsipi_print_cdb(struct scsipi_generic *cmd);
H A Dscsipiconf.c90 scsipi_command(struct scsipi_periph *periph, struct scsipi_generic *cmd,
H A Dscsipi_ioctl.c258 if (screq->cmdlen > sizeof(struct scsipi_generic)) {
H A Dif_se.c220 struct scsipi_generic *scsipi_cmd,
354 se_scsipi_cmd(struct scsipi_periph *periph, struct scsipi_generic *cmd,
474 struct scsipi_generic *cmd = xs->cmd;
H A Dsd.c771 struct scsipi_generic *cmdp;
837 cmdp = (struct scsipi_generic *)&cmd_small;
846 cmdp = (struct scsipi_generic *)&cmd_big;
855 cmdp = (struct scsipi_generic *)&cmd16;
1611 xs->cmd = (struct scsipi_generic *)&cmd;
H A Dcd.c750 struct scsipi_generic *cmdp;
815 cmdp = (struct scsipi_generic *)&cmd_small;
826 cmdp = (struct scsipi_generic *)&cmd_big;
2116 struct scsipi_generic cmd;
2255 struct scsipi_generic cmd;
2295 struct scsipi_generic cmd;
2318 struct scsipi_generic cmd;
2342 struct scsipi_generic cmd;
2366 struct scsipi_generic cmd;
H A Dss_scanjet.c270 (struct scsipi_generic *)&cmd, sizeof(cmd),
H A Dss_mustek.c470 (struct scsipi_generic *) &cmd, sizeof(cmd),
/netbsd-6-1-5-RELEASE/sys/arch/bebox/stand/boot/
H A Dsdvar.h98 struct scsipi_generic *cmd;
115 struct scsipi_generic *cmd; /* SCSI command buffer */
H A Dsd.c673 struct scsipi_generic *cmdp;
712 cmdp = (struct scsipi_generic *)&cmd_small;
720 cmdp = (struct scsipi_generic *)&cmd_big;
728 cmdp = (struct scsipi_generic *)&cmd16;
H A Dsiop.c1135 struct scsipi_generic *cmd;
1158 cmd = ALLOC(struct scsipi_generic, SIOP_SCSI_COMMAND_SIZE);
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/dev/
H A Dsbicvar.h68 struct scsipi_generic cmd; /* SCSI command block */
/netbsd-6-1-5-RELEASE/sys/arch/x68k/dev/
H A Dmhavar.h54 struct scsipi_generic cmd; /* SCSI command block */
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Daic6360var.h75 struct scsipi_generic scsipi_cmd;
H A Dmb89352var.h77 struct scsipi_generic scsipi_cmd;
H A Dwd33c93var.h72 struct scsipi_generic cmd; /* SCSI command block */
H A Dncr53c9xvar.h117 struct scsipi_generic cmd; /* SCSI command block */
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/dev/
H A Dncr5380reg.h207 struct scsipi_generic xcmd; /* command to execute */
/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Dncr5380reg.h207 struct scsipi_generic xcmd; /* command to execute */
/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Dsbicvar.h71 struct scsipi_generic cmd; /* SCSI command block */
H A Dsiopvar.h87 struct scsipi_generic cmd; /* SCSI command block */
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/podulebus/
H A Dsbicvar.h59 struct scsipi_generic cmd; /* SCSI command block */
/netbsd-6-1-5-RELEASE/sys/rump/dev/lib/libscsitest/
H A Dscsitest.c103 struct scsipi_generic *cmd = xs->cmd;
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dumass_scsipi.c216 struct scsipi_generic *cmd;

Completed in 308 milliseconds

12