smartmontools SVN Rev 5640
Utility to control and monitor storage systems with "S.M.A.R.T."
|
#include <sys/device.h>
#include <sys/param.h>
#include <sys/sysctl.h>
#include <sys/scsiio.h>
#include <sys/ataio.h>
#include <dev/ata/atareg.h>
#include <dev/ic/wdcreg.h>
#include <err.h>
#include <fcntl.h>
#include <util.h>
#include <unistd.h>
Go to the source code of this file.
Macros | |
#define | OS_OPENBSD_H_CVSID "$Id: os_openbsd.h 4760 2018-08-19 18:45:53Z chrfranke $\n" |
#define | WDSMART_CYL 0xc24f |
#define | ata_smart_selftestlog __openbsd_ata_smart_selftestlog |
#define ata_smart_selftestlog __openbsd_ata_smart_selftestlog |
Definition at line 30 of file os_openbsd.h.
#define OS_OPENBSD_H_CVSID "$Id: os_openbsd.h 4760 2018-08-19 18:45:53Z chrfranke $\n" |
Definition at line 16 of file os_openbsd.h.
#define WDSMART_CYL 0xc24f |
Definition at line 21 of file os_openbsd.h.