Home
last modified time | relevance | path

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

12

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
H A Damdgpu_hdcp_log.c34 void mod_hdcp_dump_binary_message(uint8_t *msg, uint32_t msg_size, in mod_hdcp_dump_binary_message() argument
41 uint32_t line_count = msg_size / bytes_per_line, in mod_hdcp_dump_binary_message()
42 trailing_bytes = msg_size % bytes_per_line; in mod_hdcp_dump_binary_message()
49 for (i = 0; i < msg_size; i++) { in mod_hdcp_dump_binary_message()
H A Damdgpu_hdcp_psp.c46 in->process.msg1_desc.msg_size = 0; in hdcp2_message_init()
48 in->process.msg2_desc.msg_size = 0; in hdcp2_message_init()
50 in->process.msg3_desc.msg_size = 0; in hdcp2_message_init()
455 msg_in->process.msg1_desc.msg_size = TA_HDCP_HDCP2_MSG_ID_MAX_SIZE__AKE_SEND_CERT; in mod_hdcp_hdcp2_validate_ake_cert()
502 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()
509 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()
577 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()
623 msg_out->prepare.msg1_desc.msg_size = sizeof(hdcp->auth.msg.hdcp2.ske_eks); in mod_hdcp_hdcp2_prepare_eks()
683 msg_in->process.msg1_desc.msg_size = sizeof(hdcp->auth.msg.hdcp2.rx_id_list); in mod_hdcp_hdcp2_validate_rx_id_list()
770 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_log.h88 #define HDCP_DDC_READ_TRACE(hdcp, msg_name, msg, msg_size) do { \ argument
89 mod_hdcp_dump_binary_message(msg, msg_size, hdcp->buf, \
94 #define HDCP_DDC_WRITE_TRACE(hdcp, msg_name, msg, msg_size) do { \ argument
95 mod_hdcp_dump_binary_message(msg, msg_size, hdcp->buf, \
H A Dhdcp_psp.h357 uint32_t msg_size; member
H A Dhdcp.h327 void mod_hdcp_dump_binary_message(uint8_t *msg, uint32_t msg_size,
/netbsd-src/external/ibm-public/postfix/dist/src/showq/
H A Dshowq.c173 long msg_size = size; in showq_report() local
220 && (msg_size = atol(start)) >= 0); in showq_report()
225 msg_size = size; in showq_report()
246 SEND_ATTR_LONG(MAIL_ATTR_SIZE, msg_size), in showq_report()
274 if (msg_size_ok && vstream_fseek(qfile, msg_size, SEEK_CUR) < 0) in showq_report()
/netbsd-src/sys/external/bsd/vchiq/dist/interface/vchi/connections/
H A Dconnection.h106 uint32_t *msg_size,
112 uint32_t *msg_size,
129 int32_t *msg_size,
141 uint32_t *msg_size );
/netbsd-src/sys/external/bsd/vchiq/dist/interface/vchi/
H A Dvchi.h262 uint32_t *msg_size,
274 uint32_t *msg_size, // } obtained from HELD_MSG_T
308 uint32_t *msg_size );
322 uint32_t *msg_size, // }
/netbsd-src/usr.sbin/bootp/common/
H A Dbootpd.h129 msg_size :1, member
187 msg_size, member
H A Ddumptab.c209 if (hp->flags.msg_size) { in dump_host()
210 fprintf(fp, "\\\n\t:ms=%d:", hp->msg_size); in dump_host()
H A Dreadfile.c1107 PARSE_INT(msg_size); in eval_symbol()
1108 if (hp->msg_size < BP_MINPKTSZ || in eval_symbol()
1109 hp->msg_size > MAX_MSG_SIZE) in eval_symbol()
1482 DUP_COPY(msg_size); in fill_defaults()
/netbsd-src/sys/external/bsd/vchiq/dist/interface/vchi/message_drivers/
H A Dmessage.h186 int (*rx_slot_size)( VCHI_MDRIVER_HANDLE_T *handle, int msg_size );
187 int (*tx_slot_size)( VCHI_MDRIVER_HANDLE_T *handle, int msg_size );
/netbsd-src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
H A Dvchiq_shim.c99 uint32_t *msg_size, in vchi_msg_peek() argument
115 *msg_size = header->size; in vchi_msg_peek()
432 uint32_t *msg_size, in vchi_msg_hold() argument
449 *msg_size = header->size; in vchi_msg_hold()
/netbsd-src/external/gpl2/lvm2/dist/daemons/dmeventd/
H A Dlibdevmapper-event.c341 int msg_size; in _daemon_talk() local
351 if ((msg_size = dm_asprintf(&(msg->data), fmt, getpid(), _sequence_nr, in _daemon_talk()
356 msg->size = msg_size; in _daemon_talk()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_state.c114 state->msg_size = 0; in smtpd_state_init()
H A Dsmtpd.h114 off_t msg_size; /* MAIL FROM message size */ member
/netbsd-src/usr.sbin/bootp/bootpd/
H A Dbootpd.c1221 if (hp->flags.msg_size) { in dovend_rfc1048()
1222 pktlen = hp->msg_size; in dovend_rfc1048()
/netbsd-src/sys/dev/pci/qat/
H A Dqat.c994 qat_etr_verify_ring_size(uint32_t msg_size, uint32_t num_msgs) in qat_etr_verify_ring_size() argument
999 if ((msg_size * num_msgs) == QAT_SIZE_TO_RING_SIZE_IN_BYTES(i)) in qat_etr_verify_ring_size()
1007 uint32_t num_msgs, uint32_t msg_size, qat_cb_t cb, void *cb_arg, in qat_etr_setup_ring() argument
1050 qr->qr_msg_size = QAT_BYTES_TO_MSG_SIZE(msg_size); in qat_etr_setup_ring()
1051 qr->qr_ring_size = qat_etr_verify_ring_size(msg_size, num_msgs); in qat_etr_setup_ring()
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dregcomp.c505 size_t msg_size; in weak_alias() local
518 msg_size = strlen (msg) + 1; /* Includes the null. */ in weak_alias()
522 if (BE (msg_size > errbuf_size, 0)) in weak_alias()
532 memcpy (errbuf, msg, msg_size); in weak_alias()
535 return msg_size; in weak_alias()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dregex.c8081 size_t msg_size;
8094 msg_size = strlen (msg) + 1; /* Includes the null. */
8098 if (msg_size > errbuf_size)
8108 (void) memcpy (errbuf, msg, msg_size);
8111 return msg_size;
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dregex.c8163 size_t msg_size;
8176 msg_size = strlen (msg) + 1; /* Includes the null. */
8180 if (msg_size > errbuf_size)
8190 memcpy (errbuf, msg, msg_size);
8193 return msg_size;
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dregex.c8299 size_t msg_size;
8312 msg_size = strlen (msg) + 1; /* Includes the null. */
8316 if (msg_size > errbuf_size)
8326 memcpy (errbuf, msg, msg_size);
8329 return msg_size;
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dregex.c8081 size_t msg_size;
8094 msg_size = strlen (msg) + 1; /* Includes the null. */
8098 if (msg_size > errbuf_size)
8108 (void) memcpy (errbuf, msg, msg_size);
8111 return msg_size;
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dregex.c8081 size_t msg_size;
8094 msg_size = strlen (msg) + 1; /* Includes the null. */
8098 if (msg_size > errbuf_size)
8108 (void) memcpy (errbuf, msg, msg_size);
8111 return msg_size;
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dregex.c7827 size_t msg_size; variable
7840 msg_size = strlen (msg) + 1; /* Includes the null. */
7844 if (msg_size > errbuf_size)
7854 memcpy (errbuf, msg, msg_size);
7857 return msg_size;

12