/titanic_41/usr/src/uts/sun/sys/ |
H A D | ttymux.h | 91 bufcall_id_t sm_ttybid; /* ttycommon bufcall */ 115 bufcall_id_t sm_bid; /* bufcall id */ 116 bufcall_id_t sm_ttybid; /* ttymodes changed bufcall */
|
H A D | ser_async.h | 149 bufcall_id_t za_wbufcid; /* id of pending write-side bufcall */ 173 bufcall_id_t za_bufcid;
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | logindmux_impl.h | 62 bufcall_id_t wbufcid; /* needed for recovery */ 63 bufcall_id_t rbufcid; /* needed for recovery */
|
H A D | stream.h | 774 extern bufcall_id_t bufcall(size_t, uint_t, void (*)(void *), void *); 775 extern bufcall_id_t esbbcall(uint_t, void (*)(void *), void *); 817 extern void unbufcall(bufcall_id_t); 827 extern bufcall_id_t qbufcall(queue_t *, size_t, uint_t, 830 extern void qunbufcall(queue_t *, bufcall_id_t);
|
H A D | ttcompat.h | 77 bufcall_id_t t_bufcallid; /* ID from qbufcall */
|
H A D | ptyvar.h | 48 bufcall_id_t pt_wbufcid; /* id of pending write-side bufcall */
|
H A D | vt_impl.h | 74 bufcall_id_t vc_bufcallid; /* id returned by qbufcall */
|
H A D | ser_sync.h | 210 bufcall_id_t sl_bufcid; /* pending bufcall ID */
|
H A D | ldterm.h | 226 bufcall_id_t t_wbufcid; /* ID of pending write-side bufcall */
|
/titanic_41/usr/src/uts/common/sys/usb/clients/usbms/ |
H A D | usbms.h | 130 bufcall_id_t usbms_reioctl_id; /* id returned by bufcall() */ 131 bufcall_id_t usbms_resched_id; /* id returned by bufcall() */
|
/titanic_41/usr/src/uts/sun4u/opl/sys/oplmsu/ |
H A D | oplmsu.h | 230 bufcall_id_t rbuf_id; 253 bufcall_id_t wbuf_id;
|
/titanic_41/usr/src/uts/sun4u/serengeti/sys/ |
H A D | sgcn.h | 141 bufcall_id_t sgcn_wbufcid; /* for console ioctl */
|
/titanic_41/usr/src/uts/common/io/kbtrans/ |
H A D | kbtrans_streams.h | 72 bufcall_id_t kbtrans_streams_bufcallid;
|
/titanic_41/usr/src/uts/sun4u/opl/sys/ |
H A D | dm2s.h | 61 bufcall_id_t ms_rbufcid; /* Buffcall-id for the read */
|
/titanic_41/usr/src/uts/common/os/ |
H A D | ddi.c | 1022 bufcall_id_t 1027 bufcall_id_t bid; in qbufcall() 1036 return ((bufcall_id_t)0); in qbufcall() 1103 qunbufcall(queue_t *q, bufcall_id_t id) in qunbufcall()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | telmod.c | 181 bufcall_id_t wbufcid; 182 bufcall_id_t rbufcid; 248 bufcall_id_t id = qbufcall(q, sizeof (union T_primitives), in telmodopen() 269 bufcall_id_t id = qbufcall(q, sizeof (union T_primitives), in telmodopen() 1237 bufcall_id_t bid; in recover()
|
H A D | rlmod.c | 173 bufcall_id_t wbufcid; 174 bufcall_id_t rbufcid; 253 bufcall_id_t id = qbufcall(q, sizeof (union T_primitives), in rlmodopen() 275 bufcall_id_t id = qbufcall(q, sizeof (union T_primitives), in rlmodopen() 1323 bufcall_id_t bid; in recover1()
|
H A D | pckt.c | 179 bufcall_id_t pi_bufcall_id; 249 bufcall_id_t id = qbufcall(q, sizeof (struct stroptions), in pcktopen()
|
/titanic_41/usr/src/uts/common/sys/usb/clients/usbkbm/ |
H A D | usbkbm.h | 149 bufcall_id_t usbkbm_streams_bufcallid;
|
/titanic_41/usr/src/uts/sun4v/sys/ |
H A D | qcn.h | 80 bufcall_id_t qcn_wbufcid; /* for console ioctl */
|
/titanic_41/usr/src/uts/common/io/usb/clients/usbms/ |
H A D | usbms.c | 437 qunbufcall(q, (bufcall_id_t)(long)usbmsp->usbms_reioctl_id); in usbms_close() 441 qunbufcall(q, (bufcall_id_t)usbmsp->usbms_resched_id); in usbms_close() 525 (bufcall_id_t)usbmsp-> in usbms_rserv() 651 (bufcall_id_t)usbmsp->usbms_resched_id); in usbms_rserv_vuid_event_wheel() 759 (bufcall_id_t)usbmsp->usbms_resched_id); in usbms_rserv_vuid_button() 848 (bufcall_id_t)usbmsp->usbms_resched_id); in usbms_rserv_vuid_event_y() 936 (bufcall_id_t)usbmsp->usbms_resched_id); in usbms_rserv_vuid_event_x() 1320 qunbufcall(q, (bufcall_id_t)usbmsp->usbms_reioctl_id); in usbms_ioctl()
|
/titanic_41/usr/src/uts/sun/io/ |
H A D | ms.c | 116 bufcall_id_t msd_reioctl_id; /* id returned by bufcall() */ 117 bufcall_id_t msd_resched_id; /* id returned by bufcall() */ 316 bufcall_id_t id = qbufcall(q, sizeof (struct iocblk), 327 bufcall_id_t id = qbufcall(q, sizeof (struct termios),
|
/titanic_41/usr/src/uts/common/xen/io/ |
H A D | xencons.h | 148 bufcall_id_t async_wbufcid; /* id for pending write-side bufcall */
|
/titanic_41/usr/src/ucbhead/sys/ |
H A D | types.h | 294 typedef void *bufcall_id_t; typedef
|
/titanic_41/usr/src/uts/common/sys/usb/clients/usbinput/usbwcm/ |
H A D | usbwcm.h | 303 bufcall_id_t usbwcm_bufcall; /* id returned by bufcall() */
|