libhd
5.0
|
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) |
Kernel log information scan functions.
void _read_klog | ( | hd_data_t * | hd_data | ) | [static] |
References s_str_list_t::add_str_list(), free_mem(), s_str_list_t::free_str_list(), hd_data_t::klog, KLOG_BOOT, new_mem(), s_str_list_t::next, read_file(), str_list_cmp(), and str_ok().
Referenced by read_klog().
References ADD2LOG, hd_data_t::klog_raw, s_str_list_t::next, and s_str_list_t::str.
Referenced by hd_scan().
References _read_klog(), s_str_list_t::add_str_list(), s_str_list_t::free_str_list(), hd_data_t::klog, hd_data_t::klog_raw, s_str_list_t::next, and s_str_list_t::str.
Referenced by hd_scan_floppy(), hd_scan_misc(), klog_mem(), and klog_mem2().
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().