Searched refs:SVR4_O_PRIV (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_fcntl.h49 #define SVR4_O_PRIV 0x1000 macro
H A Dsvr4_fcntl.c114 r |= (l & SVR4_O_PRIV) ? O_EXLOCK : 0;
134 r |= (l & O_EXLOCK) ? SVR4_O_PRIV : 0;

Completed in 53 milliseconds