Searched defs:tmout (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/ |
H A D | nfsmapid.c | 119 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 D | clnt_generic.c | 296 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 D | defs.h | 90 int32_t tmout; /* value for TMOUT */ member in struct:sh_scoped
|
/illumos-gate/usr/src/lib/libipmi/common/ |
H A D | ipmi_lan.c | 191 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 D | vioblk.c | 326 clock_t tmout; local 332 tmout = drv_usectohz(30000000); 340 tmout -= 10; 349 tmout = drv_usectohz(30000000); 356 tmout -= 10;
|
Completed in 66 milliseconds