HomeSort by: relevance | last modified time | path
    Searched defs:opt_flags (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/mountd/
get_net.c 53 int opt_flags; variable in typeref:typename:int
125 if ((opt_flags & OP_MASKLEN) && !maskflg) {
165 if (sa->sa_family == AF_INET6 && (!(opt_flags & OP_MASKLEN) || maskflg))
176 if (opt_flags & OP_MASKLEN) {
198 !(opt_flags & (OP_MASK|OP_MASKLEN))) {
mountd.c 241 int opt_flags; variable in typeref:typename:int
1046 opt_flags = 0;
1050 opt_flags |= OP_NORESMNT | OP_NORESPORT;
1148 } else if ((opt_flags & OP_NET) && tgrp->gr_next) {
1174 hang_dirp(dirhead, tgrp, ep, opt_flags);
1178 hang_dirp(dirhead, NULL, ep, opt_flags);
1787 opt_flags |= OP_MAPALL;
1789 opt_flags |= OP_MAPROOT;
1792 opt_flags |= OP_KERB;
1802 opt_flags |= OP_MASK
    [all...]
  /src/usr.sbin/dumpfs/
dumpfs.c 93 #define ISOPT(opt) (opt_flags & (opt))
109 static uint opt_flags; variable in typeref:typename:uint
142 opt_flags |= OPT_FLAG(ch);
154 if ((opt_flags & DFLT_CHECK) == 0)
155 opt_flags |= DFLT_OPTS;

Completed in 13 milliseconds