Searched defs:tmout (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/
H A Dnfsmapid.c119 struct timespec tmout; local
122 tmout.tv_nsec = 0;
132 tmout.tv_sec = nfscfg_domain_tmout;
133 if ((ret = sigtimedwait(&sigset, &si, &tmout)) != 0) {
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_generic.c296 const struct timeval *tmout)
325 if (tmout == NULL) {
329 to = *tmout;
293 clnt_create_service_timed(const char *host, const char *service, const rpcprog_t prog, const rpcvers_t vers, const ushort_t port, const char *netclass, const struct timeval *tmout) argument
/illumos-gate/usr/src/lib/libshell/common/include/
H A Ddefs.h90 int32_t tmout; /* value for TMOUT */ member in struct:sh_scoped
/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_lan.c191 struct timeval tmout; local
201 tmout.tv_sec = ilp->il_timeout;
202 tmout.tv_usec = 0;
204 ret = select(ilp->il_sd + 1, &read_set, NULL, &err_set, &tmout);
229 tmout.tv_sec = ilp->il_timeout;
230 tmout.tv_usec = 0;
232 ret = select(ilp->il_sd + 1, &read_set, NULL, &err_set, &tmout);
/illumos-gate/usr/src/uts/common/io/vioblk/
H A Dvioblk.c326 clock_t tmout; local
332 tmout = drv_usectohz(30000000);
340 tmout -= 10;
349 tmout = drv_usectohz(30000000);
356 tmout -= 10;

Completed in 69 milliseconds