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

Classes

class  netbsd_ata_device
 Implement standard ATA support. More...
 
class  netbsd_nvme_device
 NVMe support. More...
 
class  netbsd_scsi_device
 Standard SCSI support. More...
 
class  netbsd_smart_device
 Implement shared open/close routines with old functions. More...
 
class  netbsd_smart_interface
 Implement platform interface with old functions. More...
 

Variables

static const char * net_dev_prefix = "/dev/"
 
static const char * net_dev_raw_prefix = "/dev/r"
 
static const char * net_dev_ata_disk = "wd"
 
static const char * net_dev_scsi_disk = "sd"
 
static const char * net_dev_scsi_tape = "enrst"
 
static const char * net_dev_nvme_ctrl = "nvme"
 

Variable Documentation

◆ net_dev_ata_disk

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

Definition at line 39 of file os_netbsd.cpp.

◆ net_dev_nvme_ctrl

const char* os_netbsd::net_dev_nvme_ctrl = "nvme"
static

Definition at line 42 of file os_netbsd.cpp.

◆ net_dev_prefix

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

Definition at line 37 of file os_netbsd.cpp.

◆ net_dev_raw_prefix

const char* os_netbsd::net_dev_raw_prefix = "/dev/r"
static

Definition at line 38 of file os_netbsd.cpp.

◆ net_dev_scsi_disk

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

Definition at line 40 of file os_netbsd.cpp.

◆ net_dev_scsi_tape

const char* os_netbsd::net_dev_scsi_tape = "enrst"
static

Definition at line 41 of file os_netbsd.cpp.