HomeSort by: relevance | last modified time | path
    Searched defs:authcount (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/fs/nfs/common/
bootp_subr.c 1816 int authcount; local in function:md_mount
1878 if (xdr_int_decode(&m, &authcount) != 0)
1881 if (authcount < 0 || authcount > 100)
1883 while (authcount > 0) {
1888 authcount--;

Completed in 12 milliseconds