smartmontools SVN Rev 5611
Utility to control and monitor storage systems with "S.M.A.R.T."
Macros | Functions | Variables
ataidentify.cpp File Reference
#include "config.h"
#include "ataidentify.h"
#include "utility.h"
#include <inttypes.h>
Include dependency graph for ataidentify.cpp:

Go to the source code of this file.

Macros

#define __STDC_FORMAT_MACROS   1
 

Functions

static unsigned short get_word (const void *id, int word)
 
void ata_print_identify_data (const void *id, bool all_words, int bit_level)
 

Variables

const char * ataidentify_cpp_cvsid
 
const char *const identify_descriptions []
 
const int num_identify_descriptions = sizeof(identify_descriptions)/sizeof(identify_descriptions[0])
 

Macro Definition Documentation

◆ __STDC_FORMAT_MACROS

#define __STDC_FORMAT_MACROS   1

Definition at line 12 of file ataidentify.cpp.

Function Documentation

◆ ata_print_identify_data()

void ata_print_identify_data ( const void *  id,
bool  all_words,
int  bit_level 
)

Definition at line 573 of file ataidentify.cpp.

◆ get_word()

static unsigned short get_word ( const void *  id,
int  word 
)
inlinestatic

Definition at line 567 of file ataidentify.cpp.

Variable Documentation

◆ ataidentify_cpp_cvsid

const char* ataidentify_cpp_cvsid
Initial value:
= "$Id: ataidentify.cpp 5517 2023-07-24 13:53:08Z chrfranke $"
#define ATAIDENTIFY_H_CVSID
Definition: ataidentify.h:14

Definition at line 16 of file ataidentify.cpp.

◆ identify_descriptions

const char* const identify_descriptions[]

Definition at line 36 of file ataidentify.cpp.

◆ num_identify_descriptions

const int num_identify_descriptions = sizeof(identify_descriptions)/sizeof(identify_descriptions[0])

Definition at line 565 of file ataidentify.cpp.