Searched refs:tmout (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/cmd/fs.d/nfs/nfsmapid/ |
H A D | nfsmapid.c | 119 struct timespec tmout; in sig_handler() local 122 tmout.tv_nsec = 0; in sig_handler() 132 tmout.tv_sec = nfscfg_domain_tmout; in sig_handler() 133 if ((ret = sigtimedwait(&sigset, &si, &tmout)) != 0) { in sig_handler()
|
/titanic_50/usr/src/lib/libipmi/common/ |
H A D | ipmi_lan.c | 191 struct timeval tmout; in ipmi_lan_recv_packet() local 201 tmout.tv_sec = ilp->il_timeout; in ipmi_lan_recv_packet() 202 tmout.tv_usec = 0; in ipmi_lan_recv_packet() 204 ret = select(ilp->il_sd + 1, &read_set, NULL, &err_set, &tmout); in ipmi_lan_recv_packet() 229 tmout.tv_sec = ilp->il_timeout; in ipmi_lan_recv_packet() 230 tmout.tv_usec = 0; in ipmi_lan_recv_packet() 232 ret = select(ilp->il_sd + 1, &read_set, NULL, &err_set, &tmout); in ipmi_lan_recv_packet()
|
/titanic_50/usr/src/uts/common/sys/usb/clients/usbser/ |
H A D | usbser_var.h | 390 #define USBSER_DS_FIFO_DRAIN(pp, tmout) \ argument 391 pp->port_ds_ops->ds_fifo_drain(pp->port_ds_hdl, pp->port_num, tmout)
|
/titanic_50/usr/src/uts/common/io/vioblk/ |
H A D | vioblk.c | 326 clock_t tmout; in vioblk_rw_poll() local 332 tmout = drv_usectohz(30000000); in vioblk_rw_poll() 340 tmout -= 10; in vioblk_rw_poll() 349 tmout = drv_usectohz(30000000); in vioblk_rw_poll() 356 tmout -= 10; in vioblk_rw_poll()
|
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | clnt_generic.c | 296 const struct timeval *tmout) in clnt_create_service_timed() argument 325 if (tmout == NULL) { in clnt_create_service_timed() 329 to = *tmout; in clnt_create_service_timed()
|
/titanic_50/usr/src/lib/libshell/common/include/ |
H A D | defs.h | 90 int32_t tmout; /* value for TMOUT */ member
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | main.c | 530 shp->timeout = shp->st.tmout; in exfile()
|
H A D | init.c | 1189 shp->st.tmout = SHOPT_TIMEOUT; in sh_init() 1628 (TMOUTNOD)->nvalue.lp = (&shp->st.tmout); in nv_init()
|
H A D | xec.c | 1636 shp->exitval=sh_readline(shp,&nullptr,0,1,1000*shp->st.tmout); in sh_exec()
|
/titanic_50/usr/src/lib/libshell/common/bltins/ |
H A D | read.c | 66 long timeout = 1000*shp->st.tmout; in b_read()
|