/titanic_50/usr/src/uts/common/io/ |
H A D | strsun.c | 145 struct copyreq *cp = (struct copyreq *)mp->b_rptr; in mcopyin() 161 mp->b_wptr = mp->b_rptr + sizeof (struct copyreq); in mcopyin() 172 struct copyreq *cp = (struct copyreq *)mp->b_rptr; in mcopyout() 188 mp->b_wptr = mp->b_rptr + sizeof (struct copyreq); in mcopyout()
|
H A D | dedump.c | 163 struct copyreq *cq = (struct copyreq *)mp->b_rptr; in dedump_copyreq()
|
H A D | vcons.c | 1213 struct copyreq *cqp; in vt_copyin() 1215 cqp = (struct copyreq *)(void *)mp->b_rptr; in vt_copyin() 1220 mp->b_wptr = mp->b_rptr + sizeof (struct copyreq); in vt_copyin() 1231 struct copyreq *cqp; in vt_copyout() 1233 cqp = (struct copyreq *)(void *)mp->b_rptr; in vt_copyout() 1238 mp->b_wptr = mp->b_rptr + sizeof (struct copyreq); in vt_copyout()
|
H A D | consms.c | 542 struct copyreq *copyreq = (struct copyreq *)mp->b_rptr; local 603 if ((msg = consms_mux_find_msg(copyreq->cq_id)) != NULL) {
|
H A D | ttcompat.c | 347 struct copyreq *cqp; in ttcompatwput() 385 cqp = (struct copyreq *)mp->b_rptr; in ttcompatwput() 410 mp->b_wptr = mp->b_rptr + sizeof (struct copyreq); in ttcompatwput() 1078 struct copyreq *cqp; in ttcopyout() 1084 cqp = (struct copyreq *)mp->b_rptr; in ttcopyout()
|
H A D | timod.c | 2218 struct copyreq *cqp; in ti_doname() 2242 cqp = (struct copyreq *)mp->b_rptr; in ti_doname() 2249 mp->b_wptr = mp->b_rptr + sizeof (struct copyreq); in ti_doname() 2257 cqp = (struct copyreq *)mp->b_rptr; in ti_doname()
|
H A D | wscons.c | 133 _NOTE(SCHEME_PROTECTS_DATA("Unshared data", copyreq))
|
H A D | ecpp.c | 478 _NOTE(SCHEME_PROTECTS_DATA("unique per call", copyreq))
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | stream.h | 521 struct copyreq { struct 531 struct copyreq { argument 578 struct copyreq copyreq; member
|
/titanic_50/usr/src/man/man9s/ |
H A D | Makefile | 26 copyreq.9s \
|
/titanic_50/usr/src/uts/common/inet/ |
H A D | mi.c | 206 struct copyreq *cq = (struct copyreq *)mp->b_rptr; in mi_copyin() 296 struct copyreq *cq = (struct copyreq *)mp->b_rptr; in mi_copyin_n() 316 struct copyreq *cq = (struct copyreq *)iocp; in mi_copyout()
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-kernel.man9s.inc | 22 file path=usr/share/man/man9s/copyreq.9s
|
/titanic_50/usr/src/uts/sun/io/ttymux/ |
H A D | ttymux_ioctl.c | 940 struct copyreq *cqp; in ttymux_query_links_ioctl() 1061 cqp = (struct copyreq *)mp->b_rptr; in ttymux_query_links_ioctl() 1070 mp->b_wptr = mp->b_rptr + sizeof (struct copyreq); in ttymux_query_links_ioctl()
|
H A D | ttymux.c | 949 info->sm_id = ((struct copyreq *)mp->b_rptr)->cq_id; in sm_getiocinfo() 950 info->sm_cmd = ((struct copyreq *)mp->b_rptr)->cq_cmd; in sm_getiocinfo() 951 info->sm_data = (((struct copyreq *)mp->b_rptr)->cq_size && in sm_getiocinfo()
|
/titanic_50/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/ |
H A D | usbwcm.c | 859 struct copyreq *cq; in usbwcm_copyreq() 867 cq = (struct copyreq *)mp->b_rptr; in usbwcm_copyreq() 923 mp->b_wptr = mp->b_rptr + sizeof (struct copyreq); in usbwcm_copyreq()
|
/titanic_50/usr/src/uts/common/io/usb/clients/usbms/ |
H A D | usbms.c | 2034 struct copyreq *cq; in usbms_make_copyreq() 2044 cq = (struct copyreq *)mp->b_rptr; in usbms_make_copyreq() 2095 mp->b_wptr = mp->b_rptr + sizeof (struct copyreq); in usbms_make_copyreq()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | streamio.c | 1940 struct copyreq *reqp; in strrput_nondata() 2240 reqp = (struct copyreq *)bp->b_rptr; in strrput_nondata() 5874 struct copyreq *reqp; in strdoioctl() 6240 reqp = (struct copyreq *)bp->b_rptr; in strdoioctl() 6286 reqp = (struct copyreq *)bp->b_rptr; in strdoioctl()
|
H A D | strsubr.c | 1455 count = ((struct copyreq *)bp->b_rptr)->cq_size; in putiocd() 1494 count = ((struct copyreq *)bp->b_rptr)->cq_size; in getiocd()
|
/titanic_50/usr/src/uts/sun4u/tazmo/io/ |
H A D | envctrl.c | 927 struct copyreq *cqp; in envctrl_wput() 1077 cqp = (struct copyreq *)(void *)mp->b_rptr; in envctrl_wput()
|
/titanic_50/usr/src/uts/common/io/usb/clients/usbser/ |
H A D | usbser.c | 206 _NOTE(SCHEME_PROTECTS_DATA("unique per call", iocblk datab msgb queue copyreq))
|