HomeSort by: relevance | last modified time | path
    Searched refs:timeo (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/sys/arch/hpcmips/stand/lcboot/
if_cs.c 113 int timeo; local in function:cs_get_eeprom
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 in function:cs_put
    [all...]
  /src/sys/fs/nfs/client/
nfs_clsubs.c 184 int timeo, mustflush; local in function:ncl_getattrcache
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 = nmp->nm_acregmin
    [all...]
nfs_clvfsops.c 246 args->timeo = oargs->timeo;
617 if ((argp->flags & NFSMNT_TIMEO) && argp->timeo > 0) {
618 nmp->nm_timeo = (argp->timeo * NFS_HZ + 5) / 10;
739 "resvport", "readahead", "hostname", "timeo", "timeout", "addr", "fh",
866 .timeo = 10,
1108 if (vfs_getopt(mp->mnt_optnew, "timeo", (void **)&opt, NULL) == 0) {
1109 ret = sscanf(opt, "%d", &args.timeo);
1110 if (ret != 1 || args.timeo <= 0) {
1111 vfs_mount_error(mp, "illegal timeo: %s"
    [all...]
  /src/sys/fs/nfs/common/
nfsdiskless.h 87 int timeo; /* initial timeout in .1 secs */ member in struct:onfs_args
nfs_commonport.c 259 int error, timeo; local in function:nfsmsleep
262 timeo = hz * ts->tv_sec;
266 timeo += (int)nsecval;
268 timeo = 0;
270 error = msleep(chan, (struct mtx *)mutex, prio, wmesg, timeo);
nfs_commonkrpc.c 489 int freeslot, timeo; local in function:newnfs_request
723 timeo = nmp->nm_retry * nmp->nm_timeo / 2;
724 if (timeo < 1)
725 timeo = 1;
726 timo.tv_sec = timeo / NFS_HZ;
727 timo.tv_usec = (timeo % NFS_HZ) * 1000000 /
  /src/usr.sbin/rpc.lockd/
lock_proc.c 269 struct timeval timeo; local in function:transmit_result
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 in function:transmit4_result
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 in function:nlm_test_msg_1_svc
429 timeo.tv_sec = 0; /* No timeout - not expecting response *
844 struct timeval timeo; local in function:nlm4_test_msg_4_svc
    [all...]
lockd_lock.c 615 struct timeval timeo; local in function:send_granted
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);
  /src/sys/nfs/
nfs_clntsubs.c 534 time_t timeo; local in function:nfs_attrtimeo
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;
nfsmount.h 63 int timeo; /* initial timeout in .1 secs */ member in struct:nfs_args
97 "b\00soft\0b\01wsize\0b\02rsize\0b\03timeo\0" \
nfs_socket.c 759 int timeo; local in function:nfs_timer
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)
nfs_clntsocket.c 976 int timeo = 0; local in function:nfs_sndlock
981 timeo = nmp->nm_retry * nmp->nm_timeo;
984 timeo = hz;
1000 &nmp->nm_lock, timeo);
1003 &nmp->nm_lock, timeo);
1016 timeo = 2 * hz;
  /src/lib/libc/gen/
randomid.c 257 randomid_new(int bits, long timeo)
262 if (timeo < RANDOMID_TIMEO_MIN) {
284 ctx->ru_out = timeo;
  /src/sys/arch/emips/stand/common/
enic.c 119 enic_getpkt(struct _Enic *regs, void *buf, int bytes, int timeo)
130 timeo += getsecs();
169 if (getsecs() >= timeo) {
  /src/sys/rump/librump/rumpkern/
emul.c 139 kpause(const char *wmesg, bool intr, int timeo, kmutex_t *mtx)
148 sec = timeo / hz;
149 nsec = (timeo % hz) * (1000000000 / hz);
  /src/sys/arch/sgimips/stand/common/
iris_scsi.c 46 #define SBIC_WAIT(regs, until, timeo) wd33c93_wait(regs, until, timeo)
138 wd33c93_wait(struct wd33c93_softc *sc, uint8_t until, int timeo)
142 if (timeo == 0)
144 timeo = 1000000;
149 if (timeo-- == 0) {
  /src/sys/compat/ultrix/
ultrix_fs.c 321 int timeo; /* initial timeout in .1 secs */ member in struct:ultrix_nfs_args
395 na.timeo = una.timeo;
  /src/sys/compat/sunos/
sunos.h 32 int timeo; /* initial timeout in .1 secs */ member in struct:sunos_nfs_args
  /src/sbin/mount_nfs/
mount_nfs.c 132 { "timeo", 0, ALTF_TIMEO, 1 },
149 .timeo = 10,
365 nfsargsp->timeo =
366 (int)getmntoptnum(mp, "timeo");
397 nfsargsp->timeo = getnum(optarg, c);
489 "flags=%s, wsize=%d, rsize=%d, readdirsize=%d, timeo=%d, "
499 nfsargsp->timeo,
  /src/sys/arch/amiga/dev/
sci.c 372 register int timeo = 2500; local in function:sciselectbus
389 if (--timeo > 0) {
395 if (timeo) {
  /src/sys/compat/linux/arch/alpha/
linux_osf1.h 170 osf1_int timeo; member in struct:osf1_nfs_args
  /src/sys/arch/arm/sunxi/
sunxi_nand.c 195 struct bintime timeo, epsilon; local in function:sunxi_nand_wait_intr
206 timeo = ms2bintime(1000);
211 error = cv_timedwaitbt(&sc->sc_cv, &sc->sc_lock, &timeo,
  /src/sys/arch/arm/rockchip/
rk_i2c.c 169 u_int timeo = 100000; local in function:rk_i2c_wait
178 } while (--timeo > 0);
  /src/sys/kern/
uipc_sem.c 938 int fd, error, timeo; local in function:do_ksem_wait
950 &timeo, NULL);
954 timeo = 0;
957 &ks->ks_lock, timeo);
  /src/sys/dev/ic/
wd33c93.c 116 #define SBIC_WAIT(regs, until, timeo) wd33c93_wait(regs, until, timeo, __LINE__)
873 wd33c93_wait(struct wd33c93_softc *sc, u_char until, int timeo, int line)
877 if (timeo == 0)
878 timeo = 1000000; /* some large value.. */
881 if (timeo-- == 0) {
884 printf("wd33c93_wait: TIMEO @%d with asr=x%x csr=x%x\n",

Completed in 52 milliseconds

1 2