Home
last modified time | relevance | path

Searched refs:msg_size (Results 1 – 11 of 11) sorted by relevance

/openbsd/sys/dev/pci/drm/amd/display/modules/hdcp/
H A Dhdcp_log.h94 #define HDCP_DDC_READ_TRACE(hdcp, msg_name, msg, msg_size) do { \ argument
95 mod_hdcp_dump_binary_message(msg, msg_size, hdcp->buf, \
100 #define HDCP_DDC_WRITE_TRACE(hdcp, msg_name, msg, msg_size) do { \ argument
101 mod_hdcp_dump_binary_message(msg, msg_size, hdcp->buf, \
H A Dhdcp_log.c29 void mod_hdcp_dump_binary_message(uint8_t *msg, uint32_t msg_size, in mod_hdcp_dump_binary_message() argument
36 uint32_t line_count = msg_size / bytes_per_line, in mod_hdcp_dump_binary_message()
37 trailing_bytes = msg_size % bytes_per_line; in mod_hdcp_dump_binary_message()
44 for (i = 0; i < msg_size; i++) { in mod_hdcp_dump_binary_message()
H A Dhdcp_psp.c41 in->process.msg1_desc.msg_size = 0; in hdcp2_message_init()
43 in->process.msg2_desc.msg_size = 0; in hdcp2_message_init()
45 in->process.msg3_desc.msg_size = 0; in hdcp2_message_init()
628 msg_in->process.msg1_desc.msg_size = TA_HDCP_HDCP2_MSG_ID_MAX_SIZE__AKE_SEND_CERT; in mod_hdcp_hdcp2_validate_ake_cert()
688 msg_in->process.msg1_desc.msg_size = TA_HDCP_HDCP2_MSG_ID_MAX_SIZE__AKE_SEND_H_PRIME; in mod_hdcp_hdcp2_validate_h_prime()
695 msg_in->process.msg2_desc.msg_size = TA_HDCP_HDCP2_MSG_ID_MAX_SIZE__AKE_SEND_PAIRING_INFO; in mod_hdcp_hdcp2_validate_h_prime()
767 msg_in->process.msg1_desc.msg_size = TA_HDCP_HDCP2_MSG_ID_MAX_SIZE__LC_SEND_L_PRIME; in mod_hdcp_hdcp2_validate_l_prime()
815 msg_out->prepare.msg1_desc.msg_size = in mod_hdcp_hdcp2_prepare_eks()
879 msg_in->process.msg1_desc.msg_size = sizeof(hdcp->auth.msg.hdcp2.rx_id_list); in mod_hdcp_hdcp2_validate_rx_id_list()
983 hdcp->auth.msg.hdcp2.stream_manage_size = msg_out->prepare.msg1_desc.msg_size; in mod_hdcp_hdcp2_prepare_stream_management()
[all …]
H A Dhdcp_psp.h402 uint32_t msg_size; member
H A Dhdcp.h325 void mod_hdcp_dump_binary_message(uint8_t *msg, uint32_t msg_size,
/openbsd/usr.sbin/ldpd/
H A Dpacket.c430 uint16_t pdu_len, msg_len, msg_size, max_pdu_len; in session_read() local
504 msg_size = msg_len + LDP_MSG_DEAD_LEN; in session_read()
505 pdu_len -= msg_size; in session_read()
540 ret = recv_notification(nbr, pdu, msg_size); in session_read()
543 ret = recv_init(nbr, pdu, msg_size); in session_read()
546 ret = recv_keepalive(nbr, pdu, msg_size); in session_read()
549 ret = recv_capability(nbr, pdu, msg_size); in session_read()
553 ret = recv_address(nbr, pdu, msg_size); in session_read()
560 ret = recv_labelmessage(nbr, pdu, msg_size, in session_read()
581 pdu += msg_size; in session_read()
[all …]
H A Dlabelmapping.c54 uint16_t msg_size, size = 0; in send_labelmessage() local
77 msg_size = LDP_MSG_SIZE; in send_labelmessage()
78 msg_size += len_fec_tlv(&me->map); in send_labelmessage()
80 msg_size += LABEL_TLV_SIZE; in send_labelmessage()
82 msg_size += REQID_TLV_SIZE; in send_labelmessage()
84 msg_size += STATUS_SIZE; in send_labelmessage()
87 if (size + msg_size > nbr->max_pdu_len) { in send_labelmessage()
93 size += msg_size; in send_labelmessage()
96 err |= gen_msg_hdr(buf, type, msg_size); in send_labelmessage()
/openbsd/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_gsc_uc_heci_cmd_submit.h85 u8 heci_client_id, u32 msg_size,
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c5702 size_t msg_size; variable
5716 msg_size = strlen (msg) + 1; /* Includes the null. */
5720 if (msg_size > errbuf_size)
5730 memcpy (errbuf, msg, msg_size);
5733 return msg_size;
/openbsd/gnu/usr.bin/cvs/lib/
H A Dregex.c6326 size_t msg_size; local
6338 msg_size = strlen (msg) + 1; /* Includes the null. */
6342 if (msg_size > errbuf_size)
6351 return msg_size;
/openbsd/gnu/lib/libiberty/src/
H A Dregex.c8069 size_t msg_size;
8082 msg_size = strlen (msg) + 1; /* Includes the null. */
8086 if (msg_size > errbuf_size)
8096 memcpy (errbuf, msg, msg_size);
8099 return msg_size;