Home
last modified time | relevance | path

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

/freebsd/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; in ocs_textbuf_alloc()
1708 ocs_textbuf_segment_alloc(ocs_textbuf_t *textbuf) in ocs_textbuf_segment_alloc() function
1835 if ((segment = ocs_textbuf_segment_alloc(textbuf)) == NULL) { in ocs_textbuf_vprintf()
1852 if ((segment = ocs_textbuf_segment_alloc(textbuf)) == NULL) { in ocs_textbuf_vprintf()
1880 ocs_textbuf_segment_alloc(textbuf); in ocs_textbuf_putc()