libhd  5.0
Functions

Kernel log information scan functions. More...

Functions

static int str_ok (str_list_t *sl)
 
static int str_list_cmp (str_list_t *sl1, str_list_t *sl2)
 
static void _read_klog (hd_data_t *hd_data)
 
void read_klog (hd_data_t *hd_data)
 
void dump_klog (hd_data_t *hd_data)
 

Detailed Description

Kernel log information scan functions.

Function Documentation

◆ _read_klog()

void _read_klog ( hd_data_t hd_data)
static

◆ dump_klog()

void dump_klog ( hd_data_t hd_data)

◆ read_klog()

void read_klog ( hd_data_t hd_data)

◆ str_list_cmp()

int str_list_cmp ( str_list_t sl1,
str_list_t sl2 
)
static

References s_str_list_t::next, and s_str_list_t::str.

Referenced by _read_klog().

◆ str_ok()

int str_ok ( str_list_t sl)
static

References s_str_list_t::str.

Referenced by _read_klog().