/titanic_50/usr/src/uts/common/sys/ |
H A D | tty.h | 50 } tty_common_t; typedef 56 extern void ttycommon_close(tty_common_t *); 57 extern void ttycommon_qfull(tty_common_t *, queue_t *); 58 extern size_t ttycommon_ioctl(tty_common_t *, queue_t *, mblk_t *, int *);
|
H A D | ptyvar.h | 47 tty_common_t pt_ttycommon; /* data common to all tty drivers */
|
H A D | vt_impl.h | 73 tty_common_t vc_ttycommon; /* data common to all tty drivers */
|
H A D | asy.h | 317 tty_common_t async_ttycommon; /* tty driver common data */
|
/titanic_50/usr/src/uts/sun/sys/ |
H A D | ttymux.h | 95 tty_common_t sm_ttycommon[1]; 125 tty_common_t sm_ttycommon[1];
|
H A D | ser_async.h | 148 tty_common_t za_ttycommon; /* tty driver common data */
|
/titanic_50/usr/src/uts/common/io/ |
H A D | tty_common.c | 63 ttycommon_close(tty_common_t *tc) in ttycommon_close() 92 ttycommon_qfull(tty_common_t *tc, queue_t *q) in ttycommon_qfull() 121 ttycommon_ioctl(tty_common_t *tc, queue_t *q, mblk_t *mp, int *errorp) in ttycommon_ioctl()
|
H A D | tty_pts.c | 617 tty_common_t *tc = &pty->pt_ttycommon; in ptslioctl() 642 tty_common_t *tc = &pty->pt_ttycommon; in ptslioctl() 684 tty_common_t *tc = &pty->pt_ttycommon; in ptslioctl() 713 tty_common_t *tc = &pty->pt_ttycommon; in ptslioctl() 740 tty_common_t *tc = &pty->pt_ttycommon; in ptslioctl()
|
H A D | vcons.c | 164 vt_init_ttycommon(tty_common_t *pcommon) in vt_init_ttycommon()
|
H A D | asy.c | 2431 tty_common_t *tp; in async_rxint() 2679 tty_common_t *tp; in async_softint() 3312 tty_common_t *tp = &async->async_ttycommon; in async_ioctl()
|
/titanic_50/usr/src/uts/sun4u/serengeti/sys/ |
H A D | sgcn.h | 142 tty_common_t sgcn_tty; /* for console ioctl */
|
/titanic_50/usr/src/uts/sun4u/starfire/cvc/ |
H A D | cvc.c | 106 tty_common_t cvc_tty; 330 tty_common_t *tty; in cvc_open() 551 register tty_common_t *tty; in cvc_ioctl() 643 register tty_common_t *tty; in cvc_redir()
|
/titanic_50/usr/src/uts/sun4v/sys/ |
H A D | qcn.h | 81 tty_common_t qcn_tty; /* for console ioctl */
|
/titanic_50/usr/src/uts/common/io/usb/clients/usbser/ |
H A D | usbser.c | 1475 tty_common_t *tp = &pp->port_ttycommon; in usbser_open_init() 1546 tty_common_t *tp = &pp->port_ttycommon; in usbser_check_port_props() 1657 tty_common_t *tp = &pp->port_ttycommon; in usbser_open_carrier_check() 2191 tty_common_t *tp = &pp->port_ttycommon; in usbser_rx_massage_data() 2254 tty_common_t *tp = &pp->port_ttycommon; in usbser_rx_massage_mbreak() 2343 tty_common_t *tp = &pp->port_ttycommon; in usbser_status_proc_cb() 2585 tty_common_t *tp = &pp->port_ttycommon; in usbser_ioctl() 2862 tty_common_t *tp = &pp->port_ttycommon; in usbser_iocdata() 3104 tty_common_t *tp = &pp->port_ttycommon; in usbser_port_program()
|
/titanic_50/usr/src/uts/common/xen/io/ |
H A D | xencons.h | 147 tty_common_t async_ttycommon; /* tty driver common data */
|
H A D | xencons.c | 540 tty_common_t *tp; in xencons_rxint() 894 tty_common_t *tp = &async->async_ttycommon; in xcasync_ioctl()
|
/titanic_50/usr/src/uts/sun4u/starcat/io/ |
H A D | cvc.c | 104 tty_common_t cvc_tty; 320 tty_common_t *tty; in cvc_open() 1311 tty_common_t *tty; in cvc_win_resize()
|
/titanic_50/usr/src/uts/common/sys/usb/clients/usbser/ |
H A D | usbser_var.h | 115 tty_common_t port_ttycommon; /* tty driver common data */
|
/titanic_50/usr/src/uts/sun4/sys/ |
H A D | sudev.h | 288 tty_common_t async_ttycommon; /* tty driver common data */
|
/titanic_50/usr/src/uts/sun4u/serengeti/io/ |
H A D | sgcn.c | 334 tty_common_t *tty; in sgcn_open() 527 tty_common_t *tty; in sgcn_ioctl()
|
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | qcn.c | 515 tty_common_t *tty; in qcn_open() 695 tty_common_t *tty; in qcn_ioctl()
|
/titanic_50/usr/src/uts/sun4/io/ |
H A D | su_driver.c | 1806 register tty_common_t *tp; in async_rxint() 2078 tty_common_t *tp; in async_softint() 2769 register tty_common_t *tp = &async->async_ttycommon; in async_ioctl()
|