Home
last modified time | relevance | path

Searched refs:sl_bufcid (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun/io/
H A Dzs_hdlc.c300 if (zss->sl_bufcid == 0) { \
304 zss->sl_bufcid = bufcall(zss->sl_mru, \
644 bufcall_id_t sl_bufcid; in zsh_close() local
687 if ((sl_bufcid = zss->sl_bufcid) != 0) in zsh_close()
688 zss->sl_bufcid = 0; in zsh_close()
785 if (sl_bufcid) in zsh_close()
786 unbufcall(sl_bufcid); in zsh_close()
2292 if (zss->sl_bufcid) { in zsh_callback()
2293 zss->sl_bufcid = 0; in zsh_callback()
/illumos-gate/usr/src/uts/common/sys/
H A Dser_sync.h208 bufcall_id_t sl_bufcid; /* pending bufcall ID */ member