HomeSort by: relevance | last modified time | path
    Searched refs:msg_size (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
amdgpu_hdcp_log.c 34 void mod_hdcp_dump_binary_message(uint8_t *msg, uint32_t msg_size,
41 uint32_t line_count = msg_size / bytes_per_line,
42 trailing_bytes = msg_size % bytes_per_line;
49 for (i = 0; i < msg_size; i++) {
hdcp_log.h 88 #define HDCP_DDC_READ_TRACE(hdcp, msg_name, msg, msg_size) do { \
89 mod_hdcp_dump_binary_message(msg, msg_size, hdcp->buf, \
94 #define HDCP_DDC_WRITE_TRACE(hdcp, msg_name, msg, msg_size) do { \
95 mod_hdcp_dump_binary_message(msg, msg_size, hdcp->buf, \
amdgpu_hdcp_psp.c 46 in->process.msg1_desc.msg_size = 0;
48 in->process.msg2_desc.msg_size = 0;
50 in->process.msg3_desc.msg_size = 0;
455 msg_in->process.msg1_desc.msg_size = TA_HDCP_HDCP2_MSG_ID_MAX_SIZE__AKE_SEND_CERT;
502 msg_in->process.msg1_desc.msg_size = TA_HDCP_HDCP2_MSG_ID_MAX_SIZE__AKE_SEND_H_PRIME;
509 msg_in->process.msg2_desc.msg_size = TA_HDCP_HDCP2_MSG_ID_MAX_SIZE__AKE_SEND_PAIRING_INFO;
577 msg_in->process.msg1_desc.msg_size = TA_HDCP_HDCP2_MSG_ID_MAX_SIZE__LC_SEND_L_PRIME;
623 msg_out->prepare.msg1_desc.msg_size = sizeof(hdcp->auth.msg.hdcp2.ske_eks);
683 msg_in->process.msg1_desc.msg_size = sizeof(hdcp->auth.msg.hdcp2.rx_id_list);
770 hdcp->auth.msg.hdcp2.stream_manage_size = msg_out->prepare.msg1_desc.msg_size;
    [all...]
hdcp_psp.h 357 uint32_t msg_size; member in struct:ta_hdcp_cmd_hdcp2_authentication_message_v2
hdcp.h 327 void mod_hdcp_dump_binary_message(uint8_t *msg, uint32_t msg_size,
  /src/usr.sbin/bootp/common/
bootpd.h 129 msg_size :1, member in struct:flag
188 msg_size,
187 msg_size, member in struct:host
dumptab.c 210 if (hp->flags.msg_size) {
211 fprintf(fp, "\\\n\t:ms=%d:", hp->msg_size);
readfile.c 1113 PARSE_INT(msg_size);
1114 if (hp->msg_size < BP_MINPKTSZ ||
1115 hp->msg_size > MAX_MSG_SIZE)
1494 DUP_COPY(msg_size);
  /src/sys/external/bsd/vchiq/dist/interface/vchi/connections/
connection.h 106 uint32_t *msg_size,
112 uint32_t *msg_size,
129 int32_t *msg_size,
141 uint32_t *msg_size );
  /src/sys/external/bsd/vchiq/dist/interface/vchi/
vchi.h 262 uint32_t *msg_size,
274 uint32_t *msg_size, // } obtained from HELD_MSG_T
308 uint32_t *msg_size );
322 uint32_t *msg_size, // }
  /src/external/ibm-public/postfix/dist/src/showq/
showq.c 173 long msg_size = size; local
224 && (msg_size = atol(start)) >= 0);
229 msg_size = size;
250 SEND_ATTR_LONG(MAIL_ATTR_SIZE, msg_size),
296 if (msg_size_ok && vstream_fseek(qfile, msg_size, SEEK_CUR) < 0)
  /src/sys/external/bsd/vchiq/dist/interface/vchi/message_drivers/
message.h 186 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 );
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_shim.c 85 * uint32_t *msg_size,
99 uint32_t *msg_size,
115 *msg_size = header->size;
418 * uint32_t *msg_size,
432 uint32_t *msg_size,
449 *msg_size = header->size;
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_state.c 114 state->msg_size = 0;
smtpd.h 114 off_t msg_size; /* MAIL FROM message size */ member in struct:__anon69
  /src/external/gpl2/lvm2/dist/daemons/dmeventd/
libdevmapper-event.c 341 int msg_size; local
351 if ((msg_size = dm_asprintf(&(msg->data), fmt, getpid(), _sequence_nr,
356 msg->size = msg_size;
  /src/external/bsd/tcpdump/dist/
print-ppp.c 836 u_int val_size, name_size, msg_size; local
891 msg_size = len - (u_int)(p - p0);
893 for (i = 0; i< msg_size; i++) {
  /src/usr.sbin/bootp/bootpd/
bootpd.c 1230 if (hp->flags.msg_size) {
1231 pktlen = hp->msg_size;
  /src/sys/dev/pci/qat/
qat.c 994 qat_etr_verify_ring_size(uint32_t msg_size, uint32_t num_msgs)
999 if ((msg_size * num_msgs) == QAT_SIZE_TO_RING_SIZE_IN_BYTES(i))
1007 uint32_t num_msgs, uint32_t msg_size, qat_cb_t cb, void *cb_arg,
1050 qr->qr_msg_size = QAT_BYTES_TO_MSG_SIZE(msg_size);
1051 qr->qr_ring_size = qat_etr_verify_ring_size(msg_size, num_msgs);
  /src/external/gpl2/xcvs/dist/lib/
regcomp.c 508 size_t msg_size;
521 msg_size = strlen (msg) + 1; /* Includes the null. */
525 if (BE (msg_size > errbuf_size, 0))
535 memcpy (errbuf, msg, msg_size);
538 return msg_size;
505 size_t msg_size; local
  /src/external/gpl2/diffutils/dist/lib/
regex.c 8320 size_t msg_size;
8333 msg_size = strlen (msg) + 1; /* Includes the null. */
8337 if (msg_size > errbuf_size)
8347 memcpy (errbuf, msg, msg_size);
8350 return msg_size;
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.c 8184 size_t msg_size;
8197 msg_size = strlen (msg) + 1; /* Includes the null. */
8201 if (msg_size > errbuf_size)
8211 memcpy (errbuf, msg, msg_size);
8214 return msg_size;
  /src/external/gpl2/grep/dist/lib/
regex.c 7851 size_t msg_size;
7864 msg_size = strlen (msg) + 1; /* Includes the null. */
7868 if (msg_size > errbuf_size)
7878 memcpy (errbuf, msg, msg_size);
7881 return msg_size;
7827 size_t msg_size; variable
  /src/external/gpl3/binutils/dist/libiberty/
regex.c 8102 size_t msg_size;
8115 msg_size = strlen (msg) + 1; /* Includes the null. */
8119 if (msg_size > errbuf_size)
8129 (void) memcpy (errbuf, msg, msg_size);
8132 return msg_size;
  /src/external/gpl3/binutils.old/dist/libiberty/
regex.c 8102 size_t msg_size;
8115 msg_size = strlen (msg) + 1; /* Includes the null. */
8119 if (msg_size > errbuf_size)
8129 (void) memcpy (errbuf, msg, msg_size);
8132 return msg_size;

Completed in 153 milliseconds

1 2