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

Public Member Functions | |
| win_scsi_device (smart_interface *intf, const char *dev_name, const char *req_type) | |
| virtual bool | open () |
| Open device, return false on error. | |
| virtual bool | scsi_pass_through (scsi_cmnd_io *iop) |
| SCSI pass through. | |
Private Member Functions | |
| bool | open (int pd_num, int ld_num, int tape_num, int sub_addr) |
Definition at line 381 of file os_win32.cpp.
| os_win32::win_scsi_device::win_scsi_device | ( | smart_interface * | intf, |
| const char * | dev_name, | ||
| const char * | req_type | ||
| ) |
Definition at line 3179 of file os_win32.cpp.
| bool os_win32::win_scsi_device::open | ( | ) | [virtual] |
Open device, return false on error.
Implements smart_device.
Definition at line 3185 of file os_win32.cpp.
| bool os_win32::win_scsi_device::open | ( | int | pd_num, |
| int | ld_num, | ||
| int | tape_num, | ||
| int | sub_addr | ||
| ) | [private] |
Definition at line 3223 of file os_win32.cpp.
| bool os_win32::win_scsi_device::scsi_pass_through | ( | scsi_cmnd_io * | iop | ) | [virtual] |
SCSI pass through.
Returns false on error.
Implements scsi_device.
Definition at line 3305 of file os_win32.cpp.
1.7.4