Searched refs:authcnt (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sbin/mount_nfs/
H A Dmount_nfs.c979 long auth, authcnt, authfnd = 0; local
996 if (!xdr_long(xdrsp, &authcnt))
998 for (i = 0; i < authcnt; i++) {
1012 if (authcnt == 0 && np->auth == -1)
1014 if (!authfnd && (authcnt > 0 || np->auth != AUTH_SYS))
/freebsd-12-stable/stand/libsa/
H A Dnfs.c197 uint32_t authcnt; member in struct:repl

Completed in 57 milliseconds