Searched refs:ocs_textbuf_get_written (Results 1 – 4 of 4) sorted by relevance
532 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()
800 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()
116 extern int32_t ocs_textbuf_get_written(ocs_textbuf_t *textbuf);
1638 ocs_textbuf_get_written(ocs_textbuf_t *textbuf) in ocs_textbuf_get_written() function2526 …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()