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

  /src/sys/nfs/
nfsmount.h 115 #define NFSMNT_WAITAUTH 0x00000400 /* Wait for authentication */
nfs_iod.c 285 while ((nmp->nm_iflag & NFSMNT_WAITAUTH) == 0) {
295 nmp->nm_iflag &= ~(NFSMNT_WAITAUTH | NFSMNT_WANTAUTH);
323 nmp->nm_iflag |= NFSMNT_WAITAUTH;

Completed in 12 milliseconds