Home
last modified time | relevance | path

Searched refs:MTAB_TYPE_NFS (Results 1 – 8 of 8) sorted by relevance

/original-bsd/usr.sbin/amd/config/
H A Dos-irix3.h85 #undef MTAB_TYPE_NFS
86 #define MTAB_TYPE_NFS "nfs" macro
H A Dos-irix.h59 #undef MTAB_TYPE_NFS
60 #define MTAB_TYPE_NFS "nfs" macro
H A Dos-irix4.h88 #undef MTAB_TYPE_NFS
89 #define MTAB_TYPE_NFS "nfs" macro
H A Dos-defaults.h60 #define MTAB_TYPE_NFS "nfs" macro
H A Dmtab_bsd.c37 case MOUNT_NFS: ty = MTAB_TYPE_NFS; break;
H A Dmtab_aix.c37 ty = MTAB_TYPE_NFS;
/original-bsd/usr.sbin/amd/amd/
H A Drestart.c53 } else if (STREQ(me->mnt_type, MTAB_TYPE_NFS)) { in restart()
H A Dnfs_ops.c489 mnt.mnt_type = MTAB_TYPE_NFS;