Home
last modified time | relevance | path

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

/freebsd/sys/nfs/
H A Dbootp_subr.c1755 int authcount; in md_mount() local
1817 if (xdr_int_decode(&m, &authcount) != 0) in md_mount()
1820 if (authcount < 0 || authcount > 100) in md_mount()
1822 while (authcount > 0) { in md_mount()
1827 authcount--; in md_mount()