Home
last modified time | relevance | path

Searched refs:OP_MASK (Results 1 – 2 of 2) 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/usr.sbin/mountd/
H A Dmountd.c317 #define OP_MASK 0x08 macro
2908 opt_flags |= OP_MASK; in do_opt()
3529 (opt_flags & OP_MASK) == 0) { in get_net()
3859 if ((opt_flags & OP_MASK) && (opt_flags & OP_NET) == 0) { in check_options()
3867 if ((opt_flags & OP_MASK) && (opt_flags & OP_MASKLEN)) { in check_options()
3873 ~(OP_SEC | OP_MASK | OP_NET | OP_HAVEMASK | OP_MASKLEN)) != 0) { in check_options()