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

/illumos-gate/usr/src/uts/common/nfs/
H A Dmount.h77 int timeo; /* initial timeout in .1 secs */ member in struct:nfs_args
113 int32_t timeo; /* initial timeout in .1 secs */ member in struct:nfs_args32
/illumos-gate/usr/src/uts/common/io/
H A Dl_strplumb.c154 * set). If timeo is NULL the reception will sleep until a message is
158 kstr_msg(vnode_t *vp, mblk_t *smp, mblk_t **rmp, timestruc_t *timeo) argument
166 if (rmp == NULL && timeo != NULL &&
167 (timeo->tv_sec != 0 || timeo->tv_nsec != 0))
187 if (timeo != NULL) {
188 timout = timeo->tv_sec * 1000 + timeo->tv_nsec / 1000000;
/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dmount.c82 int timeo; /* initial timeout in .1 secs */ member in struct:nfsarg
150 na->timeo = nfsa->timeo;
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dmount.h79 int timeo; /* initial timeout in .1 secs */ member in struct:nfs_args
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_common.c145 if (STRUCT_FGET(args, timeo) <= 0)
147 mi->mi_timeo = STRUCT_FGET(args, timeo);
H A Dnfs_common.c503 if (STRUCT_FGET(args, timeo) <= 0)
505 mi->mi_timeo = STRUCT_FGET(args, timeo);
H A Dnfs_subr.c944 int timeo; /* in units of hz */ local
1082 timeo = (mi->mi_timeo * hz) / 10;
1085 timeo = CLNT_SETTIMERS(client,
1106 TICK_TO_TIMEVAL(timeo, &wait);
1233 timeo = backoff(timeo);
1496 int timeo; /* in units of hz */ local
1635 timeo = (mi->mi_timeo * hz) / 10;
1638 timeo = CLNT_SETTIMERS(client,
1659 TICK_TO_TIMEVAL(timeo,
[all...]
H A Dnfs4_subr.c1223 int timeo; /* in units of hz */ local
1262 timeo = (mi->mi_timeo * hz) / 10;
1320 timeo = (MIN(mi->mi_timeo, SHORTWAIT) * hz) / 10;
1324 TICK_TO_TIMEVAL(timeo, &wait);
1445 timeo = backoff(timeo);
H A Dnfs_dlinet.c827 int timeo = DEFAULT_TIMEO; local
872 timeo = GETFILE_TIMEO;
887 timeo, retries);
2099 int timeo, int retries)
2112 tv.tv_sec = timeo;
2588 "nfs_dlboot: invalid option: timeo");
2592 args->timeo = atoi(val);
2096 mycallrpc(struct knetconfig *knconf, struct netbuf *call_addr, rpcprog_t prognum, rpcvers_t versnum, rpcproc_t procnum, xdrproc_t inproc, char *in, xdrproc_t outproc, char *out, int timeo, int retries) argument
H A Dnfs3_vfsops.c278 nargs->timeo = STRUCT_FGET(args, timeo);
H A Dnfs_vfsops.c287 nargs->timeo = STRUCT_FGET(args, timeo);
H A Dnfs4_vfsops.c494 nargs->timeo = STRUCT_FGET(args, timeo);
H A Dnfs4_stub_vnops.c2014 nargs->timeo = mi->mi_timeo;
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c85 long timeo; /* PCTWSTOP */ member in union:__anon142
322 time_t timeo; local
350 timeo = (cmd == PCTWSTOP)? (time_t)argp->timeo : 0;
351 if ((error = pr_wait_stop(pnp, timeo)) != 0)
501 int32_t timeo; /* PCTWSTOP */ member in union:__anon143
751 time_t timeo; local
779 timeo = (cmd == PCTWSTOP)? (time_t)argp->timeo : 0;
780 if ((error = pr_wait_stop(pnp, timeo)) !
1096 pr_wait_stop(prnode_t *pnp, time_t timeo) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_common_transact.c75 uint32_t timeo; local
87 &timeo, &pscnt, &psoff, &dscnt, &dsoff, &suwcnt);
112 xa->smb_timeout = timeo;
304 uint32_t timeo; local
310 &mprcnt, &mdrcnt, &msrcnt, &flags, &timeo, &pscnt, &psoff, &dscnt,
324 xa->smb_timeout = timeo;
H A Dsmb_open_andx.c338 &file_attr, &creation_time, &op->ofun, &alloc_size, &op->timeo);
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drds_recv.c459 long timeo; local
473 timeo = rdsv3_rcvtimeo(sk, nonblock);
H A Dsend.c946 long timeo = rdsv3_sndtimeo(sk, nonblock); local
/illumos-gate/usr/src/lib/fm/libdiskstatus/common/
H A Dds_scsi_uscsi.c1014 static int timeo = -1; local
1017 if (timeo > 0)
1018 return (timeo);
1029 timeo = i;
/illumos-gate/usr/src/uts/common/os/
H A Ddriver_lyr.c2181 ldi_getmsg(ldi_handle_t lh, mblk_t **rmp, timestruc_t *timeo) argument
2197 if (timeo != NULL) {
2198 timout = timeo->tv_sec * 1000 + timeo->tv_nsec / 1000000;
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1460 uint32_t timeo; member in struct:open_param
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c1079 if (convert_int(&args->timeo, val) != 0)
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c2109 if (nopt(&m, MNTOPT_TIMEO, &argp->timeo)) {

Completed in 159 milliseconds