Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfs4_subs.c626 int error = 0, secmax, seccount, srvcount; in nfsm_chain_get_secinfo() local
635 secmax = *seccountp; in nfsm_chain_get_secinfo()
639 while (!error && (srvcount > 0) && (seccount < secmax)) { in nfsm_chain_get_secinfo()