smartmontools SVN Rev 5613
Utility to control and monitor storage systems with "S.M.A.R.T."
Classes | Variables
os_openbsd Namespace Reference

Classes

class  openbsd_ata_device
 Implement standard ATA support. More...
 
class  openbsd_scsi_device
 Standard SCSI support. More...
 
class  openbsd_smart_device
 Implement shared open/close routines with old functions. More...
 
class  openbsd_smart_interface
 Implement platform interface with old functions. More...
 

Variables

static const char * net_dev_prefix = "/dev/"
 
static const char * net_dev_ata_disk = "wd"
 
static const char * net_dev_scsi_disk = "sd"
 
static const char * net_dev_scsi_tape = "st"
 

Variable Documentation

◆ net_dev_ata_disk

const char* os_openbsd::net_dev_ata_disk = "wd"
static

Definition at line 35 of file os_openbsd.cpp.

◆ net_dev_prefix

const char* os_openbsd::net_dev_prefix = "/dev/"
static

Definition at line 34 of file os_openbsd.cpp.

◆ net_dev_scsi_disk

const char* os_openbsd::net_dev_scsi_disk = "sd"
static

Definition at line 36 of file os_openbsd.cpp.

◆ net_dev_scsi_tape

const char* os_openbsd::net_dev_scsi_tape = "st"
static

Definition at line 37 of file os_openbsd.cpp.