Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/sys/
Dcbprintf.h96 struct cbprintf_package_hdr_ext { struct
116 BUILD_ASSERT(sizeof(struct cbprintf_package_hdr_ext) % Z_PKG_HDR_EXT_XTENSA_ALIGNMENT == 0, argument
/Zephyr-latest/tests/subsys/logging/log_msg/src/
Dmain.c394 /* package */sizeof(struct cbprintf_package_hdr_ext); in ZTEST()
453 /* package */sizeof(struct cbprintf_package_hdr_ext); in ZTEST()
487 /* package */sizeof(struct cbprintf_package_hdr_ext) + in ZTEST()
529 /* package */sizeof(struct cbprintf_package_hdr_ext) + in ZTEST()
/Zephyr-latest/subsys/logging/
Dlog_msg.c310 struct cbprintf_package_hdr_ext *pkg = in z_impl_z_log_msg_static_create()
311 (struct cbprintf_package_hdr_ext *)package; in z_impl_z_log_msg_static_create()
Dlog_output_syst.c809 struct cbprintf_package_hdr_ext *pkg_hdr = (void *)data;
/Zephyr-latest/tests/subsys/logging/log_api/src/
Dmain.c29 sizeof(struct cbprintf_package_hdr_ext) + \
35 sizeof(struct cbprintf_package_hdr_ext) + \
/Zephyr-latest/lib/os/
Dcbprintf_packaged.c836 struct cbprintf_package_hdr_ext *hdr = packaged; in cbpprintf_external()