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

/freebsd-current/sys/dev/ocs_fc/
H A Docs_utils.c2289 ocs_textbuf_t *textbufs; member in struct:ocs_ramlog_s
2323 ramlog->textbufs = ocs_malloc(ocs, sizeof(*ramlog->textbufs)*buffer_count, OCS_M_ZERO | OCS_M_NOWAIT);
2324 if (ramlog->textbufs == NULL) {
2325 ocs_log_err(ocs, "ocs_malloc textbufs failed\n");
2331 rc = ocs_textbuf_alloc(ocs, &ramlog->textbufs[i], buffer_len);
2341 ramlog->cur_textbuf = &ramlog->textbufs[0];
2365 if (ramlog->textbufs) {
2367 ocs_textbuf_free(ocs, &ramlog->textbufs[i]);
2370 ocs_free(ocs, ramlog->textbufs, ramlo
[all...]

Completed in 116 milliseconds