Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_ioctl.c469 n = ocs_textbuf_ext_get_written(ptbuf, idx); in ocs_ioctl()
561 for (idx = 0; (n = ocs_textbuf_ext_get_written(&textbuf, idx)) > 0; idx++) { in ocs_ioctl()
564 ocs_textbuf_ext_get_written(&textbuf, idx))) { in ocs_ioctl()
H A Docs_utils.h119 extern int32_t ocs_textbuf_ext_get_written(ocs_textbuf_t *textbuf, uint32_t idx);
H A Docs_utils.c1644 for (idx = 0; (n = ocs_textbuf_ext_get_written(textbuf, idx)) >= 0; idx++) { in ocs_textbuf_get_written()
1668 int32_t ocs_textbuf_ext_get_written(ocs_textbuf_t *textbuf, uint32_t idx) in ocs_textbuf_ext_get_written() function