Searched refs:opt_flags (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/python/
H A Dpython-config.py28 opt_flags = [flag for (flag, val) in opts] variable
30 if '--help' in opt_flags:
45 for opt in opt_flags:
/netbsd-6-1-5-RELEASE/usr.sbin/mountd/
H A Dmountd.c230 static int opt_flags; variable
1001 opt_flags = 0;
1005 opt_flags |= OP_NORESMNT | OP_NORESPORT;
1103 } else if ((opt_flags & OP_NET) && tgrp->gr_next) {
1129 hang_dirp(dirhead, tgrp, ep, opt_flags);
1133 hang_dirp(dirhead, NULL, ep, opt_flags);
1670 opt_flags |= OP_MAPALL;
1672 opt_flags |= OP_MAPROOT;
1675 opt_flags |= OP_KERB;
1685 opt_flags |
[all...]
/netbsd-6-1-5-RELEASE/tests/fs/nfs/nfsservice/
H A Dmountd.c239 static int opt_flags; variable
1052 opt_flags = 0;
1056 opt_flags |= OP_NORESMNT | OP_NORESPORT;
1154 } else if ((opt_flags & OP_NET) && tgrp->gr_next) {
1180 hang_dirp(dirhead, tgrp, ep, opt_flags);
1184 hang_dirp(dirhead, NULL, ep, opt_flags);
1748 opt_flags |= OP_MAPALL;
1750 opt_flags |= OP_MAPROOT;
1753 opt_flags |= OP_KERB;
1763 opt_flags |
[all...]
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/
H A Dlabel.c407 all_fstypes[i].opt_flags = 0;
442 m->opts[i].opt_flags |= OPT_IGNORE;
472 m->opts[i].opt_flags &= ~OPT_IGNORE;
491 if (m->opts[opt].opt_flags & OPT_IGNORE
590 m->opt_flags = OPT_IGNORE;
592 m->opt_flags = 0;
609 m->opt_flags = OPT_SUB;
H A Dutil.c561 cd_menu[i].opt_flags = OPT_EXIT;
785 me->opt_flags = 0;
805 me->opt_flags = 0;
810 me->opt_flags = 0;
1301 tz_menu[0].opt_flags = 0;
1335 tz_menu[nfiles].opt_flags = 0;
H A Dbsddisklabel.c178 m->opt_flags = 0;
187 m->opt_flags = OPT_SUB;
H A Dconfigmenu.c173 me->opt_flags = 0;
H A Dmbr.c1073 m->opts[opt].opt_flags |= OPT_IGNORE; \
1075 m->opts[opt].opt_flags &= ~OPT_IGNORE;
1193 op->opt_flags = OPT_SUB;
1212 op->opt_flags = 0;
1219 op->opt_flags = OPT_SUB;
H A Ddisks.c447 dsk_menu[i].opt_flags = OPT_EXIT;
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Dops_cachefs.c169 ca.cfs_options.opt_flags = CFS_WRITE_AROUND | CFS_ACCESS_BACKFS;
/netbsd-6-1-5-RELEASE/usr.sbin/dumpfs/
H A Ddumpfs.c92 #define ISOPT(opt) (opt_flags & (opt))
108 static uint opt_flags; variable
141 opt_flags |= OPT_FLAG(ch);
153 if ((opt_flags & DFLT_CHECK) == 0)
154 opt_flags |= DFLT_OPTS;
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dprint-domain.c364 register u_int i, class, opt_flags = 0; local
398 opt_flags = EXTRACT_16BITS(cp);
537 if (opt_flags & 0x8000)

Completed in 144 milliseconds