• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/ocs_fc/

Lines Matching refs:ocs_textbuf_t

581 ocs_ddump_startfile(ocs_textbuf_t *textbuf)
597 ocs_ddump_endfile(ocs_textbuf_t *textbuf)
614 ocs_ddump_section(ocs_textbuf_t *textbuf, const char *name, uint32_t instance)
632 ocs_ddump_endsection(ocs_textbuf_t *textbuf, const char *name, uint32_t instance)
650 ocs_ddump_value(ocs_textbuf_t *textbuf, const char *name, const char *fmt, ...)
677 ocs_ddump_buffer(ocs_textbuf_t *textbuf, const char *name, uint32_t instance, void *buffer, uint32_t size)
719 ocs_ddump_queue_entries(ocs_textbuf_t *textbuf, void *q_addr, uint32_t size,
1236 ocs_ddump_buffer((ocs_textbuf_t*) textbuf, reqlabel, 0, sparams, sizeof(fc_plogi_payload_t));
1623 static ocs_textbuf_segment_t *ocs_textbuf_segment_alloc(ocs_textbuf_t *textbuf);
1625 static ocs_textbuf_segment_t *ocs_textbuf_get_segment(ocs_textbuf_t *textbuf, uint32_t idx);
1628 ocs_textbuf_get_buffer(ocs_textbuf_t *textbuf)
1634 ocs_textbuf_get_length(ocs_textbuf_t *textbuf)
1640 ocs_textbuf_get_written(ocs_textbuf_t *textbuf)
1652 uint8_t *ocs_textbuf_ext_get_buffer(ocs_textbuf_t *textbuf, uint32_t idx)
1661 int32_t ocs_textbuf_ext_get_length(ocs_textbuf_t *textbuf, uint32_t idx)
1670 int32_t ocs_textbuf_ext_get_written(ocs_textbuf_t *textbuf, uint32_t idx)
1680 ocs_textbuf_initialized(ocs_textbuf_t *textbuf)
1686 ocs_textbuf_alloc(ocs_t *ocs, ocs_textbuf_t *textbuf, uint32_t length)
1710 ocs_textbuf_segment_alloc(ocs_textbuf_t *textbuf)
1750 ocs_textbuf_get_segment(ocs_textbuf_t *textbuf, uint32_t idx)
1768 ocs_textbuf_init(ocs_t *ocs, ocs_textbuf_t *textbuf, void *buffer, uint32_t length)
1791 ocs_textbuf_free(ocs_t *ocs, ocs_textbuf_t *textbuf)
1807 ocs_textbuf_printf(ocs_textbuf_t *textbuf, const char *fmt, ...)
1819 ocs_textbuf_vprintf(ocs_textbuf_t *textbuf, const char *fmt, va_list ap)
1871 ocs_textbuf_putc(ocs_textbuf_t *textbuf, uint8_t c)
1888 ocs_textbuf_puts(ocs_textbuf_t *textbuf, char *s)
1898 ocs_textbuf_buffer(ocs_textbuf_t *textbuf, uint8_t *buffer, uint32_t buffer_length)
1932 ocs_textbuf_copy(ocs_textbuf_t *textbuf, uint8_t *buffer, uint32_t buffer_length)
1948 ocs_textbuf_remaining(ocs_textbuf_t *textbuf)
1964 ocs_textbuf_reset(ocs_textbuf_t *textbuf)
2291 ocs_textbuf_t *textbufs;
2293 ocs_textbuf_t *cur_textbuf;
2511 ocs_ddump_ramlog(ocs_textbuf_t *textbuf, ocs_ramlog_t *ramlog)
2514 ocs_textbuf_t *rltextbuf;