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

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

Completed in 132 milliseconds