Searched refs:ocs_textbuf_putc (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/ocs_fc/
H A Docs_utils.h104 extern void ocs_textbuf_putc(ocs_textbuf_t *textbuf, uint8_t c);
H A Docs_utils.c1869 ocs_textbuf_putc(ocs_textbuf_t *textbuf, uint8_t c) function
1890 ocs_textbuf_putc(textbuf, *s++);
1922 default: ocs_textbuf_putc(textbuf, *s); break;
1940 ocs_textbuf_putc(textbuf, *s++);

Completed in 127 milliseconds