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

  /src/usr.sbin/mountd/
mountd.h 45 extern int opt_flags;
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.bin/menuc/
menu_sys.def 313 && (m->opts[opt].opt_flags & OPT_NOSHORT);
557 if (!(m->opts[ch].opt_flags & OPT_IGNORE))
573 if (!(m->opts[ch].opt_flags & OPT_IGNORE))
633 if (m->opts[ch].opt_flags & OPT_IGNORE) {
716 if ((m->opts[m->cursel].opt_flags & OPT_IGNORE) == 0)
754 if (opt->opt_flags & OPT_IGNORE)
756 if (opt->opt_flags & OPT_ENDWIN)
767 if (!(opt->opt_flags & OPT_SUB)) {
783 if (opt->opt_flags & OPT_EXIT)
  /src/usr.sbin/sysinst/
part_edit.c 306 { .opt_flags=OPT_IGNORE }, /* read only "end" */
348 .opt_flags=OPT_SUB },
351 .opt_action = delete_part, .opt_flags = OPT_EXIT },
354 .opt_action = part_rollback, .opt_flags = OPT_EXIT },
359 .opt_flags=OPT_SUB },
362 .opt_action = part_rollback, .opt_flags = OPT_EXIT },
710 m->opts[opt].opt_flags |= OPT_IGNORE; \
712 m->opts[opt].opt_flags &= ~OPT_IGNORE;
844 op->opt_flags = OPT_SUB;
851 op->opt_flags = OPT_IGNORE|OPT_NOSHORT
    [all...]
label.c 333 opts[i].opt_flags = OPT_EXIT;
871 { .opt_flags=OPT_IGNORE },
881 { .opt_menu=MENU_mountoptions, .opt_flags=OPT_SUB },
893 .opt_flags=OPT_SUB },
1094 m->opts[i].opt_flags |= OPT_IGNORE;
1129 m->opts[i].opt_flags &= ~OPT_IGNORE;
1134 && (m->opts[m->cursel].opt_flags & OPT_IGNORE))
1184 if (m->opts[opt].opt_flags & OPT_IGNORE
1459 m->opts[ptn].opt_flags |= OPT_IGNORE;
1461 m->opts[ptn].opt_flags &= ~OPT_IGNORE
    [all...]
bsddisklabel.c 479 m->opt_flags = OPT_IGNORE|OPT_NOSHORT;
485 m->opt_flags = OPT_IGNORE|OPT_NOSHORT;
500 m->opt_flags = OPT_SUB;
837 opt->opt_flags = OPT_EXIT;
843 opt->opt_flags = OPT_EXIT;
849 opt->opt_flags = OPT_EXIT;
855 opt->opt_flags = OPT_EXIT;
863 opt->opt_flags = OPT_EXIT;
partman.c 332 .opt_flags=OPT_EXIT,
402 .opt_flags = OPT_EXIT,
607 { .opt_name=MSG_add, .opt_flags=OPT_EXIT,
609 { .opt_name=MSG_remove, .opt_flags=OPT_EXIT,
782 .opt_flags = OPT_EXIT,
1588 .opt_flags = OPT_EXIT,
1700 { .opt_name=MSG_add, .opt_flags=OPT_EXIT,
1702 { .opt_name=MSG_remove, .opt_flags=OPT_EXIT,
2212 m->opt_flags &= ~OPT_IGNORE;
2214 m->opt_flags |= OPT_IGNORE
    [all...]
disks.c 950 dsk_menu[dno].opt_flags = OPT_EXIT;
961 wedge_menu[wno].opt_flags = OPT_EXIT;
970 dsk_menu[dno].opt_flags = OPT_EXIT;
979 dsk_menu[dno].opt_flags = OPT_EXIT;
986 dsk_menu[dno].opt_flags = OPT_EXIT;
net.c 585 net_menu[i].opt_flags = OPT_EXIT;
menus.mi 129 if ((menu_def[i].opts[j].opt_flags & OPT_SUB)
util.c 656 cd_menu[i].opt_flags = OPT_EXIT;
  /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 45 milliseconds