Home
last modified time | relevance | path

Searched defs:asyncline (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/sun/sys/
H A Dser_async.h141 struct asyncline { struct
142 int za_flags; /* random flags */
143 kcondvar_t za_flags_cv; /* condition variable for flags */
144 dev_t za_dev; /* device major/minor numbers */
145 mblk_t *za_xmitblk; /* transmit: active msg block */
146 mblk_t *za_rcvblk; /* receive: active msg block */
147 struct zscom *za_common; /* device common data */
148 tty_common_t za_ttycommon; /* tty driver common data */
149 bufcall_id_t za_wbufcid; /* id of pending write-side bufcall */
150 timeout_id_t za_polltid; /* softint poll timeout id */
[all …]
/titanic_44/usr/src/uts/common/xen/io/
H A Dxencons.h141 struct asyncline { struct
142 int async_flags; /* random flags */
143 kcondvar_t async_flags_cv; /* condition variable for flags */
144 dev_t async_dev; /* device major/minor numbers */
145 mblk_t *async_xmitblk; /* transmit: active msg block */
146 struct xencons *async_common; /* device common data */
147 tty_common_t async_ttycommon; /* tty driver common data */
148 bufcall_id_t async_wbufcid; /* id for pending write-side bufcall */
149 timeout_id_t async_polltid; /* softint poll timeout id */
150 timeout_id_t async_dtrtid; /* delaying DTR turn on */
[all …]
/titanic_44/usr/src/uts/common/sys/
H A Dasy.h310 struct asyncline { struct
311 int async_flags; /* random flags */
312 kcondvar_t async_flags_cv; /* condition variable for flags */
313 kcondvar_t async_ops_cv; /* condition variable for async_ops */
314 dev_t async_dev; /* device major/minor numbers */
315 mblk_t *async_xmitblk; /* transmit: active msg block */
316 struct asycom *async_common; /* device common data */
317 tty_common_t async_ttycommon; /* tty driver common data */
318 bufcall_id_t async_wbufcid; /* id for pending write-side bufcall */
319 size_t async_wbufcds; /* Buffer size requested in bufcall */
[all …]
/titanic_44/usr/src/uts/sun4/sys/
H A Dsudev.h282 struct asyncline { struct
283 int async_flags; /* random flags */
284 kcondvar_t async_flags_cv; /* condition variable for flags */
285 dev_t async_dev; /* device major/minor numbers */
286 mblk_t *async_xmitblk; /* transmit: active msg block */
287 struct asycom *async_common; /* device common data */
288 tty_common_t async_ttycommon; /* tty driver common data */
289 bufcall_id_t async_wbufcid; /* id for pending write-side bufcall */
290 timeout_id_t async_polltid; /* softint poll timeout id */
297 uchar_t *async_optr; /* output pointer */
[all …]