Home
last modified time | relevance | path

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

/netbsd/usr.sbin/sysinst/
H A Ddefs.h320 #define PUIMNT_NOSUID 0x0020 /* mount -o nosuid */ macro
H A Dmenus.mi250 edit->pset->infos[edit->index].mountflags ^= PUIMNT_NOSUID; };
H A Ddisks.c1605 ptn->mountflags & PUIMNT_NOSUID ? ",nosuid" : "", in make_fstab()
H A Dlabel.c1280 if (edit->wanted->mountflags & PUIMNT_NOSUID) in draw_edit_ptn_line()