Searched refs:bufcall_id_t (Results 1 - 25 of 48) sorted by relevance

12

/illumos-gate/usr/src/uts/common/sys/
H A Dlogindmux_impl.h62 bufcall_id_t wbufcid; /* needed for recovery */
63 bufcall_id_t rbufcid; /* needed for recovery */
H A Dttcompat.h77 bufcall_id_t t_bufcallid; /* ID from qbufcall */
H A Dvt_impl.h74 bufcall_id_t vc_bufcallid; /* id returned by qbufcall */
H A Dptyvar.h48 bufcall_id_t pt_wbufcid; /* id of pending write-side bufcall */
H A Dstream.h774 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 Dser_sync.h210 bufcall_id_t sl_bufcid; /* pending bufcall ID */
H A Dldterm.h226 bufcall_id_t t_wbufcid; /* ID of pending write-side bufcall */
/illumos-gate/usr/src/uts/sun/sys/
H A Dttymux.h91 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 Dser_async.h149 bufcall_id_t za_wbufcid; /* id of pending write-side bufcall */
173 bufcall_id_t za_bufcid;
/illumos-gate/usr/src/uts/common/io/kbtrans/
H A Dkbtrans_streams.h72 bufcall_id_t kbtrans_streams_bufcallid;
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsgcn.h141 bufcall_id_t sgcn_wbufcid; /* for console ioctl */
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbms/
H A Dusbms.h130 bufcall_id_t usbms_reioctl_id; /* id returned by bufcall() */
131 bufcall_id_t usbms_resched_id; /* id returned by bufcall() */
/illumos-gate/usr/src/uts/sun4u/opl/sys/
H A Ddm2s.h61 bufcall_id_t ms_rbufcid; /* Buffcall-id for the read */
/illumos-gate/usr/src/uts/sun4u/opl/sys/oplmsu/
H A Doplmsu.h230 bufcall_id_t rbuf_id;
253 bufcall_id_t wbuf_id;
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbkbm/
H A Dusbkbm.h149 bufcall_id_t usbkbm_streams_bufcallid;
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dqcn.h80 bufcall_id_t qcn_wbufcid; /* for console ioctl */
/illumos-gate/usr/src/uts/common/os/
H A Dddi.c1022 bufcall_id_t
1027 bufcall_id_t bid;
1036 return ((bufcall_id_t)0);
1103 qunbufcall(queue_t *q, bufcall_id_t id)
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.h148 bufcall_id_t async_wbufcid; /* id for pending write-side bufcall */
/illumos-gate/usr/src/uts/common/io/
H A Dpckt.c177 bufcall_id_t pi_bufcall_id;
246 bufcall_id_t id = qbufcall(q, sizeof (struct stroptions),
H A Drlmod.c173 bufcall_id_t wbufcid;
174 bufcall_id_t rbufcid;
253 bufcall_id_t id = qbufcall(q, sizeof (union T_primitives),
275 bufcall_id_t id = qbufcall(q, sizeof (union T_primitives),
1323 bufcall_id_t bid;
H A Dtelmod.c181 bufcall_id_t wbufcid;
182 bufcall_id_t rbufcid;
248 bufcall_id_t id = qbufcall(q, sizeof (union T_primitives),
269 bufcall_id_t id = qbufcall(q, sizeof (union T_primitives),
1237 bufcall_id_t bid;
/illumos-gate/usr/src/uts/common/io/usb/clients/usbms/
H A Dusbms.c437 qunbufcall(q, (bufcall_id_t)(long)usbmsp->usbms_reioctl_id);
441 qunbufcall(q, (bufcall_id_t)usbmsp->usbms_resched_id);
525 (bufcall_id_t)usbmsp->
651 (bufcall_id_t)usbmsp->usbms_resched_id);
759 (bufcall_id_t)usbmsp->usbms_resched_id);
848 (bufcall_id_t)usbmsp->usbms_resched_id);
936 (bufcall_id_t)usbmsp->usbms_resched_id);
1320 qunbufcall(q, (bufcall_id_t)usbmsp->usbms_reioctl_id);
/illumos-gate/usr/src/ucbhead/sys/
H A Dtypes.h294 typedef void *bufcall_id_t; typedef
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbinput/usbwcm/
H A Dusbwcm.h303 bufcall_id_t usbwcm_bufcall; /* id returned by bufcall() */
/illumos-gate/usr/src/uts/sun/io/
H A Dms.c116 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),

Completed in 142 milliseconds

12