Home
last modified time | relevance | path

Searched defs:msg_len (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/lib/posix/options/
Dmqueue.c239 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/
Dstrerror.c41 size_t msg_len; in strerror_r() local
/Zephyr-latest/subsys/bluetooth/host/
Daes_ccm.c42 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/
Dmain.c66 int msg_len = strlen(buf); in print_uart() local
/Zephyr-latest/samples/drivers/uart/native_tty/src/
Dmain.c29 int msg_len = strlen(str); in send_str() local
/Zephyr-latest/tests/subsys/fs/fcb/src/
Dmain.c75 uint8_t fcb_test_append_data(int msg_len, int off) in fcb_test_append_data()
/Zephyr-latest/subsys/logging/backends/
Dlog_multidomain_backend.c38 uint32_t msg_len = Z_LOG_MSG_LEN(fsc_plen, dlen); in process() local
/Zephyr-latest/drivers/wifi/eswifi/
Deswifi_bus_spi.c192 size_t msg_len; in eswifi_spi_read_msg() local
/Zephyr-latest/drivers/i2c/
Di2c_ene_kb1200.c23 volatile uint32_t msg_len; member
Di2c_esp32.c460 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/
Dpsa_crypto.c539 static psa_status_t crp_hash_payload(uint8_t *msg, size_t msg_len, in crp_hash_payload()
/Zephyr-latest/drivers/usb_c/tcpc/
Ducpd_stm32_priv.h230 int msg_len; member
Ducpd_stm32.c598 int msg_len = 0; in ucpd_start_transmit() local
Dps8xxx.c233 uint8_t msg_len = 0; in ps8xxx_tcpc_get_rx_pending_msg() local
/Zephyr-latest/subsys/bluetooth/host/classic/
Drfcomm.c1508 uint16_t msg_len; in rfcomm_recv() local
/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_icbmsg.c697 size_t msg_len; in send_bound_message() local