Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ocs_fc/
H A Docs_utils.c2307 ocs_textbuf_t *textbufs; member
2341 …ramlog->textbufs = ocs_malloc(ocs, sizeof(*ramlog->textbufs)*buffer_count, OCS_M_ZERO | OCS_M_NOWA… in ocs_ramlog_init()
2342 if (ramlog->textbufs == NULL) { in ocs_ramlog_init()
2359 ramlog->cur_textbuf = &ramlog->textbufs[0]; in ocs_ramlog_init()
2383 if (ramlog->textbufs) { in ocs_ramlog_free()
2388 ocs_free(ocs, ramlog->textbufs, ramlog->textbuf_count*sizeof(*ramlog->textbufs)); in ocs_ramlog_free()
2389 ramlog->textbufs = NULL; in ocs_ramlog_free()
2415 ocs_textbuf_reset(&ramlog->textbufs[i]); in ocs_ramlog_clear()
2420 ocs_textbuf_reset(&ramlog->textbufs[0]); in ocs_ramlog_clear()
2543 rltextbuf = &ramlog->textbufs[0]; in ocs_ddump_ramlog()
[all …]