Searched refs:log_msg_desc (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.5.0/subsys/logging/ |
D | log_msg.c | 15 BUILD_ASSERT(sizeof(struct log_msg_desc) == sizeof(uint32_t), 24 const struct log_msg_desc desc, const void *data) in z_log_msg_finalize() 47 const struct log_msg_desc desc, in z_impl_z_log_msg_static_create() 58 struct log_msg_desc out_desc = desc; in z_impl_z_log_msg_static_create() 100 const struct log_msg_desc desc, in z_vrfy_z_log_msg_static_create() 129 struct log_msg_desc desc = in z_impl_z_log_msg_runtime_vcreate()
|
D | log_frontend_dict_uart.c | 228 const struct log_msg_desc desc) in hdr_fill() 245 const struct log_msg_desc desc, in sync_msg() 262 const struct log_msg_desc desc, in log_frontend_msg() 266 struct log_msg_desc outdesc = desc; in log_frontend_msg()
|
/Zephyr-Core-3.5.0/include/zephyr/logging/ |
D | log_frontend.h | 32 const struct log_msg_desc desc,
|
D | log_msg.h | 56 struct log_msg_desc { struct 71 struct log_msg_desc desc; argument 251 struct log_msg_desc _desc = \ 267 struct log_msg_desc _desc = \ 504 const struct log_msg_desc desc, const void *data); 517 const struct log_msg_desc desc, 593 static inline uint32_t log_msg_get_total_wlen(const struct log_msg_desc desc) in log_msg_get_total_wlen()
|
/Zephyr-Core-3.5.0/tests/subsys/logging/log_api/src/ |
D | mock_frontend.c | 87 const struct log_msg_desc desc, in log_frontend_msg()
|