Kernel log information
[Information gathering]

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)
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

void dump_klog ( hd_data_t hd_data  ) 
void read_klog ( hd_data_t hd_data  ) 
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().

int str_ok ( str_list_t sl  )  [static]

References s_str_list_t::str.

Referenced by read_klog().