| /Zephyr-latest/lib/posix/options/ | 
| D | mqueue.c | 239 int mq_send(mqd_t mqdes, const char *msg_ptr, size_t msg_len,  in mq_send() 254 int mq_timedsend(mqd_t mqdes, const char *msg_ptr, size_t msg_len,  in mq_timedsend() 270 int mq_receive(mqd_t mqdes, char *msg_ptr, size_t msg_len,  in mq_receive() 285 int mq_timedreceive(mqd_t mqdes, char *msg_ptr, size_t msg_len,  in mq_timedreceive() 437 static int32_t send_message(mqueue_desc *mqd, const char *msg_ptr, size_t msg_len,  in send_message() 481 static int32_t receive_message(mqueue_desc *mqd, char *msg_ptr, size_t msg_len,  in receive_message()
  | 
| /Zephyr-latest/lib/libc/minimal/source/string/ | 
| D | strerror.c | 41 	size_t msg_len;  in strerror_r()  local
  | 
| /Zephyr-latest/subsys/bluetooth/host/ | 
| D | aes_ccm.c | 42 			    size_t mic_size, uint16_t msg_len, uint8_t b[16],  in ccm_calculate_X0() 100 		    const uint8_t *cleartext_msg, uint16_t msg_len, const uint8_t *aad,  in ccm_auth() 153 		     const uint8_t *in_msg, uint8_t *out_msg, uint16_t msg_len)  in ccm_crypt()
  | 
| /Zephyr-latest/samples/drivers/uart/echo_bot/src/ | 
| D | main.c | 66 	int msg_len = strlen(buf);  in print_uart()  local
  | 
| /Zephyr-latest/samples/drivers/uart/native_tty/src/ | 
| D | main.c | 29 	int msg_len = strlen(str);  in send_str()  local
  | 
| /Zephyr-latest/drivers/serial/ | 
| D | uart_shell.c | 30 	int msg_len = strlen(buf);  in cmd_uart_write()  local
  | 
| /Zephyr-latest/tests/subsys/fs/fcb/src/ | 
| D | main.c | 75 uint8_t fcb_test_append_data(int msg_len, int off)  in fcb_test_append_data()
  | 
| /Zephyr-latest/drivers/crypto/ | 
| D | crypto_cc23x0.c | 349 	uint32_t msg_len = aead_op->pkt->in_len;  in crypto_cc23x0_ccm_encrypt()  local 473 	uint32_t msg_len = aead_op->pkt->in_len;  in crypto_cc23x0_ccm_decrypt()  local
  | 
| /Zephyr-latest/subsys/logging/backends/ | 
| D | log_multidomain_backend.c | 38 	uint32_t msg_len = Z_LOG_MSG_LEN(fsc_plen, dlen);  in process()  local
  | 
| /Zephyr-latest/drivers/wifi/eswifi/ | 
| D | eswifi_bus_spi.c | 192 	size_t msg_len;  in eswifi_spi_read_msg()  local
  | 
| /Zephyr-latest/drivers/i2c/ | 
| D | i2c_ene_kb1200.c | 23 	volatile uint32_t msg_len;  member
  | 
| D | i2c_esp32.c | 460 	uint32_t msg_len = msg->len;  in i2c_esp32_master_read()  local 544 	uint32_t msg_len = msg->len;  in i2c_esp32_master_write()  local
  | 
| /Zephyr-latest/samples/tfm_integration/psa_crypto/src/ | 
| D | psa_crypto.c | 539 static psa_status_t crp_hash_payload(uint8_t *msg, size_t msg_len,  in crp_hash_payload()
  | 
| /Zephyr-latest/drivers/usb_c/tcpc/ | 
| D | ucpd_stm32_priv.h | 230 	int msg_len;  member
  | 
| D | ucpd_stm32.c | 598 		int msg_len = 0;  in ucpd_start_transmit()  local
  | 
| D | ps8xxx.c | 217 	uint8_t msg_len = 0;  in ps8xxx_tcpc_get_rx_pending_msg()  local
  | 
| /Zephyr-latest/subsys/bluetooth/host/classic/ | 
| D | rfcomm.c | 1525 	uint16_t msg_len;  in rfcomm_recv()  local
  | 
| /Zephyr-latest/subsys/ipc/ipc_service/backends/ | 
| D | ipc_icbmsg.c | 697 	size_t msg_len;  in send_bound_message()  local
  |