HomeSort by relevance Sort by last modified time
    Searched defs:scsi_command (Results 1 - 3 of 3) sorted by null

  /external/syslinux/gpxe/src/drivers/block/
scsi.c 56 struct scsi_command *command __unused ) {
67 static int scsi_command ( struct scsi_device *scsi, function
68 struct scsi_command *command ) {
121 struct scsi_command command;
131 return scsi_command ( scsi, &command );
146 struct scsi_command command;
156 return scsi_command ( scsi, &command );
171 struct scsi_command command;
181 return scsi_command ( scsi, &command );
196 struct scsi_command command
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
scsi.h 218 struct scsi_command { struct
271 struct scsi_command *command );
277 struct scsi_command *command );
iscsi.h 461 struct iscsi_bhs_scsi_command scsi_command; member in union:iscsi_bhs
616 struct scsi_command *command;

Completed in 194 milliseconds