Searched refs:asyncline (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | su_driver.c | 109 static void async_ioctl(struct asyncline *async, queue_t *q, mblk_t *mp, 114 static void async_start(struct asyncline *async); 115 static void async_nstart(struct asyncline *async, int mode); 116 static void async_resume(struct asyncline *async); 308 status = ddi_soft_state_init(&su_asyncline, sizeof (struct asyncline), in _init() 387 struct asyncline *async; in asydetach() 393 async = (struct asyncline *)ddi_get_soft_state(su_asyncline, instance); in asydetach() 478 struct asyncline *async; in asyattach() 513 struct asyncline *async; in asyattach() 527 async = (struct asyncline *)asy->asy_priv; in asyattach() [all …]
|
/illumos-gate/usr/src/uts/sun/io/ |
H A D | zs_async.c | 541 static void zsa_ioctl(struct asyncline *za, queue_t *q, mblk_t *mp); 542 static void zsa_program(struct asyncline *za, int setibaud); 546 static void zsa_set_za_rcv_flags_mask(struct asyncline *za); 719 struct asyncline *za; in zsa_open() 746 za = (struct asyncline *)&zs->zs_priv_str; in zsa_open() 915 struct asyncline *za = arg; in zs_progress_check() 968 struct asyncline *za; in zsa_close() 1163 bzero(za, sizeof (struct asyncline)); in zsa_close() 1207 struct asyncline *za; in zsa_wput() 1214 za = (struct asyncline *)q->q_ptr; in zsa_wput() [all …]
|
/illumos-gate/usr/src/uts/common/xen/io/ |
H A D | xencons.c | 131 static void xcasync_ioctl(struct asyncline *, queue_t *, mblk_t *); 133 static void xcasync_start(struct asyncline *); 345 xcp->priv = kmem_zalloc(sizeof (struct asyncline), KM_SLEEP); in xenconsattach() 409 kmem_free(xcp->priv, sizeof (struct asyncline)); in xencons_soft_state_free() 418 struct asyncline *async; in xenconsopen() 474 struct asyncline *async; in xenconsclose() 480 async = (struct asyncline *)q->q_ptr; in xenconsclose() 534 struct asyncline *async; in xencons_rxint() 702 struct asyncline *async; in xencons_txint() 765 xcasync_start(struct asyncline *async) in xcasync_start() [all …]
|
H A D | xencons.h | 118 struct asyncline *priv; /* protocol private data -- asyncline */ 139 struct asyncline { struct
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | asy.c | 206 static void async_ioctl(struct asyncline *async, queue_t *q, mblk_t *mp); 210 static void async_start(struct asyncline *async); 211 static void async_resume(struct asyncline *async); 228 static void async_resume_utbrk(struct asyncline *async); 229 static void async_dtr_free(struct asyncline *async); 834 struct asyncline *async = asy->asy_priv; in asy_wait_baudrate() 856 struct asyncline *async = asy->asy_priv; in async_put_suspq() 871 struct asyncline *async = asy->asy_priv; in async_get_suspq() 888 struct asyncline *async = asy->asy_priv; in async_process_suspq() 1196 struct asyncline *async; in asy_resume() [all …]
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | asy.h | 348 struct asyncline *asy_priv; /* protocol private data -- asyncline */ 398 struct asyncline { struct
|
/illumos-gate/usr/src/uts/sun/sys/ |
H A D | ser_async.h | 139 struct asyncline { struct
|
/illumos-gate/usr/src/uts/sun4/sys/ |
H A D | sudev.h | 282 struct asyncline { struct
|