Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dpriv.h435 #define PRIV_PIPEBUF 560 /* Allow to allocate reserved pipebuf macro
/freebsd/sys/kern/
H A Dsys_pipe.c595 if (priv_check(curthread, PRIV_PIPEBUF) != 0 && maxpipekva / 100 * in pipespace_new()