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

/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dflock.c40 #define OP_MASK (LOCK_SH | LOCK_EX | LOCK_UN) macro
59 switch (operation & OP_MASK) {
106 switch (operation & OP_MASK) {
/freebsd-13-stable/usr.sbin/mountd/
H A Dmountd.c315 #define OP_MASK 0x08 macro
2832 opt_flags |= OP_MASK;
3418 (opt_flags & OP_MASK) == 0) {
3756 if ((opt_flags & OP_MASK) && (opt_flags & OP_NET) == 0) {
3764 if ((opt_flags & OP_MASK) && (opt_flags & OP_MASKLEN)) {
3770 ~(OP_SEC | OP_MASK | OP_NET | OP_HAVEMASK | OP_MASKLEN)) != 0) {

Completed in 165 milliseconds