Searched defs:msg_size (Results 1 – 14 of 14) sorted by relevance
/Zephyr-Core-3.6.0/samples/subsys/zbus/uart_bridge/ |
D | decoder.py | 43 channel_name, msg_size, msg = fetch_sentence() variable
|
/Zephyr-Core-3.6.0/samples/subsys/zbus/remote_mock/ |
D | remote_mock.py | 47 channel_name, msg_size, msg = fetch_sentence(ser) variable
|
/Zephyr-Core-3.6.0/kernel/ |
D | msg_q.c | 39 void k_msgq_init(struct k_msgq *msgq, char *buffer, size_t msg_size, in k_msgq_init() 65 int z_impl_k_msgq_alloc_init(struct k_msgq *msgq, size_t msg_size, in z_impl_k_msgq_alloc_init() 93 int z_vrfy_k_msgq_alloc_init(struct k_msgq *msgq, size_t msg_size, in z_vrfy_k_msgq_alloc_init()
|
/Zephyr-Core-3.6.0/drivers/ipm/ |
D | ipm_sedi.c | 98 int msg_size) in ipm_send_isr() 118 int msg_size) in ipm_sedi_send()
|
/Zephyr-Core-3.6.0/subsys/portability/cmsis_rtos_v2/ |
D | msgq.c | 26 osMessageQueueId_t osMessageQueueNew(uint32_t msg_count, uint32_t msg_size, in osMessageQueueNew()
|
/Zephyr-Core-3.6.0/samples/subsys/zbus/hello_world/src/ |
D | main.c | 44 static bool simple_chan_validator(const void *msg, size_t msg_size) in simple_chan_validator()
|
/Zephyr-Core-3.6.0/subsys/net/lib/dns/ |
D | dns_pack.c | 275 uint16_t msg_size; in dns_msg_pack_query() local 364 uint16_t msg_size = dns_msg->msg_size; in dns_copy_qname() local
|
D | dns_pack.h | 81 uint16_t msg_size; member
|
/Zephyr-Core-3.6.0/subsys/logging/backends/ |
D | log_multidomain_backend.c | 100 size_t msg_size = slen + 1 + msg_offset + in get_name_response() local
|
/Zephyr-Core-3.6.0/subsys/logging/ |
D | log_multidomain_link.c | 91 struct log_multidomain_msg *msg, size_t msg_size) in getter_msg_process()
|
/Zephyr-Core-3.6.0/lib/posix/options/ |
D | mqueue.c | 60 long msg_size = 0U, max_msgs = 0U; in mq_open() local
|
/Zephyr-Core-3.6.0/tests/subsys/zbus/unittests/src/ |
D | main.c | 15 static bool hard_msg_validator(const void *msg, size_t msg_size) in hard_msg_validator()
|
/Zephyr-Core-3.6.0/subsys/net/lib/dhcpv6/ |
D | dhcpv6.c | 430 size_t msg_size = sizeof(struct dhcpv6_msg_hdr); in dhcpv6_calculate_message_size() local 574 size_t msg_size; in dhcpv6_create_message() local
|
/Zephyr-Core-3.6.0/include/zephyr/ |
D | kernel.h | 4408 size_t msg_size; member 4463 size_t msg_size; member
|