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

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

Completed in 176 milliseconds