Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dpriv.h436 #define PRIV_PIPEBUF 560 /* Allow to allocate reserved pipebuf macro
/freebsd/sys/kern/
H A Dsys_pipe.c596 priv_check(curthread, PRIV_PIPEBUF) != 0) { in pipespace_new()