Searched refs:klog_t (Results 1 – 5 of 5) sorted by relevance
153 klog_t *pClientLogBuffer = (klog_t *) pUserBuffer; in do_read()154 klog_t *pHeadItem; in do_read()156 if (BufferSize < sizeof(klog_t)) in do_read()159 pHeadItem = (klog_t *) DivasLogFifoRead(); in do_read()163 if(copy_to_user(pClientLogBuffer, pHeadItem, sizeof(klog_t))) in do_read()169 return sizeof(klog_t); in do_read()
24 klog_t log; /* log entry buffer */ in DivasPrintf()32 memset((void *) &log, 0, sizeof(klog_t)); in DivasPrintf()49 DivasLogAdd(&log, sizeof(klog_t)); in DivasPrintf()
28 klog_t klog;107 if (length > sizeof(klog_t)) in DivasLogFifoWrite()109 length = sizeof(klog_t); in DivasLogFifoWrite()140 klog_t klog; in DivasLogIdi()
35 } klog_t; typedef
42 klog_t klog; in xlog_to_klog()