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

/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_utils.c1622 static int32_t ocs_segment_remaining(ocs_textbuf_segment_t *segment);
1623 static ocs_textbuf_segment_t *ocs_textbuf_segment_alloc(ocs_textbuf_t *textbuf);
1624 static void ocs_textbuf_segment_free(ocs_t *ocs, ocs_textbuf_segment_t *segment);
1625 static ocs_textbuf_segment_t *ocs_textbuf_get_segment(ocs_textbuf_t *textbuf, uint32_t idx);
1654 ocs_textbuf_segment_t *segment = ocs_textbuf_get_segment(textbuf, idx);
1663 ocs_textbuf_segment_t *segment = ocs_textbuf_get_segment(textbuf, idx);
1672 ocs_textbuf_segment_t *segment = ocs_textbuf_get_segment(textbuf, idx);
1691 ocs_list_init(&textbuf->segment_list, ocs_textbuf_segment_t, link);
1709 static ocs_textbuf_segment_t *
1712 ocs_textbuf_segment_t *segmen
[all...]
H A Docs_utils.h91 } ocs_textbuf_segment_t; typedef in typeref:struct:__anon13876

Completed in 71 milliseconds