Home
last modified time | relevance | path

Searched refs:MNT2_GEN_OPT_NOSUID (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/amd/include/
H A Dam_compat.h227 #if defined(MNT2_GEN_OPT_NOSUID) && !defined(MNTTAB_OPT_NOSUID)
/freebsd-12.1/usr.sbin/amd/include/
H A Dconfig.h1620 #define MNT2_GEN_OPT_NOSUID 0x8 macro
/freebsd-12.1/contrib/amd/libamu/
H A Dmount_fs.c93 #if defined(MNT2_GEN_OPT_NOSUID) && defined(MNTTAB_OPT_NOSUID)
94 {MNTTAB_OPT_NOSUID, MNT2_GEN_OPT_NOSUID},