Home
last modified time | relevance | path

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

/netbsd/usr.sbin/sysinst/
H A Ddefs.h319 #define PUIMNT_NOEXEC 0x0010 /* mount -o noexec */ macro
H A Dmenus.mi247 edit->pset->infos[edit->index].mountflags ^= PUIMNT_NOEXEC; };
H A Ddisks.c1604 ptn->mountflags & PUIMNT_NOEXEC ? ",noexec" : "", in make_fstab()
H A Dlabel.c1278 if (edit->wanted->mountflags & PUIMNT_NOEXEC) in draw_edit_ptn_line()