Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h121 #define M_NONE 0x40 /* none list is defined */ macro
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c1249 if ((perm & (M_ROOT | M_NONE | M_MAP)) == 0) { in nfsauth4_secinfo_access()
1354 if ((perm & (M_ROOT | M_NONE | M_MAP)) == 0 && (ngroups_max <= NGRPS || in nfsauth_access()
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c1208 sp->s_flags |= M_NONE; in fill_security_from_secopts()
1305 if (sp->s_flags & M_NONE) (void) printf("M_NONE "); in printarg()