Home
last modified time | relevance | path

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

/titanic_41/usr/src/stand/lib/fs/nfs/
H A Dmount.c144 int resp_wait; in nfsmountroot() local
152 resp_wait = 16; in nfsmountroot()
157 xdr_fhstatus, (caddr_t)&(root_tmp), rexmit, resp_wait, in nfsmountroot()
163 rexmit = resp_wait; in nfsmountroot()
164 resp_wait = 0; /* use default wait time. */ in nfsmountroot()
320 int resp_wait; in nfs3mountroot() local
328 resp_wait = 16; in nfs3mountroot()
338 xdr_mountres3, (caddr_t)&res3, rexmit, resp_wait, in nfs3mountroot()
347 rexmit = resp_wait; in nfs3mountroot()
348 resp_wait = 0; /* use default wait time. */ in nfs3mountroot()
H A Dbootparams.c86 int resp_wait; /* secs to wait for resp */ in whoami() local
112 resp_wait = 16; in whoami()
133 xdr_bp_whoami_res, (caddr_t)&bp, rexmit, resp_wait, in whoami()
144 rexmit = resp_wait; in whoami()
145 resp_wait = 0; /* go to default wait now. */ in whoami()