Searched refs:MNTTAB_OPT_PROTO (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/amd/include/
H A Dam_compat.h434 # ifndef MNTTAB_OPT_PROTO
435 # define MNTTAB_OPT_PROTO "proto" macro
436 # endif /* not MNTTAB_OPT_PROTO */
/freebsd-12-stable/contrib/amd/amd/
H A Dsrvr_nfs.c98 #if defined(MNTTAB_OPT_PROTO) || defined(HAVE_FS_NFS3)
109 #endif /* defined(MNTTAB_OPT_PROTO) || defined(HAVE_FS_NFS3) */
733 #ifdef MNTTAB_OPT_PROTO
735 char *proto_opt = hasmnteq(&mnt, MNTTAB_OPT_PROTO);
748 #endif /* MNTTAB_OPT_PROTO */
855 #if defined(MNTTAB_OPT_PROTO) || defined(HAVE_FS_NFS3) || defined(HAVE_FS_NFS4)
857 #else /* not defined(MNTTAB_OPT_PROTO) || defined(HAVE_FS_NFS3) || defined(HAVE_FS_NFS4) */
859 #endif /* not defined(MNTTAB_OPT_PROTO) || defined(HAVE_FS_NFS3) || defined(HAVE_FS_NFS4) */
875 #ifdef MNTTAB_OPT_PROTO
890 #endif /* MNTTAB_OPT_PROTO */
[all...]
/freebsd-12-stable/contrib/amd/libamu/
H A Dmount_fs.c309 # ifdef MNTTAB_OPT_PROTO
314 if (nfs_proto && !amu_hasmntopt(mnt, MNTTAB_OPT_PROTO)) {
316 xsnprintf(optsbuf, sizeof(optsbuf), "%s=%s", MNTTAB_OPT_PROTO, nfs_proto);
319 # endif /* MNTTAB_OPT_PROTO */

Completed in 98 milliseconds