Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsbuf.h59 #define SBUF_DYNSTRUCT 0x00080000 /* sbuf must be freed */ macro
/f-stack/freebsd/kern/
H A Dsubr_sbuf.c71 #define SBUF_ISDYNSTRUCT(s) ((s)->s_flags & SBUF_DYNSTRUCT)
217 SBUF_SETFLAG(s, SBUF_DYNSTRUCT); in sbuf_new()