Home
last modified time | relevance | path

Searched refs:log_msg_hexdump_create (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-2.7.6/tests/subsys/logging/log_msg/src/
Dlog_msg_test.c77 msg = log_msg_hexdump_create("test", data, in test_log_hexdump_msg()
93 msg = log_msg_hexdump_create("test", data, in test_log_hexdump_msg()
109 msg = log_msg_hexdump_create("test", data, in test_log_hexdump_msg()
125 msg = log_msg_hexdump_create("test", data, in test_log_hexdump_msg()
158 msg = log_msg_hexdump_create("test", data, wr_length); in test_log_hexdump_data_get_single_chunk()
257 msg = log_msg_hexdump_create("test", data, wr_length); in test_log_hexdump_data_get_two_chunks()
350 msg = log_msg_hexdump_create("test", data, wr_length); in test_log_hexdump_data_get_multiple_chunks()
437 msg = log_msg_hexdump_create("test", data, wr_length); in test_log_hexdump_data_put_chunks()
/Zephyr-Core-2.7.6/include/logging/
Dlog_msg.h282 struct log_msg *log_msg_hexdump_create(const char *str,
/Zephyr-Core-2.7.6/subsys/logging/
Dlog_core.c356 log_msg_hexdump_create(str, (const uint8_t *)data, length); in log_hexdump()
406 msg = log_msg_hexdump_create(NULL, str, length); in z_log_vprintk()
1022 msg = log_msg_hexdump_create(NULL, str, len); in z_vrfy_z_log_string_from_user()
Dlog_msg.c330 struct log_msg *log_msg_hexdump_create(const char *str, in log_msg_hexdump_create() function