Lines Matching refs:ocs_textbuf_t
579 ocs_ddump_startfile(ocs_textbuf_t *textbuf) in ocs_ddump_startfile()
595 ocs_ddump_endfile(ocs_textbuf_t *textbuf) in ocs_ddump_endfile()
612 ocs_ddump_section(ocs_textbuf_t *textbuf, const char *name, uint32_t instance) in ocs_ddump_section()
630 ocs_ddump_endsection(ocs_textbuf_t *textbuf, const char *name, uint32_t instance) in ocs_ddump_endsection()
648 ocs_ddump_value(ocs_textbuf_t *textbuf, const char *name, const char *fmt, ...) in ocs_ddump_value()
675 ocs_ddump_buffer(ocs_textbuf_t *textbuf, const char *name, uint32_t instance, void *buffer, uint32_… in ocs_ddump_buffer()
717 ocs_ddump_queue_entries(ocs_textbuf_t *textbuf, void *q_addr, uint32_t size, in ocs_ddump_queue_entries()
1234 ocs_ddump_buffer((ocs_textbuf_t*) textbuf, reqlabel, 0, sparams, sizeof(fc_plogi_payload_t)); in ocs_display_sparams()
1621 static ocs_textbuf_segment_t *ocs_textbuf_segment_alloc(ocs_textbuf_t *textbuf);
1623 static ocs_textbuf_segment_t *ocs_textbuf_get_segment(ocs_textbuf_t *textbuf, uint32_t idx);
1626 ocs_textbuf_get_buffer(ocs_textbuf_t *textbuf) in ocs_textbuf_get_buffer()
1632 ocs_textbuf_get_length(ocs_textbuf_t *textbuf) in ocs_textbuf_get_length()
1638 ocs_textbuf_get_written(ocs_textbuf_t *textbuf) in ocs_textbuf_get_written()
1650 uint8_t *ocs_textbuf_ext_get_buffer(ocs_textbuf_t *textbuf, uint32_t idx) in ocs_textbuf_ext_get_buffer()
1659 int32_t ocs_textbuf_ext_get_length(ocs_textbuf_t *textbuf, uint32_t idx) in ocs_textbuf_ext_get_length()
1668 int32_t ocs_textbuf_ext_get_written(ocs_textbuf_t *textbuf, uint32_t idx) in ocs_textbuf_ext_get_written()
1678 ocs_textbuf_initialized(ocs_textbuf_t *textbuf) in ocs_textbuf_initialized()
1684 ocs_textbuf_alloc(ocs_t *ocs, ocs_textbuf_t *textbuf, uint32_t length) in ocs_textbuf_alloc()
1708 ocs_textbuf_segment_alloc(ocs_textbuf_t *textbuf) in ocs_textbuf_segment_alloc()
1748 ocs_textbuf_get_segment(ocs_textbuf_t *textbuf, uint32_t idx) in ocs_textbuf_get_segment()
1766 ocs_textbuf_init(ocs_t *ocs, ocs_textbuf_t *textbuf, void *buffer, uint32_t length) in ocs_textbuf_init()
1789 ocs_textbuf_free(ocs_t *ocs, ocs_textbuf_t *textbuf) in ocs_textbuf_free()
1805 ocs_textbuf_printf(ocs_textbuf_t *textbuf, const char *fmt, ...) in ocs_textbuf_printf()
1817 ocs_textbuf_vprintf(ocs_textbuf_t *textbuf, const char *fmt, va_list ap) in ocs_textbuf_vprintf()
1869 ocs_textbuf_putc(ocs_textbuf_t *textbuf, uint8_t c) in ocs_textbuf_putc()
1886 ocs_textbuf_puts(ocs_textbuf_t *textbuf, char *s) in ocs_textbuf_puts()
1896 ocs_textbuf_buffer(ocs_textbuf_t *textbuf, uint8_t *buffer, uint32_t buffer_length) in ocs_textbuf_buffer()
1930 ocs_textbuf_copy(ocs_textbuf_t *textbuf, uint8_t *buffer, uint32_t buffer_length) in ocs_textbuf_copy()
1946 ocs_textbuf_remaining(ocs_textbuf_t *textbuf) in ocs_textbuf_remaining()
1962 ocs_textbuf_reset(ocs_textbuf_t *textbuf) in ocs_textbuf_reset()
2289 ocs_textbuf_t *textbufs;
2291 ocs_textbuf_t *cur_textbuf;
2509 ocs_ddump_ramlog(ocs_textbuf_t *textbuf, ocs_ramlog_t *ramlog) in ocs_ddump_ramlog()
2512 ocs_textbuf_t *rltextbuf; in ocs_ddump_ramlog()