Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_utils.h321 typedef struct ocs_ramlog_s ocs_ramlog_t; typedef
325 extern ocs_ramlog_t *ocs_ramlog_init(ocs_t *ocs, uint32_t buffer_len, uint32_t buffer_count);
326 extern void ocs_ramlog_free(ocs_t *ocs, ocs_ramlog_t *ramlog);
327 extern void ocs_ramlog_clear(ocs_t *ocs, ocs_ramlog_t *ramlog, int clear_start_of_day, int clear_re…
331 extern int32_t ocs_ramlog_vprintf(ocs_ramlog_t *ramlog, const char *fmt, va_list ap);
332 extern int32_t ocs_ddump_ramlog(ocs_textbuf_t *textbuf, ocs_ramlog_t *ramlog);
H A Docs_utils.c2295 static uint32_t ocs_ramlog_next_idx(ocs_ramlog_t *ramlog, uint32_t idx);
2308 ocs_ramlog_t *
2313 ocs_ramlog_t *ramlog; in ocs_ramlog_init()
2359 ocs_ramlog_free(ocs_t *ocs, ocs_ramlog_t *ramlog) in ocs_ramlog_free()
2391 ocs_ramlog_clear(ocs_t *ocs, ocs_ramlog_t *ramlog, int clear_start_of_day, int clear_recent) in ocs_ramlog_clear()
2452 ocs_ramlog_vprintf(ocs_ramlog_t *ramlog, const char *fmt, va_list ap) in ocs_ramlog_vprintf()
2486 ocs_ramlog_next_idx(ocs_ramlog_t *ramlog, uint32_t idx) in ocs_ramlog_next_idx()
2509 ocs_ddump_ramlog(ocs_textbuf_t *textbuf, ocs_ramlog_t *ramlog) in ocs_ddump_ramlog()
H A Docs_drv_fc.h57 ocs_ramlog_t *ramlog;
H A Docs.h199 ocs_ramlog_t *ramlog;