libhd  5.0
klog.h
Go to the documentation of this file.
read_file
str_list_t * read_file(char *file_name, unsigned start_line, unsigned lines)
Definition: hd.c:2532
_read_klog
static void _read_klog(hd_data_t *hd_data)
Definition: klog.c:77
s_str_list_t::next
struct s_str_list_t * next
Link to next member.
Definition: hd.h:411
s_str_list_t::free_str_list
str_list_t * free_str_list(str_list_t *list)
Free the memory allocated by a string list.
Definition: hd.c:2498
klog.h
ADD2LOG
#define ADD2LOG(a...)
Definition: hd_int.h:66
s_str_list_t
String list type.
Definition: hd.h:410
read_klog
void read_klog(hd_data_t *hd_data)
Definition: klog.c:50
hd.h
str_list_cmp
static int str_list_cmp(str_list_t *sl1, str_list_t *sl2)
Definition: klog.c:36
dump_klog
void dump_klog(hd_data_t *hd_data)
Definition: klog.c:176
hd_int.h
hd_data
static hd_data_t * hd_data
Definition: pppoe.c:29
str_ok
static int str_ok(str_list_t *sl)
Definition: klog.c:26
KLOG_BOOT
#define KLOG_BOOT
Definition: hd_int.h:48
hd_data_t::klog
str_list_t * klog
(Internal) kernel log
Definition: hd.h:2700
s_str_list_t::add_str_list
str_list_t * add_str_list(str_list_t **sl, char *str)
Add a string to a string list.
Definition: hd.c:2484
hd_data_t::klog_raw
str_list_t * klog_raw
(Internal) unmodified kernel log
Definition: hd.h:2742
hd_data_t
Holds all data accumulated during hardware probing.
Definition: hd.h:2609
new_mem
void * new_mem(size_t size)
Definition: hd.c:1540
s_str_list_t::str
char * str
Some string data.
Definition: hd.h:412
free_mem
void * free_mem(void *p)
Definition: hd.c:1599