Searched refs:tmout (Results 1 - 7 of 7) sorted by relevance

/osnet-11/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);
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dclnt_generic.c293 const struct timeval *tmout)
322 if (tmout == NULL) {
326 to = *tmout;
290 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
/osnet-11/usr/src/lib/libshell/common/include/
H A Ddefs.h90 int32_t tmout; /* value for TMOUT */ member in struct:sh_scoped
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dread.c66 long timeout = 1000*shp->st.tmout;
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dmain.c538 shp->timeout = shp->st.tmout;
H A Dinit.c1349 shp->st.tmout = SHOPT_TIMEOUT;
1822 (TMOUTNOD)->nvalue.lp = (&shp->st.tmout);
H A Dxec.c2073 shp->exitval=sh_readline(shp,&nullptr,0,1,1000*shp->st.tmout);

Completed in 59 milliseconds