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

/freebsd-current/sys/dev/ocs_fc/
H A Docs_utils.h94 uint8_t extendable:1; member in struct:__anon4042
H A Docs_utils.c1697 /* mark as extendable */
1698 textbuf->extendable = TRUE;
1712 if (textbuf->extendable) {
1722 /* If we've allocated our limit, then mark as not extendable */
1724 textbuf->extendable = 0;
1847 if (textbuf->extendable) {

Completed in 123 milliseconds