Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/nfs/
H A Dnfs_kerb.c95 nmp->nm_state |= NFSSTA_AUTHERR; in nfs_clientd()
97 nmp->nm_state |= NFSSTA_AUTHERR; in nfs_clientd()
H A Dnfs_syscalls.c1066 if (nmp->nm_state & NFSSTA_AUTHERR) { in nfs_getauth()
1067 nmp->nm_state &= ~NFSSTA_AUTHERR; in nfs_getauth()
H A Dnfs.h189 #define NFSSTA_AUTHERR 0x80000000 /* Authentication error */ macro