FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
SBUF_MAXEXTENDSIZE
sys/kern/subr_sbuf.c
142
CTASSERT(powerof2(SBUF_MAXEXTENDSIZE));
sys/kern/subr_sbuf.c
151
if (size < (int)SBUF_MAXEXTENDSIZE) {