Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/logging/log_link_order/src/
Dmain.c95 struct log_msg *log1; in ZTEST() local
97 log1 = z_log_msg_alloc(sizeof(struct log_msg) / sizeof(int)); in ZTEST()
98 log1->hdr.desc.type = Z_LOG_MSG_LOG; in ZTEST()
99 log1->hdr.desc.package_len = 0; in ZTEST()
100 log1->hdr.desc.data_len = 0; in ZTEST()
103 z_log_msg_commit(log1); in ZTEST()
120 struct log_msg *log1; in ZTEST() local
128 log1 = z_log_msg_alloc(sizeof(struct log_msg) / sizeof(int)); in ZTEST()
130 log1->hdr.desc.package_len = 0; in ZTEST()
131 log1->hdr.desc.data_len = 0; in ZTEST()
[all …]