Home
last modified time | relevance | path

Searched refs:PUIMNT_NOAUTO (Results 1 – 4 of 4) sorted by relevance

/netbsd/usr.sbin/sysinst/
H A Ddefs.h322 #define PUIMNT_NOAUTO 0x0080 /* "noauto" fstab flag */ macro
H A Dmenus.mi253 edit->pset->infos[edit->index].mountflags ^= PUIMNT_NOAUTO; };
H A Ddisks.c1599 ptn->mountflags & PUIMNT_NOAUTO ? ",noauto" : "", in make_fstab()
H A Dlabel.c1284 if (edit->wanted->mountflags & PUIMNT_NOAUTO) in draw_edit_ptn_line()