Go to the source code of this file.
Functions | |
int | klog_open_file (klog_t *kl, const char *base, size_t npages, size_t nlines) |
|
Definition at line 62 of file file.c. References klog_s::cb_clear, klog_s::cb_close, klog_s::cb_countln, klog_s::cb_flush, klog_s::cb_getln, klog_s::cb_log, klog_s::f, klog_file_t, klog_t, klog_file_s::nlines, klog_file_s::npages, klog_file_s::offset, klog_s::u, and klog_file_s::wpageid. Referenced by klog_open(). |