Home
last modified time | relevance | path

Searched refs:timeo (Results 1 – 24 of 24) sorted by relevance

/onnv-gate/usr/src/uts/common/io/
H A Dl_strplumb.c158 kstr_msg(vnode_t *vp, mblk_t *smp, mblk_t **rmp, timestruc_t *timeo) in kstr_msg() argument
166 if (rmp == NULL && timeo != NULL && in kstr_msg()
167 (timeo->tv_sec != 0 || timeo->tv_nsec != 0)) in kstr_msg()
187 if (timeo != NULL) { in kstr_msg()
188 timout = timeo->tv_sec * 1000 + timeo->tv_nsec / 1000000; in kstr_msg()
/onnv-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dmount.c82 int timeo; /* initial timeout in .1 secs */ member
150 na->timeo = nfsa->timeo; in mount()
/onnv-gate/usr/src/uts/common/nfs/
H A Dmount.h77 int timeo; /* initial timeout in .1 secs */ member
113 int32_t timeo; /* initial timeout in .1 secs */ member
/onnv-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c81 long timeo; /* PCTWSTOP */ member
318 time_t timeo; in pr_control() local
346 timeo = (cmd == PCTWSTOP)? (time_t)argp->timeo : 0; in pr_control()
347 if ((error = pr_wait_stop(pnp, timeo)) != 0) in pr_control()
497 int32_t timeo; /* PCTWSTOP */ member
747 time_t timeo; in pr_control32() local
775 timeo = (cmd == PCTWSTOP)? (time_t)argp->timeo : 0; in pr_control32()
776 if ((error = pr_wait_stop(pnp, timeo)) != 0) in pr_control32()
1092 pr_wait_stop(prnode_t *pnp, time_t timeo) in pr_wait_stop() argument
1102 if (timeo > 0) { /* millisecond timeout */ in pr_wait_stop()
[all …]
/onnv-gate/usr/src/lib/libbc/inc/include/sys/
H A Dmount.h79 int timeo; /* initial timeout in .1 secs */ member
/onnv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_common.c142 if (STRUCT_FGET(args, timeo) <= 0) in nfs4_setopts()
144 mi->mi_timeo = STRUCT_FGET(args, timeo); in nfs4_setopts()
H A Dnfs_common.c507 if (STRUCT_FGET(args, timeo) <= 0) in nfs_setopts()
509 mi->mi_timeo = STRUCT_FGET(args, timeo); in nfs_setopts()
H A Dnfs_subr.c940 int timeo; /* in units of hz */ in rfscall() local
1078 timeo = (mi->mi_timeo * hz) / 10; in rfscall()
1081 timeo = CLNT_SETTIMERS(client, in rfscall()
1102 TICK_TO_TIMEVAL(timeo, &wait); in rfscall()
1229 timeo = backoff(timeo); in rfscall()
1492 int timeo; /* in units of hz */ in aclcall() local
1631 timeo = (mi->mi_timeo * hz) / 10; in aclcall()
1634 timeo = CLNT_SETTIMERS(client, in aclcall()
1655 TICK_TO_TIMEVAL(timeo, &wait); in aclcall()
1817 timeo = backoff(timeo); in aclcall()
H A Dnfs_dlinet.c827 int timeo = DEFAULT_TIMEO; in getfile() local
872 timeo = GETFILE_TIMEO; in getfile()
887 timeo, retries); in getfile()
2099 int timeo, int retries) in mycallrpc() argument
2112 tv.tv_sec = timeo; in mycallrpc()
2592 args->timeo = atoi(val); in init_mountopts()
H A Dnfs4_subr.c1220 int timeo; /* in units of hz */ in nfs4_rfscall() local
1259 timeo = (mi->mi_timeo * hz) / 10; in nfs4_rfscall()
1317 timeo = (MIN(mi->mi_timeo, SHORTWAIT) * hz) / 10; in nfs4_rfscall()
1321 TICK_TO_TIMEVAL(timeo, &wait); in nfs4_rfscall()
1442 timeo = backoff(timeo); in nfs4_rfscall()
H A Dnfs_vfsops.c287 nargs->timeo = STRUCT_FGET(args, timeo); in nfs_copyin()
H A Dnfs3_vfsops.c278 nargs->timeo = STRUCT_FGET(args, timeo); in nfs3_copyin()
H A Dnfs4_vfsops.c492 nargs->timeo = STRUCT_FGET(args, timeo); in nfs4_copyin()
H A Dnfs4_stub_vnops.c2002 nargs->timeo = mi->mi_timeo; in nfs4_trigger_nargs_create()
/onnv-gate/usr/src/lib/fm/libdiskstatus/common/
H A Dds_scsi_uscsi.c1014 static int timeo = -1; in uscsi_timeout() local
1017 if (timeo > 0) in uscsi_timeout()
1018 return (timeo); in uscsi_timeout()
1029 timeo = i; in uscsi_timeout()
/onnv-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_common_transact.c73 uint32_t timeo; in smb_com_transaction() local
80 &timeo, &pscnt, &psoff, &dscnt, &dsoff, &suwcnt); in smb_com_transaction()
105 xa->smb_timeout = timeo; in smb_com_transaction()
272 uint32_t timeo; in smb_com_transaction2() local
278 &mprcnt, &mdrcnt, &msrcnt, &flags, &timeo, &pscnt, &psoff, &dscnt, in smb_com_transaction2()
292 xa->smb_timeout = timeo; in smb_com_transaction2()
H A Dsmb_open_andx.c319 &file_attr, &creation_time, &op->ofun, &op->dsize, &op->timeo); in smb_pre_open_andx()
/onnv-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drds_recv.c459 long timeo; in rdsv3_recvmsg() local
473 timeo = rdsv3_rcvtimeo(sk, nonblock); in rdsv3_recvmsg()
H A Dsend.c946 long timeo = rdsv3_sndtimeo(sk, nonblock); in rdsv3_sendmsg() local
/onnv-gate/usr/src/uts/common/os/
H A Ddriver_lyr.c2172 ldi_getmsg(ldi_handle_t lh, mblk_t **rmp, timestruc_t *timeo) in ldi_getmsg() argument
2188 if (timeo != NULL) { in ldi_getmsg()
2189 timout = timeo->tv_sec * 1000 + timeo->tv_nsec / 1000000; in ldi_getmsg()
/onnv-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1434 uint32_t timeo; member
/onnv-gate/usr/src/cmd/wbem/provider/c/mof/
H A DSolaris_NFS1.0.mof557 "Corresponds to the 'timeo=' mount_nfs option (Solaris 9)."),
926 "Corresponds to the 'timeo=' mount_nfs option (Solaris 9)."),
/onnv-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c1079 if (convert_int(&args->timeo, val) != 0) in set_args()
/onnv-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c2161 if (nopt(&m, MNTOPT_TIMEO, &argp->timeo)) { in nfsmount()