HomeSort by: relevance | last modified time | path
    Searched refs:NFSMNT_HASAUTH (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/nfs/
nfsmount.h 116 #define NFSMNT_HASAUTH 0x00000800 /* Has authenticator */
nfs_iod.c 306 while ((nmp->nm_iflag & NFSMNT_HASAUTH) == 0 && error == 0) {
322 nmp->nm_iflag &= ~NFSMNT_HASAUTH;

Completed in 11 milliseconds