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

/illumos-gate/usr/src/cmd/fm/modules/common/event-transport/
H A Detm.c122 static hrtime_t Rw_timeout; /* Time allowed for I/O operation */ variable
385 if ((etm_xport_write(hdl, mp->epm_oconn, Rw_timeout, hbuf,
394 if ((etm_xport_read(hdl, mp->epm_oconn, Rw_timeout, hbuf,
423 if ((etm_xport_write(hdl, mp->epm_oconn, Rw_timeout, hbuf,
464 (void) etm_xport_write(hdl, mp->epm_oconn, Rw_timeout, hbuf, hdrlen);
642 if ((etm_xport_read(hdl, conn, Rw_timeout, hbuf, hdrlen)) != hdrlen) {
666 if ((etm_xport_write(hdl, conn, Rw_timeout, hbuf,
691 if ((etm_xport_write(hdl, conn, Rw_timeout, hbuf,
769 if ((etm_xport_write(hdl, conn, Rw_timeout, hbuf,
784 if (etm_xport_read(hdl, conn, Rw_timeout, bu
[all...]

Completed in 62 milliseconds