Home
last modified time | relevance | path

Searched refs:ocs_textbuf_get_written (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_ioctl.c532 if (ocs_textbuf_get_written(&textbuf)) { in ocs_ioctl()
535 ocs_textbuf_get_written(&textbuf))) { in ocs_ioctl()
539 req->bytes_written = ocs_textbuf_get_written(&textbuf); in ocs_ioctl()
596 if (ocs_textbuf_get_written(&textbuf)) { in ocs_ioctl()
599 ocs_textbuf_get_written(&textbuf))) { in ocs_ioctl()
603 req->value_length = ocs_textbuf_get_written(&textbuf); in ocs_ioctl()
H A Docs_ddump.c800 if (ocs_textbuf_get_written(&ocs->ddump_saved) > 0) { in ocs_save_ddump()
812 ocs_log_debug(ocs, "Saved ddump: %d bytes written\n", ocs_textbuf_get_written(&ocs->ddump_saved)); in ocs_save_ddump()
866 if (ocs_textbuf_get_written(&ocs->ddump_saved)) { in ocs_clear_saved_ddump()
H A Docs_utils.h116 extern int32_t ocs_textbuf_get_written(ocs_textbuf_t *textbuf);
H A Docs_utils.c1638 ocs_textbuf_get_written(ocs_textbuf_t *textbuf) in ocs_textbuf_get_written() function
2526 …ocs_textbuf_buffer(textbuf, ocs_textbuf_get_buffer(rltextbuf), ocs_textbuf_get_written(rltextbuf)); in ocs_ddump_ramlog()
2538 …ocs_textbuf_buffer(textbuf, ocs_textbuf_get_buffer(rltextbuf), ocs_textbuf_get_written(rltextbuf)); in ocs_ddump_ramlog()