Home
last modified time | relevance | path

Searched refs:RD (Results 1 – 25 of 111) sorted by relevance

12345

/titanic_51/usr/src/lib/libm/amd64/src/
H A Dfloorl.s43 fldcw 4(%rsp) / set RD = up
45 fstcw 4(%rsp) / restore RD
52 fldcw (%rsp) / restore RD
67 fldcw 4(%rsp) / set RD = down
69 fstcw 4(%rsp) / restore RD
76 fldcw (%rsp) / restore RD
H A Drndintl.s41 fldcw -4(%rax) / set RD = to_zero
50 fldcw -8(%rax) / restore RD
81 fldcw -4(%rcx) / set RD = to_nearest
91 fldcw -8(%rcx) / restore RD
/titanic_51/usr/src/lib/libm/i386/src/
H A Dfloorl.s43 fldcw 4(%esp) / set RD = up
45 fstcw 4(%esp) / restore RD
52 fldcw (%esp) / restore RD
67 fldcw 4(%esp) / set RD = down
69 fstcw 4(%esp) / restore RD
76 fldcw (%esp) / restore RD
H A Dceil.s42 fldcw 4(%esp) / set RD = up
44 fstcw 4(%esp) / restore RD
51 fldcw (%esp) / restore RD
H A Dfloor.s42 fldcw 4(%esp) / set RD = down
44 fstcw 4(%esp) / restore RD
51 fldcw (%esp) / restore RD
H A Drndintl.s41 fldcw -4(%eax) / set RD = to_zero
50 fldcw -8(%eax) / restore RD
81 fldcw -4(%ecx) / set RD = to_nearest
91 fldcw -8(%ecx) / restore RD
H A Dtrunc.s42 fldcw -4(%eax) / set RD = to_zero
51 fldcw -8(%eax) / restore RD
H A Dtruncl.s42 fldcw -4(%eax) / set RD = to_zero
51 fldcw -8(%eax) / restore RD
H A Dlocallibm.il114 orw $0x0c00,%ax / RD set to Chop
118 fstcw (%esp) / restore old RD
138 fldcw 4(%esp) / set RD = up
140 fstcw 4(%esp) / restore RD
207 fldcw 4(%esp) / set RD = down
209 fstcw 4(%esp) / restore RD
216 fldcw (%esp) / restore RD
H A Dlround.s46 fldcw -4(%ecx) / set RD = to_nearest
56 fldcw -8(%ecx) / restore RD
H A Dround.s46 fldcw -4(%ecx) / set RD = to_nearest
56 fldcw -8(%ecx) / restore RD
H A Droundl.s46 fldcw -4(%ecx) / set RD = to_nearest
56 fldcw -8(%ecx) / restore RD
H A Dlroundl.s46 fldcw -4(%ecx) / set RD = to_nearest
56 fldcw -8(%ecx) / restore RD
/titanic_51/usr/src/uts/common/inet/ip/
H A Dip_helper_stream.c79 connp->conn_helper_info->iphs_rq = RD(q); in ip_helper_share_conn()
81 WR(q)->q_ptr = RD(q)->q_ptr = (void *)connp; in ip_helper_share_conn()
82 connp->conn_rq = RD(q); in ip_helper_share_conn()
111 ASSERT(RD(q) == q); in ip_helper_stream_setup()
145 RD(q)->q_ptr = WR(q)->q_ptr = ip_minfop; in ip_helper_stream_setup()
167 RD(q)->q_ptr = NULL; in ip_helper_stream_close()
/titanic_51/usr/src/uts/common/io/
H A Dzcons.c708 if (zc_switch(RD(qp)) != NULL) { in handle_mflush()
709 putnext(zc_switch(RD(qp)), mp); in handle_mflush()
712 } else if ((zc_switch(RD(qp)) != NULL) && in handle_mflush()
719 putnext(zc_switch(RD(qp)), nmp); in handle_mflush()
888 if (zc_switch(RD(qp)) == NULL) { in zc_wput()
918 ASSERT(zc_switch(RD(qp)) != NULL); in zc_wput()
919 putnext(zc_switch(RD(qp)), mp); in zc_wput()
930 if (qp->q_first == NULL && bcanputnext(RD(zc_switch(qp)), mp->b_band)) { in zc_wput()
932 putnext(RD(zc_switch(qp)), mp); in zc_wput()
983 if (zc_switch(RD(q in zc_wsrv()
[all...]
H A Dtty_common.c143 flushq(RD(q), FLUSHDATA); in ttycommon_ioctl()
144 (void) putnextctl1(RD(q), M_FLUSH, FLUSHR); in ttycommon_ioctl()
175 flushq(RD(q), FLUSHDATA); in ttycommon_ioctl()
176 (void) putnextctl1(RD(q), M_FLUSH, FLUSHR); in ttycommon_ioctl()
216 (void) putnextctl1(RD(q), M_PCSIG, SIGWINCH); in ttycommon_ioctl()
H A Dlog.c181 flushq(RD(q), FLUSHALL); in log_wput()
213 log_update(lp, RD(q), SL_CONSOLE, log_console); in log_wput()
221 log_update(lp, RD(q), SL_TRACE, log_trace); in log_wput()
225 log_update(lp, RD(q), SL_ERROR, log_error); in log_wput()
H A Dtty_pts.c449 flushq(RD(q), FLUSHDATA); in ptslwput()
486 (void) putctl1(RD(q), M_CTL, in ptslwput()
693 flushq(RD(q), FLUSHDATA); in ptslioctl()
695 (void) putnextctl1(RD(q), M_FLUSH, FLUSHR); in ptslioctl()
722 flushq(RD(q), FLUSHDATA); in ptslioctl()
724 (void) putnextctl1(RD(q), M_FLUSH, FLUSHR); in ptslioctl()
756 (void) putnextctl1(RD(q), M_PCSIG, SIGWINCH); in ptslioctl()
/titanic_51/usr/src/uts/common/io/audio/ac97/
H A Dac97.c290 #define RD(r) (ac)->rd((ac)->private, (r)) macro
318 val = RD(reg); in ac_probe_reg()
320 if (RD(reg) != 0) { in ac_probe_reg()
552 val = RD(AC97_THREE_D_CONTROL_REGISTER); in ac_probe_3d_impl()
554 if ((RD(AC97_THREE_D_CONTROL_REGISTER) & mask) != 0) { in ac_probe_3d_impl()
582 val = RD(AC97_EXTENDED_AUDIO_REGISTER); in ac_probe_center()
600 val = RD(AC97_EXTENDED_AUDIO_REGISTER); in ac_probe_lfe()
618 val = RD(AC97_EXTENDED_AUDIO_REGISTER); in ac_probe_front()
664 * To read a hardware register, use the RD() macro above.
1105 tmp = RD(AC97_POWERDOWN_CTRL_STAT_REGISTE in ac_analog_reset()
[all...]
/titanic_51/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu_ioctl_lrp.c162 OPLMSU_TRACE(RD(lrq), nmp, MSU_TRC_LO); in oplmsu_lrioctl_termios()
165 qreply(RD(lrq), nmp); in oplmsu_lrioctl_termios()
183 (void) putq(RD(ctrl->queue), hndl_mp); in oplmsu_lrioctl_termios()
283 dst_queue = RD(lpath->hndl_uqueue); in oplmsu_lrioctl_termios()
316 dst_queue = RD(altn_lpath->lower_queue); in oplmsu_lrioctl_termios()
406 dst_queue = RD(lpath->hndl_uqueue); in oplmsu_lrioctl_termios()
427 dst_queue = RD(lpath->hndl_uqueue); in oplmsu_lrioctl_termios()
487 dst_queue = RD(ctrl->queue); in oplmsu_lrmsg_error()
583 dst_queue = RD(altn_lpath->lower_queue); in oplmsu_lrmsg_error()
717 OPLMSU_TRACE(RD(lr in oplmsu_lrdata_xoffxon()
[all...]
/titanic_51/usr/src/uts/common/io/ib/clients/rds/
H A Drds_opt.c65 *i1 = RD(q)->q_hiwat; in rds_opt_get()
142 RD(q)->q_hiwat = *i1; in rds_opt_set()
143 (void) proto_set_rx_hiwat(RD(q), NULL, *i1); in rds_opt_set()
/titanic_51/usr/src/uts/common/inet/nca/
H A Dncaddi.c72 RD(q)->q_ptr = (void *)B_TRUE; in nca_open()
76 RD(q)->q_ptr = (void *)B_FALSE; in nca_open()
87 RD(q)->q_ptr = NULL; in nca_close()
/titanic_51/usr/src/uts/common/sys/
H A Dddi.h144 #undef RD
150 extern struct queue *RD(queue_t *);
/titanic_51/usr/src/cmd/sgs/gprof/common/
H A Dcalls.c115 if (RD(instructp) == R_G0) { in findcalls()
136 RD(instructp), RS1(instructp)); in findcalls()
/titanic_51/usr/src/uts/sun4u/starcat/io/
H A Dcvcredir.c214 if (cvc_register(RD(q)) == -1) { in cvcr_open()
229 (void) cvc_unregister(RD(q)); in cvcr_close()

12345