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

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dser_sync.h210 bufcall_id_t sl_bufcid; /* pending bufcall ID */ member in struct:syncline
/opensolaris-onvv-gate/usr/src/uts/sun/io/
H A Dzs_hdlc.c301 if (zss->sl_bufcid == 0) { \
305 zss->sl_bufcid = bufcall(zss->sl_mru, \
646 bufcall_id_t sl_bufcid; local
689 if ((sl_bufcid = zss->sl_bufcid) != 0)
690 zss->sl_bufcid = 0;
787 if (sl_bufcid)
788 unbufcall(sl_bufcid);
2293 if (zss->sl_bufcid) {
2294 zss->sl_bufcid
[all...]

Completed in 204 milliseconds