Home
last modified time | relevance | path

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

/freebsd-12.1/sys/nfs/
H A Dbootp_subr.c1810 int authcount; in md_mount() local
1872 if (xdr_int_decode(&m, &authcount) != 0) in md_mount()
1875 if (authcount < 0 || authcount > 100) in md_mount()
1877 while (authcount > 0) { in md_mount()
1882 authcount--; in md_mount()