Searched refs:timeo (Results 1 - 25 of 53) sorted by relevance

123

/netbsd-current/sys/arch/hpcmips/stand/lcboot/
H A Dif_cs.c113 int timeo; local
115 for (timeo = MAXLOOP; timeo > 0; timeo--) {
120 if (timeo == 0)
125 for (timeo = MAXLOOP; timeo > 0; timeo--) {
130 if (timeo == 0)
234 int timeo; local
[all...]
/netbsd-current/external/bsd/am-utils/dist/include/
H A Dnfs_common.h41 u_long timeo; member in struct:nfs_common_args
84 nap->timeo = a.timeo; \
97 a.timeo = nap->timeo; \
/netbsd-current/sys/fs/nfs/client/
H A Dnfs_clsubs.c184 int timeo, mustflush; local
192 timeo = (time_second - np->n_mtime.tv_sec) / 10;
196 printf("ncl_getattrcache: initial timeo = %d\n", timeo);
200 if ((np->n_flag & NMODIFIED) || timeo < nmp->nm_acdirmin)
201 timeo = nmp->nm_acdirmin;
202 else if (timeo > nmp->nm_acdirmax)
203 timeo = nmp->nm_acdirmax;
205 if ((np->n_flag & NMODIFIED) || timeo < nmp->nm_acregmin)
206 timeo
[all...]
/netbsd-current/sys/fs/nfs/common/
H A Dnfsdiskless.h87 int timeo; /* initial timeout in .1 secs */ member in struct:onfs_args
H A Dnfs_commonport.c259 int error, timeo; local
262 timeo = hz * ts->tv_sec;
266 timeo += (int)nsecval;
268 timeo = 0;
270 error = msleep(chan, (struct mtx *)mutex, prio, wmesg, timeo);
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Dinfo_exec.c68 struct timeval timeo; local
99 timeo.tv_usec = 0;
102 timeo.tv_sec = 0;
104 timeo.tv_sec = secs - now;
115 rval = select(rdfd+1, &fds, NULL, NULL, &timeo);
/netbsd-current/external/bsd/am-utils/dist/conf/mount/
H A Dmount_aix3.c139 v2args.timeo = v3args->timeo;
166 v3args_bis.timeo = v3args->timeo;
H A Dmount_aix.c133 v2args.timeo = v3args->timeo;
/netbsd-current/usr.sbin/rpc.lockd/
H A Dlock_proc.c269 struct timeval timeo; local
273 timeo.tv_sec = 0; /* No timeout - not expecting response */
274 timeo.tv_usec = 0;
277 result, xdr_void, &dummy, timeo);
297 struct timeval timeo; local
301 timeo.tv_sec = 0; /* No timeout - not expecting response */
302 timeo.tv_usec = 0;
305 result, xdr_void, &dummy, timeo);
399 struct timeval timeo; local
429 timeo
844 struct timeval timeo; local
[all...]
H A Dlockd_lock.c615 struct timeval timeo; local
632 timeo.tv_sec = 0;
633 timeo.tv_usec = (fl->flags & LOCK_ASYNC) ? 0 : 500000; /* 0.5s */
650 xdr_nlm4_testargs, &result, xdr_void, &dummy, timeo);
654 &retval4, timeo);
674 xdr_nlm_testargs, &result, xdr_void, &dummy, timeo);
678 &retval, timeo);
/netbsd-current/sys/nfs/
H A Dnfs_clntsubs.c534 time_t timeo; local
542 timeo = (time_second - np->n_mtime.tv_sec) / 10;
543 timeo = uimax(timeo, NFS_MINATTRTIMO);
544 timeo = uimin(timeo, NFS_MAXATTRTIMO);
545 return timeo;
H A Dnfsmount.h64 int timeo; /* initial timeout in .1 secs */ member in struct:nfs_args
98 "b\00soft\0b\01wsize\0b\02rsize\0b\03timeo\0" \
H A Dnfs_socket.c759 int timeo; local
778 timeo = nmp->nm_timeo;
780 timeo = NFS_RTO(nmp, nfs_proct[rep->r_procnum]);
782 timeo *= nfs_backoff[nmp->nm_timeouts - 1];
783 if (timeo > NFS_MAXTIMEO)
784 timeo = NFS_MAXTIMEO;
785 if (rep->r_rtt <= timeo)
/netbsd-current/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_aix4_3.h234 int timeo; /* initial timeout in .1 secs */ member in struct:aix4_nfs_args
257 unsigned long timeo; /* timeo */
286 unsigned long timeo; /* timeo */ member in struct:aix4_nfs_args_bis
H A Dnfs_prot_linux.h249 int timeo; /* 1 */ member in struct:nfs_args
277 int timeo; /* 1 */ member in struct:nfs4_args
H A Dnfs_prot_aix4_2.h234 unsigned long timeo; /* timeo */ member in struct:aix4_nfs_args
/netbsd-current/lib/libc/gen/
H A Drandomid.c257 randomid_new(int bits, long timeo) argument
262 if (timeo < RANDOMID_TIMEO_MIN) {
284 ctx->ru_out = timeo;
/netbsd-current/sys/arch/emips/stand/common/
H A Denic.c119 enic_getpkt(struct _Enic *regs, void *buf, int bytes, int timeo) argument
130 timeo += getsecs();
169 if (getsecs() >= timeo) {
/netbsd-current/sys/rump/librump/rumpkern/
H A Demul.c139 kpause(const char *wmesg, bool intr, int timeo, kmutex_t *mtx) argument
148 sec = timeo / hz;
149 nsec = (timeo % hz) * (1000000000 / hz);
/netbsd-current/sys/arch/sgimips/stand/common/
H A Diris_scsi.c46 #define SBIC_WAIT(regs, until, timeo) wd33c93_wait(regs, until, timeo)
138 wd33c93_wait(struct wd33c93_softc *sc, uint8_t until, int timeo) argument
142 if (timeo == 0)
144 timeo = 1000000;
149 if (timeo-- == 0) {
/netbsd-current/sys/compat/ultrix/
H A Dultrix_fs.c321 int timeo; /* initial timeout in .1 secs */ member in struct:ultrix_nfs_args
395 na.timeo = una.timeo;
/netbsd-current/sys/compat/sunos/
H A Dsunos.h32 int timeo; /* initial timeout in .1 secs */ member in struct:sunos_nfs_args
/netbsd-current/sbin/mount_nfs/
H A Dmount_nfs.c132 { "timeo", 0, ALTF_TIMEO, 1 },
149 .timeo = 10,
365 nfsargsp->timeo =
366 (int)getmntoptnum(mp, "timeo");
397 nfsargsp->timeo = getnum(optarg, c);
490 "flags=%s, wsize=%d, rsize=%d, readdirsize=%d, timeo=%d, "
500 nfsargsp->timeo,
/netbsd-current/sys/arch/amiga/dev/
H A Dsci.c372 register int timeo = 2500; local
389 if (--timeo > 0) {
395 if (timeo) {
/netbsd-current/sys/compat/linux/arch/alpha/
H A Dlinux_osf1.h170 osf1_int timeo; member in struct:osf1_nfs_args

Completed in 501 milliseconds

123