HomeSort by: relevance | last modified time | path
    Searched refs:OP_MASK (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/mountd/
mountd.h 38 #define OP_MASK 0x008
get_net.c 198 !(opt_flags & (OP_MASK|OP_MASKLEN))) {
mountd.c 1802 opt_flags |= OP_MASK;
2346 if ((opt_flags & OP_MASK) && (opt_flags & OP_NET) == 0) {
2351 if ((opt_flags & OP_MASK) && (opt_flags & OP_MASKLEN) != 0) {
  /src/sys/arch/hpcmips/dev/
mq200machdep.c 56 #define OP_MASK OP_(2)
230 case OP_MASK:
258 if (ops[0] != OP_MASK)

Completed in 36 milliseconds