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

Lines Matching refs:textbuf

102 extern int32_t ocs_textbuf_alloc(ocs_t *ocs, ocs_textbuf_t *textbuf, uint32_t length);
103 extern uint32_t ocs_textbuf_initialized(ocs_textbuf_t *textbuf);
104 extern int32_t ocs_textbuf_init(ocs_t *ocs, ocs_textbuf_t *textbuf, void *buffer, uint32_t length);
105 extern void ocs_textbuf_free(ocs_t *ocs, ocs_textbuf_t *textbuf);
106 extern void ocs_textbuf_putc(ocs_textbuf_t *textbuf, uint8_t c);
107 extern void ocs_textbuf_puts(ocs_textbuf_t *textbuf, char *s);
109 extern void ocs_textbuf_printf(ocs_textbuf_t *textbuf, const char *fmt, ...);
111 extern void ocs_textbuf_vprintf(ocs_textbuf_t *textbuf, const char *fmt, va_list ap);
112 extern void ocs_textbuf_buffer(ocs_textbuf_t *textbuf, uint8_t *buffer, uint32_t buffer_length);
113 extern void ocs_textbuf_copy(ocs_textbuf_t *textbuf, uint8_t *buffer, uint32_t buffer_length);
114 extern int32_t ocs_textbuf_remaining(ocs_textbuf_t *textbuf);
115 extern void ocs_textbuf_reset(ocs_textbuf_t *textbuf);
116 extern uint8_t *ocs_textbuf_get_buffer(ocs_textbuf_t *textbuf);
117 extern int32_t ocs_textbuf_get_length(ocs_textbuf_t *textbuf);
118 extern int32_t ocs_textbuf_get_written(ocs_textbuf_t *textbuf);
119 extern uint8_t *ocs_textbuf_ext_get_buffer(ocs_textbuf_t *textbuf, uint32_t idx);
120 extern int32_t ocs_textbuf_ext_get_length(ocs_textbuf_t *textbuf, uint32_t idx);
121 extern int32_t ocs_textbuf_ext_get_written(ocs_textbuf_t *textbuf, uint32_t idx);
256 extern void ocs_display_sparams(const char *prelabel, const char *reqlabel, int dest, void *textbuf, void *sparams);
334 extern int32_t ocs_ddump_ramlog(ocs_textbuf_t *textbuf, ocs_ramlog_t *ramlog);