libhd 5.0
|
Data Fields | ||
int | fd | |
int | autoclose | |
char * | filename | |
struct cdrom_generic_command | cgc | |
union { | ||
struct request_sense s | ||
unsigned char u [18] | ||
} | _sense | |
struct sg_io_hdr | sg_io | |
union { ... } ScsiCommand::_sense |
Referenced by scsi_command_init().
int ScsiCommand::autoclose |
Referenced by scsi_command_free(), scsi_command_new(), and scsi_command_new_from_fd().
struct cdrom_generic_command ScsiCommand::cgc |
Referenced by scsi_command_init().
int ScsiCommand::fd |
Referenced by scsi_command_free(), scsi_command_new(), scsi_command_new_from_fd(), and scsi_command_transport().
char* ScsiCommand::filename |
Referenced by scsi_command_free(), and scsi_command_new().
struct request_sense ScsiCommand::s |
Referenced by scsi_command_init().
struct sg_io_hdr ScsiCommand::sg_io |
Referenced by scsi_command_init(), and scsi_command_transport().
unsigned char ScsiCommand::u[18] |
Referenced by scsi_command_init().