Home
last modified time | relevance | path

Searched refs:rtout_id (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu_ioctl_uwp.c132 timeout_id_t rtout_id; in oplmsu_uwioctl_ipunlink() local
282 rtout_id = lpath->rtout_id; in oplmsu_uwioctl_ipunlink()
284 lpath->rtout_id = 0; in oplmsu_uwioctl_ipunlink()
300 if (rtout_id != 0) { in oplmsu_uwioctl_ipunlink()
301 (void) untimeout(rtout_id); in oplmsu_uwioctl_ipunlink()
H A Doplmsu_cmn_func.c787 if (lpath->rtout_id != 0) { in oplmsu_cmn_bufcall()
792 lpath->rtout_id = timeout(oplmsu_cmn_bufcb, in oplmsu_cmn_bufcall()
1058 if ((lpath->rbuf_id == 0) && (lpath->rtout_id == 0)) { in oplmsu_cmn_bufcb()
1069 lpath->rtout_id = 0; in oplmsu_cmn_bufcb()
H A Doplmsu.c443 if (lpath->rtout_id) { in oplmsu_detach()
444 (void) untimeout(lpath->rtout_id); in oplmsu_detach()
/illumos-gate/usr/src/uts/sun4u/opl/sys/oplmsu/
H A Doplmsu.h231 timeout_id_t rtout_id; member