|
libhd 5.0
|
Data Structures | |
| union | [union]._sense |
Data Fields | |
| int | fd |
| int | autoclose |
| char * | filename |
| struct cdrom_generic_command | cgc |
| union | _sense |
| struct sg_io_hdr | sg_io |
| union ScsiCommand::[union]._sense 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 sg_io_hdr ScsiCommand::sg_io |
Referenced by scsi_command_init(), and scsi_command_transport().