|
smartmontools SVN Rev 3317
Utility to control and monitor storage systems with "S.M.A.R.T."
|
#include "config.h"#include "int64.h"#include "atacmds.h"#include "utility.h"#include "os_generic.h"
Go to the source code of this file.
Classes | |
| class | generic::generic_smart_interface |
Namespaces | |
| namespace | generic |
Defines | |
| #define | ARGUSED(x) ((void)(x)) |
Functions | |
| static void | unsupported () |
| static void | print_smartctl_examples () |
Variables | |
| const char * | os_XXXX_cpp_cvsid |
| #define ARGUSED | ( | x | ) | ((void)(x)) |
Definition at line 91 of file os_generic.cpp.
| static void print_smartctl_examples | ( | ) | [static] |
Definition at line 136 of file os_generic.cpp.
| static void unsupported | ( | ) | [static] |
Definition at line 105 of file os_generic.cpp.
| const char* os_XXXX_cpp_cvsid |
"$Id: os_generic.cpp 3579 2012-07-20 17:50:12Z chrfranke $" ATACMDS_H_CVSID CONFIG_H_CVSID INT64_H_CVSID OS_GENERIC_H_CVSID UTILITY_H_CVSID
Definition at line 86 of file os_generic.cpp.
1.7.4