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

/freebsd-current/sys/dev/ocs_fc/
H A Docs_utils.c1621 static ocs_textbuf_segment_t *ocs_textbuf_segment_alloc(ocs_textbuf_t *textbuf);
1704 return (ocs_textbuf_segment_alloc(textbuf) == NULL) ? -1 : 0;
1708 ocs_textbuf_segment_alloc(ocs_textbuf_t *textbuf) function
1835 if ((segment = ocs_textbuf_segment_alloc(textbuf)) == NULL) {
1852 if ((segment = ocs_textbuf_segment_alloc(textbuf)) == NULL) {
1880 ocs_textbuf_segment_alloc(textbuf);

Completed in 56 milliseconds