Home
last modified time | relevance | path

Searched refs:reply_type (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.sbin/rpcbind/
H A Drpcb_svc_com.c98 rpcproc_t reply_type; member
610 rpcproc_t reply_type, rpcvers_t versnum) in rpcbproc_callit_com() argument
633 if (reply_type == RPCBPROC_INDIRECT) in rpcbproc_callit_com()
641 if (reply_type == RPCBPROC_INDIRECT) in rpcbproc_callit_com()
658 if (reply_type == RPCBPROC_INDIRECT) in rpcbproc_callit_com()
669 if (reply_type == RPCBPROC_INDIRECT) in rpcbproc_callit_com()
691 reply_type == RPCBPROC_INDIRECT ? "indirect" : "callit", in rpcbproc_callit_com()
702 rpcbs_rmtcall(versnum - 2, reply_type, a.rmt_prog, a.rmt_vers, in rpcbproc_callit_com()
710 if (reply_type == RPCBPROC_INDIRECT) in rpcbproc_callit_com()
715 if (reply_type == RPCBPROC_INDIRECT) { in rpcbproc_callit_com()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_dp_mst_topology.c694 buf[idx++] = (rep->reply_type & 0x1) << 7 | (rep->req_type & 0x7f); in drm_dp_encode_sideband_reply()
942 msg->reply_type = (raw->msg[0] & 0x80) >> 7; in drm_dp_sideband_parse_reply()
945 if (msg->reply_type == DP_SIDEBAND_REPLY_NAK) { in drm_dp_sideband_parse_reply()
2911 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) { in drm_dp_send_link_address()
2974 if (ret > 0 && txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) in drm_dp_send_clear_payload_id_table()
3003 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) { in drm_dp_send_enum_path_resources()
3120 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) in drm_dp_payload_send_msg()
3153 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) in drm_dp_send_power_updown_phy()
3395 if (txmsg->reply.reply_type == 1) { in drm_dp_send_dpcd_read()
3445 if (txmsg->reply.reply_type == DP_SIDEBAND_REPLY_NAK) in drm_dp_send_dpcd_write()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_dp_mst_helper.h439 u8 reply_type; member