|
smartmontools SVN Rev 3317
Utility to control and monitor storage systems with "S.M.A.R.T."
|
Standard SCSI support. More...

Public Member Functions | |
| linux_scsi_device (smart_interface *intf, const char *dev_name, const char *req_type, bool scanning=false) | |
| virtual smart_device * | autodetect_open () |
| SCSI open with autodetection support. | |
| virtual bool | scsi_pass_through (scsi_cmnd_io *iop) |
| SCSI pass through. | |
Private Attributes | |
| bool | m_scanning |
| true if created within scan_smart_devices | |
Standard SCSI support.
Definition at line 828 of file os_linux.cpp.
| os_linux::linux_scsi_device::linux_scsi_device | ( | smart_interface * | intf, |
| const char * | dev_name, | ||
| const char * | req_type, | ||
| bool | scanning = false |
||
| ) |
Definition at line 844 of file os_linux.cpp.
| smart_device * os_linux::linux_scsi_device::autodetect_open | ( | ) | [virtual] |
SCSI open with autodetection support.
Reimplemented from smart_device.
Definition at line 2262 of file os_linux.cpp.
| bool os_linux::linux_scsi_device::scsi_pass_through | ( | scsi_cmnd_io * | iop | ) | [virtual] |
SCSI pass through.
Returns false on error.
Implements scsi_device.
Definition at line 854 of file os_linux.cpp.
bool os_linux::linux_scsi_device::m_scanning [private] |
true if created within scan_smart_devices
Definition at line 841 of file os_linux.cpp.
1.7.4