Home
last modified time | relevance | path

Searched refs:iocbp (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/uts/common/io/vuidmice/
H A Dvuidmice.c328 struct iocblk *iocbp = (void *)mp->b_rptr; in vuidmice_wput() local
330 switch (iocbp->ioc_cmd) { in vuidmice_wput()
337 if (iocbp->ioc_count == TRANSPARENT) { in vuidmice_wput()
352 iocbp->ioc_rval = 0; in vuidmice_wput()
353 iocbp->ioc_count = 0; in vuidmice_wput()
354 iocbp->ioc_error = 0; in vuidmice_wput()
379 if (iocbp->ioc_count == TRANSPARENT) { in vuidmice_wput()
394 iocbp->ioc_count = sizeof (int); in vuidmice_wput()
417 if (iocbp->ioc_count == TRANSPARENT) { in vuidmice_wput()
437 iocbp->ioc_count = sizeof (int); in vuidmice_wput()
[all …]
/titanic_41/usr/src/uts/common/io/
H A Dtimod.c686 struct iocblk *iocbp; in timodrproc() local
1005 iocbp = (struct iocblk *)tp->tim_iocsave->b_rptr; in timodrproc()
1006 ioc_cmd = iocbp->ioc_cmd; in timodrproc()
1081 if (iocbp->ioc_cmd == TI_SYNC) { in timodrproc()
1126 if (iocbp->ioc_cmd == TI_SYNC) { in timodrproc()
1331 iocbp = (struct iocblk *)mp->b_rptr; in timodrproc()
1335 if (iocbp->ioc_cmd == TI_GETMYNAME) { in timodrproc()
1359 } else if (iocbp->ioc_cmd == TI_GETPEERNAME) { in timodrproc()
1408 iocbp = (struct iocblk *)mp->b_rptr; in timodrproc()
1409 if (((iocbp->ioc_cmd == TI_GETMYNAME) || in timodrproc()
[all …]
H A Dttcompat.c349 struct iocblk *iocbp; in ttcompatwput() local
363 iocbp = (struct iocblk *)mp->b_rptr; in ttcompatwput()
365 switch (iocbp->ioc_cmd) { in ttcompatwput()
379 if (iocbp->ioc_count != TRANSPARENT) { in ttcompatwput()
387 switch (iocbp->ioc_cmd) { in ttcompatwput()
411 tp->t_ioccmd = iocbp->ioc_cmd; in ttcompatwput()
442 iocbp = (struct iocblk *)mp->b_rptr; in ttcompatwput()
443 iocbp->ioc_count = MBLKL(mp->b_cont); in ttcompatwput()
444 iocbp->ioc_error = 0; in ttcompatwput()
445 iocbp->ioc_rval = 0; in ttcompatwput()
[all …]
H A Dzcons.c748 struct iocblk *iocbp; in zc_wput() local
764 iocbp = (struct iocblk *)(void *)mp->b_rptr; in zc_wput()
765 switch (iocbp->ioc_cmd) { in zc_wput()
772 if (iocbp->ioc_count != TRANSPARENT) { in zc_wput()
830 if (iocbp->ioc_count != TRANSPARENT) { in zc_wput()
H A Decpp.c1281 struct iocblk *iocbp; in ecpp_wput() local
1283 iocbp = (struct iocblk *)mp->b_rptr; in ecpp_wput()
1285 ecpp_error(pp->dip, "ecpp_wput:M_IOCTL %x\n", iocbp->ioc_cmd); in ecpp_wput()
1291 (iocbp->ioc_cmd != BPPIOC_TESTIO) && in ecpp_wput()
1292 (iocbp->ioc_cmd != PRNIOC_GET_STATUS)) { in ecpp_wput()
1500 struct iocblk *iocbp; in ecpp_putioc() local
1505 iocbp = (struct iocblk *)mp->b_rptr; in ecpp_putioc()
1508 if (iocbp->ioc_count != TRANSPARENT) { in ecpp_putioc()
1513 switch (iocbp->ioc_cmd) { in ecpp_putioc()
1606 if (iocbp->ioc_cmd == ECPPIOC_GETPORT) { in ecpp_putioc()
[all …]
H A Dmouse8042.c824 struct iocblk *iocbp; in mouse8042_process_msg() local
827 iocbp = (struct iocblk *)mp->b_rptr; in mouse8042_process_msg()
841 mouse8042_iocnack(q, mp, iocbp, EINVAL, 0); in mouse8042_process_msg()
844 mouse8042_iocnack(q, mp, iocbp, EINVAL, 0); in mouse8042_process_msg()
H A Dconsms.c384 struct iocblk *iocbp = (struct iocblk *)mp->b_rptr; local
422 if ((msg = consms_mux_find_msg(iocbp->ioc_id)) != NULL) {
541 struct iocblk *iocbp = (struct iocblk *)mp->b_rptr; local
593 if ((msg = consms_mux_find_msg(iocbp->ioc_id)) != NULL) {
H A Dvcons.c1180 struct iocblk *iocbp = (struct iocblk *)(void *)mp->b_rptr; in vt_iocack() local
1184 iocbp->ioc_error = 0; in vt_iocack()
1185 iocbp->ioc_count = 0; in vt_iocack()
1186 iocbp->ioc_rval = 0; in vt_iocack()
H A Drlmod.c997 struct iocblk *iocbp; in rlwinctl() local
1015 iocbp = (struct iocblk *)rl_msgp->b_rptr; in rlwinctl()
1016 iocbp->ioc_count = msgdsize(mp); in rlwinctl()
H A Dtl.c2215 struct iocblk *iocbp = (struct iocblk *)mp->b_rptr; in tl_do_ioctl() local
2216 int cmd = iocbp->ioc_cmd; in tl_do_ioctl()
/titanic_41/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/
H A Dusbwcm.c931 struct iocblk *iocbp = (struct iocblk *)mp->b_rptr; in usbwcm_miocack() local
936 iocbp->ioc_error = 0; in usbwcm_miocack()
937 iocbp->ioc_count = 0; in usbwcm_miocack()
938 iocbp->ioc_rval = rval; in usbwcm_miocack()
960 struct iocblk *iocbp; in usbwcm_iocpy() local
964 iocbp = (struct iocblk *)mp->b_rptr; in usbwcm_iocpy()
1126 iocbp->ioc_count = 0; in usbwcm_iocpy()
1127 iocbp->ioc_error = err; in usbwcm_iocpy()
/titanic_41/usr/src/uts/common/io/usb/clients/usbms/
H A Dusbms.c1337 struct iocblk *iocbp; in usbms_miocdata() local
1344 iocbp = (struct iocblk *)mp->b_rptr; in usbms_miocdata()
1454 iocbp->ioc_count = 0; in usbms_miocdata()
1455 iocbp->ioc_error = err; in usbms_miocdata()
2196 struct iocblk *iocbp = (struct iocblk *)mp->b_rptr; in usbms_ack_ioctl() local
2200 iocbp->ioc_error = 0; in usbms_ack_ioctl()
2201 iocbp->ioc_count = 0; in usbms_ack_ioctl()
2202 iocbp->ioc_rval = 0; in usbms_ack_ioctl()
/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c1937 struct iocblk *iocbp; in strrput_nondata() local
2202 iocbp = (struct iocblk *)bp->b_rptr; in strrput_nondata()
2211 (stp->sd_iocid != iocbp->ioc_id)) { in strrput_nondata()
2220 if ((stp->sd_iocid == iocbp->ioc_id) && in strrput_nondata()
5872 struct iocblk *iocbp; in strdoioctl() local
5906 iocbp = (struct iocblk *)bp->b_wptr; in strdoioctl()
5907 iocbp->ioc_count = strioc->ic_len; in strdoioctl()
5908 iocbp->ioc_cmd = strioc->ic_cmd; in strdoioctl()
5909 iocbp->ioc_flag = (fflags & FMODELS); in strdoioctl()
5912 iocbp->ioc_cr = crp; in strdoioctl()
[all …]
/titanic_41/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c1071 struct iocblk *iocbp; in hid_wput() local
1101 iocbp = (struct iocblk *)mp->b_rptr; in hid_wput()
1104 if (iocbp->ioc_count != TRANSPARENT) { in hid_wput()
1109 switch (iocbp->ioc_cmd) { in hid_wput()