/titanic_50/usr/src/uts/common/io/ |
H A D | pckt.c | 246 bufcall_id_t id = qbufcall(q, sizeof (struct stroptions), in pcktopen() 518 if (pip->pi_bufcall_id = qbufcall(q, mp->b_wptr - mp->b_rptr, in pckt_reallocb() 576 if (pip->pi_bufcall_id = qbufcall(q, sizeof (char), BPRI_MED, in add_ctl_info()
|
H A D | telmod.c | 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() 1257 if (!(bid = qbufcall(RD(q), size, BPRI_MED, telmod_buffer, q))) { in recover()
|
H A D | rlmod.c | 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() 1335 if (!(bid = qbufcall(RD(q), size, BPRI_MED, rlmod_buffer, q))) { in recover1()
|
H A D | kbd.c | 338 timeout_id_t id = qbufcall(q, sizeof (struct iocblk), BPRI_HI, in kbdopen() 350 timeout_id_t id = qbufcall(q, sizeof (struct termios), BPRI_HI, in kbdopen() 963 kbdd->kbdd_bufcallid = qbufcall(q, ioctlrespsize, BPRI_HI, in kbdioctl()
|
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 | 895 pvc->vc_bufcallid = qbufcall(q, datasize, BPRI_HI, in wcioctl()
|
H A D | ldterm.c | 635 id = qbufcall(q, sizeof (struct iocblk), BPRI_MED, in open_ioctl() 653 id = qbufcall(q, len, BPRI_MED, dummy_callback, NULL); in open_mblk() 3375 tp->t_wbufcid = qbufcall(q, size, BPRI_MED, ldterm_wenable, q); in ldtermwmsg()
|
H A D | ttcompat.c | 780 tp->t_bufcallid = qbufcall(q, sizeof (struct iocblk), BPRI_HI, in ttcompat_do_ioctl()
|
H A D | timod.c | 2564 if (!(bid = qbufcall(RD(q), (size_t)size, BPRI_MED, tim_buffer, q))) { in tim_recover()
|
H A D | tl.c | 6209 if (!(tep->te_bufcid = qbufcall(wq, size, BPRI_MED, tl_buffer, wq))) { in tl_memrecover()
|
/titanic_50/usr/src/uts/sun/io/ |
H A D | ms.c | 316 bufcall_id_t id = qbufcall(q, sizeof (struct iocblk), 327 bufcall_id_t id = qbufcall(q, sizeof (struct termios), 541 msd->msd_resched_id = qbufcall(q, 3, BPRI_HI, 590 msd->msd_resched_id = qbufcall(q, 618 msd->msd_resched_id = qbufcall(q, 645 msd->msd_resched_id = qbufcall(q, 859 msd->msd_reioctl_id = qbufcall(q, ioctlrespsize, BPRI_HI,
|
/titanic_50/usr/src/uts/common/io/usb/clients/usbms/ |
H A D | usbms.c | 528 usbmsp->usbms_resched_id = qbufcall(q, in usbms_rserv() 654 qbufcall(q, sizeof (Firm_event), BPRI_HI, in usbms_rserv_vuid_event_wheel() 762 qbufcall(q, in usbms_rserv_vuid_button() 851 qbufcall(q, in usbms_rserv_vuid_event_y() 938 qbufcall(q, in usbms_rserv_vuid_event_x() 1322 usbmsp->usbms_reioctl_id = qbufcall(q, ioctlrespsize, BPRI_HI, in usbms_ioctl()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | stream.h | 827 extern bufcall_id_t qbufcall(queue_t *, size_t, uint_t,
|
/titanic_50/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
|
/titanic_50/usr/src/uts/sun/io/ttymux/ |
H A D | ttymux.c | 460 lqi->sm_bid = qbufcall(WR(q), size, BPRI_MED, in sm_issue_ioctl() 664 uqi->sm_ttybid = qbufcall(q, memreq, pri, fn, uqi); in sm_sched_uqcb() 2070 qbufcall(q, sizeof (struct iocblk), in sm_defer_open()
|
/titanic_50/usr/src/uts/sun4u/opl/io/ |
H A D | dm2s.c | 993 dm2sp->ms_rbufcid = qbufcall(rq, len, BPRI_MED, in dm2s_receive()
|
/titanic_50/usr/src/uts/common/io/usb/clients/usbkbm/ |
H A D | usbkbm.c | 937 qbufcall(usbkbmd->usbkbm_readq, ioctlrespsize, BPRI_HI, in usbkbm_ioctl()
|
/titanic_50/usr/src/uts/common/io/kbtrans/ |
H A D | kbtrans_streams.c | 1125 qbufcall(upper->kbtrans_streams_readq, ioctlrespsize, BPRI_HI, in kbtrans_ioctl()
|
/titanic_50/usr/src/man/man9f/ |
H A D | Makefile | 412 qbufcall.9f \
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-kernel.man9f.inc | 408 file path=usr/share/man/man9f/qbufcall.9f
|