Searched refs:resp_wait (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | mount.c | 142 int resp_wait; in nfsmountroot() local 150 resp_wait = 16; in nfsmountroot() 155 xdr_fhstatus, (caddr_t)&(root_tmp), rexmit, resp_wait, in nfsmountroot() 161 rexmit = resp_wait; in nfsmountroot() 162 resp_wait = 0; /* use default wait time. */ in nfsmountroot() 318 int resp_wait; in nfs3mountroot() local 326 resp_wait = 16; in nfs3mountroot() 336 xdr_mountres3, (caddr_t)&res3, rexmit, resp_wait, in nfs3mountroot() 345 rexmit = resp_wait; in nfs3mountroot() 346 resp_wait = 0; /* use default wait time. */ in nfs3mountroot()
|
H A D | bootparams.c | 84 int resp_wait; /* secs to wait for resp */ in whoami() local 110 resp_wait = 16; in whoami() 131 xdr_bp_whoami_res, (caddr_t)&bp, rexmit, resp_wait, in whoami() 142 rexmit = resp_wait; in whoami() 143 resp_wait = 0; /* go to default wait now. */ in whoami()
|