Home
last modified time | relevance | path

Searched refs:OP_MASK (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/heimdal/lib/roken/
H A Dflock.c40 #define OP_MASK (LOCK_SH | LOCK_EX | LOCK_UN) macro
59 switch (operation & OP_MASK) { in rk_flock()
106 switch (operation & OP_MASK) { in rk_flock()
/freebsd/crypto/openssl/fuzz/
H A Dhashtable.c63 #define OP_MASK 0x3f macro
65 #define OPERATION(x) (((x) & OP_MASK) % OP_END)
/freebsd/usr.sbin/mountd/
H A Dmountd.c318 #define OP_MASK 0x08 macro
2938 opt_flags |= OP_MASK; in do_opt()
3548 (opt_flags & OP_MASK) == 0) { in get_net()
3878 if ((opt_flags & OP_MASK) && (opt_flags & OP_NET) == 0) { in check_options()
3886 if ((opt_flags & OP_MASK) && (opt_flags & OP_MASKLEN)) { in check_options()
3892 ~(OP_SEC | OP_MASK | OP_NET | OP_HAVEMASK | OP_MASKLEN)) != 0) { in check_options()