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

/freebsd-current/sys/dev/ocs_fc/
H A Docs_utils.h321 typedef struct ocs_ramlog_s ocs_ramlog_t; typedef in typeref:struct:ocs_ramlog_s
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_recent);
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_drv_fc.h57 ocs_ramlog_t *ramlog;
H A Docs.h199 ocs_ramlog_t *ramlog;
H A Docs_utils.c2295 static uint32_t ocs_ramlog_next_idx(ocs_ramlog_t *ramlog, uint32_t idx);
2306 * @return Returns pointer to ocs_ramlog_t instance, or NULL.
2308 ocs_ramlog_t *
2313 ocs_ramlog_t *ramlog;
2359 ocs_ramlog_free(ocs_t *ocs, ocs_ramlog_t *ramlog)
2391 ocs_ramlog_clear(ocs_t *ocs, ocs_ramlog_t *ramlog, int clear_start_of_day, int clear_recent)
2452 ocs_ramlog_vprintf(ocs_ramlog_t *ramlog, const char *fmt, va_list ap)
2486 ocs_ramlog_next_idx(ocs_ramlog_t *ramlog, uint32_t idx)
2509 ocs_ddump_ramlog(ocs_textbuf_t *textbuf, ocs_ramlog_t *ramlog)

Completed in 75 milliseconds