DragonflyBSD
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
127
CTASSERT(powerof2(SBUF_MAXEXTENDSIZE));
sys/kern/subr_sbuf.c
136
if (size < (int)SBUF_MAXEXTENDSIZE) {