Searched refs:asyncline (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/sun4/io/ |
H A D | su_driver.c | 107 static void async_ioctl(struct asyncline *async, queue_t *q, mblk_t *mp, 112 static void async_start(struct asyncline *async); 113 static void async_nstart(struct asyncline *async, int mode); 114 static void async_resume(struct asyncline *async); 306 status = ddi_soft_state_init(&su_asyncline, sizeof (struct asyncline), in _init() 385 struct asyncline *async; in asydetach() 391 async = (struct asyncline *)ddi_get_soft_state(su_asyncline, instance); in asydetach() 476 struct asyncline *async; in asyattach() 511 struct asyncline *async; in asyattach() 525 async = (struct asyncline *)asy->asy_priv; in asyattach() [all …]
|
/titanic_44/usr/src/uts/sun/io/ |
H A D | zs_async.c | 540 static void zsa_ioctl(struct asyncline *za, queue_t *q, mblk_t *mp); 541 static void zsa_program(struct asyncline *za, int setibaud); 545 static void zsa_set_za_rcv_flags_mask(struct asyncline *za); 718 register struct asyncline *za; in zsa_open() 745 za = (struct asyncline *)&zs->zs_priv_str; in zsa_open() 914 struct asyncline *za = arg; in zs_progress_check() 967 struct asyncline *za; in zsa_close() 1162 bzero(za, sizeof (struct asyncline)); in zsa_close() 1206 register struct asyncline *za; in zsa_wput() 1213 za = (struct asyncline *)q->q_ptr; in zsa_wput() [all …]
|
/titanic_44/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() 698 struct asyncline *async; in xencons_txint() 761 xcasync_start(struct asyncline *async) in xcasync_start() [all …]
|
H A D | xencons.h | 120 struct asyncline *priv; /* protocol private data -- asyncline */ 141 struct asyncline { struct
|
/titanic_44/usr/src/uts/common/io/ |
H A D | asy.c | 174 static void async_ioctl(struct asyncline *async, queue_t *q, mblk_t *mp); 178 static void async_start(struct asyncline *async); 179 static void async_nstart(struct asyncline *async, int mode); 180 static void async_resume(struct asyncline *async); 197 static void async_resume_utbrk(struct asyncline *async); 198 static void async_dtr_free(struct asyncline *async); 416 struct asyncline *async = asy->asy_priv; in async_put_suspq() 431 struct asyncline *async = asy->asy_priv; in async_get_suspq() 448 struct asyncline *async = asy->asy_priv; in async_process_suspq() 603 struct asyncline *async; in asydetach() [all …]
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | asy.h | 269 struct asyncline *asy_priv; /* protocol private data -- asyncline */ 310 struct asyncline { struct
|
/titanic_44/usr/src/uts/sun/sys/ |
H A D | ser_async.h | 141 struct asyncline { struct
|
/titanic_44/usr/src/uts/sun4/sys/ |
H A D | sudev.h | 282 struct asyncline { struct
|