Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dsbuf.h48 #define SBUF_USRFLAGMSK 0x0000ffff /* mask of flags the user may specify */ macro
/xnu-11417.140.69/bsd/kern/
H A Dsubr_sbuf.c156 if (length > INT_MAX || flags & ~SBUF_USRFLAGMSK) { in sbuf_new()