DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
SBUF_DYNAMIC
sys/kern/subr_sbuf.c
166
SBUF_SETFLAG(s, SBUF_DYNAMIC);
sys/kern/subr_sbuf.c
200
SBUF_SETFLAG(s, SBUF_DYNAMIC);
sys/kern/subr_sbuf.c
65
#define SBUF_ISDYNAMIC(s) ((s)->s_flags & SBUF_DYNAMIC)