/illumos-gate/usr/src/uts/sun/io/ |
H A D | ms.c | 305 bufcall_id_t id = qbufcall(q, sizeof (struct iocblk), in msopen() 316 bufcall_id_t id = qbufcall(q, sizeof (struct termios), in msopen() 526 msd->msd_resched_id = qbufcall(q, 3, BPRI_HI, in msrserv() 575 msd->msd_resched_id = qbufcall(q, in msrserv() 603 msd->msd_resched_id = qbufcall(q, in msrserv() 630 msd->msd_resched_id = qbufcall(q, in msrserv() 842 msd->msd_reioctl_id = qbufcall(q, ioctlrespsize, BPRI_HI, in msioctl()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | pckt.c | 246 bufcall_id_t id = qbufcall(q, sizeof (struct stroptions), in pcktopen() 520 if (pip->pi_bufcall_id = qbufcall(q, mp->b_wptr - mp->b_rptr, in pckt_reallocb() 578 if (pip->pi_bufcall_id = qbufcall(q, sizeof (char), BPRI_MED, in add_ctl_info()
|
H A D | telmod.c | 246 bufcall_id_t id = qbufcall(q, sizeof (union T_primitives), in telmodopen() 267 bufcall_id_t id = qbufcall(q, sizeof (union T_primitives), in telmodopen() 1259 if (!(bid = qbufcall(RD(q), size, BPRI_MED, telmod_buffer, q))) { in recover()
|
H A D | rlmod.c | 252 bufcall_id_t id = qbufcall(q, sizeof (union T_primitives), in rlmodopen() 274 bufcall_id_t id = qbufcall(q, sizeof (union T_primitives), in rlmodopen() 1334 if (!(bid = qbufcall(RD(q), size, BPRI_MED, rlmod_buffer, q))) { in recover1()
|
H A D | mouse8042.c | 711 state->bc_id = qbufcall(q, (state->reply_mp == NULL) ? 2 : 1, in mouse8042_initiate_reset()
|
H A D | logindmux.c | 1195 if (!(bid = qbufcall(RD(q), size, BPRI_MED, logdmux_buffer, q))) { in recover()
|
H A D | wscons.c | 1042 pvc->vc_bufcallid = qbufcall(q, datasize, BPRI_HI, in wcioctl()
|
H A D | ldterm.c | 636 id = qbufcall(q, sizeof (struct iocblk), BPRI_MED, in open_ioctl() 654 id = qbufcall(q, len, BPRI_MED, dummy_callback, NULL); in open_mblk() 3394 tp->t_wbufcid = qbufcall(q, size, BPRI_MED, ldterm_wenable, q); in ldtermwmsg()
|
H A D | ttcompat.c | 682 tp->t_bufcallid = qbufcall(q, sizeof (struct iocblk), BPRI_HI, in ttcompat_do_ioctl()
|
H A D | timod.c | 2568 if (!(bid = qbufcall(RD(q), (size_t)size, BPRI_MED, tim_buffer, q))) { in tim_recover()
|
H A D | tl.c | 6346 tep->te_bufcid = qbufcall(wq, size, BPRI_MED, tl_buffer, wq); in tl_memrecover()
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbms/ |
H A D | usbms.c | 484 usbmsp->usbms_resched_id = qbufcall(q, in usbms_rserv() 609 qbufcall(q, sizeof (Firm_event), BPRI_HI, in usbms_rserv_vuid_event_wheel() 715 qbufcall(q, in usbms_rserv_vuid_button() 802 qbufcall(q, in usbms_rserv_vuid_event_y() 887 qbufcall(q, in usbms_rserv_vuid_event_x() 1269 usbmsp->usbms_reioctl_id = qbufcall(q, ioctlrespsize, BPRI_HI, in usbms_ioctl()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | stream.h | 839 extern bufcall_id_t qbufcall(queue_t *, size_t, uint_t,
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | ddi.c | 1023 qbufcall(queue_t *q, size_t size, uint_t pri, void (*func)(void *), void *arg) in qbufcall() function
|
/illumos-gate/usr/src/uts/sun4u/opl/io/ |
H A D | dm2s.c | 993 dm2sp->ms_rbufcid = qbufcall(rq, len, BPRI_MED, in dm2s_receive()
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbkbm/ |
H A D | usbkbm.c | 939 qbufcall(usbkbmd->usbkbm_readq, ioctlrespsize, BPRI_HI, in usbkbm_ioctl()
|
/illumos-gate/usr/src/uts/common/io/kbtrans/ |
H A D | kbtrans_streams.c | 1157 qbufcall(upper->kbtrans_streams_readq, ioctlrespsize, BPRI_HI, in kbtrans_ioctl()
|
/illumos-gate/usr/src/man/man9f/ |
H A D | Makefile | 446 qbufcall.9f \
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-kernel.man9f.inc | 1123 file path=usr/share/man/man9f/qbufcall.9f
|