Home
last modified time | relevance | path

Searched refs:ocs_textbuf_ext_get_buffer (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_utils.h117 extern uint8_t *ocs_textbuf_ext_get_buffer(ocs_textbuf_t *textbuf, uint32_t idx);
H A Docs_ioctl.c477 ocs_textbuf_ext_get_buffer(ptbuf, idx), n)) { in ocs_ioctl()
563 ocs_textbuf_ext_get_buffer(&textbuf, idx), in ocs_ioctl()
H A Docs_utils.c1628 return ocs_textbuf_ext_get_buffer(textbuf, 0); in ocs_textbuf_get_buffer()
1650 uint8_t *ocs_textbuf_ext_get_buffer(ocs_textbuf_t *textbuf, uint32_t idx) in ocs_textbuf_ext_get_buffer() function