tag | line | file | source code |
SCSI_Command_T | 1909 | drivers/scsi/BusLogic.c | SCSI_Command_T *Command = CCB->Command; |
SCSI_Command_T | 2023 | drivers/scsi/BusLogic.c | int BusLogic_QueueCommand(SCSI_Command_T *Command, |
SCSI_Command_T | 2024 | drivers/scsi/BusLogic.c | void (*CompletionRoutine)(SCSI_Command_T *)) |
SCSI_Command_T | 2191 | drivers/scsi/BusLogic.c | int BusLogic_AbortCommand(SCSI_Command_T *Command) |
SCSI_Command_T | 2278 | drivers/scsi/BusLogic.c | SCSI_Command_T *Command) |
SCSI_Command_T | 2362 | drivers/scsi/BusLogic.c | SCSI_Command_T *Command) |
SCSI_Command_T | 2427 | drivers/scsi/BusLogic.c | int BusLogic_ResetCommand(SCSI_Command_T *Command) |
SCSI_Command_T | 21 | drivers/scsi/BusLogic.h | typedef struct scsi_cmnd SCSI_Command_T; |
SCSI_Command_T | 33 | drivers/scsi/BusLogic.h | int BusLogic_QueueCommand(SCSI_Command_T *, |
SCSI_Command_T | 34 | drivers/scsi/BusLogic.h | void (*CompletionRoutine)(SCSI_Command_T *)); |
SCSI_Command_T | 35 | drivers/scsi/BusLogic.h | int BusLogic_AbortCommand(SCSI_Command_T *); |
SCSI_Command_T | 36 | drivers/scsi/BusLogic.h | int BusLogic_ResetCommand(SCSI_Command_T *); |
SCSI_Command_T | 692 | drivers/scsi/BusLogic.h | SCSI_Command_T *Command; |
SCSI_Command_T | 974 | drivers/scsi/BusLogic.h | SCSI_Command_T *); |