Home
last modified time | relevance | path

Searched refs:log_data (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/isdn/hysdn/
Dhysdn_proclog.c29 struct log_data { struct
30 struct log_data *next; argument
42 struct log_data *log_head, *log_tail; /* head and tail for queue */ argument
100 struct log_data *ib; in put_log_buffer()
113 if (!(ib = (struct log_data *) kmalloc(sizeof(struct log_data) + strlen(cp), GFP_ATOMIC))) in put_log_buffer()
208 struct log_data *inf; in hysdn_log_read()
215 if (!*((struct log_data **) file->private_data)) { in hysdn_log_read()
234 if (!(inf = *((struct log_data **) file->private_data))) in hysdn_log_read()
303 struct log_data *inf; in hysdn_log_close()
319 inf = *((struct log_data **) filep->private_data); /* get first log entry */ in hysdn_log_close()
[all …]