Searched refs:cbvprintf_package (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/doc/services/llext/ |
D | debug.rst | 223 …n_test_functions (suite=0x92bc <z_ztest_test_node_llext>, data=0x0 <cbvprintf_package>, test=0x92d… 224 …de_llext>, b=0x92d8 <z_ztest_unit_test.llext.test_detached>, c=0x0 <cbvprintf_package>) at zephyr/… 225 …_llext>, p2=0x92d8 <z_ztest_unit_test.llext.test_detached>, p3=0x0 <cbvprintf_package>) at zephyr/… 351 …n_test_functions (suite=0x92bc <z_ztest_test_node_llext>, data=0x0 <cbvprintf_package>, test=0x92d… 352 …de_llext>, b=0x92d8 <z_ztest_unit_test.llext.test_detached>, c=0x0 <cbvprintf_package>) at zephyr/… 353 …_llext>, p2=0x92d8 <z_ztest_unit_test.llext.test_detached>, p3=0x0 <cbvprintf_package>) at zephyr/…
|
/Zephyr-latest/subsys/logging/ |
D | log_msg.c | 355 plen = cbvprintf_package(NULL, Z_LOG_MSG_ALIGN_OFFSET, in z_log_msg_runtime_vcreate() 388 plen = cbvprintf_package(pkg, (size_t)plen, package_flags, fmt, ap); in z_log_msg_runtime_vcreate()
|
/Zephyr-latest/include/zephyr/sys/ |
D | cbprintf.h | 471 int cbvprintf_package(void *packaged,
|
/Zephyr-latest/lib/os/ |
D | cbprintf_packaged.c | 233 int cbvprintf_package(void *packaged, size_t len, uint32_t flags, in cbvprintf_package() function 826 ret = cbvprintf_package(packaged, len, flags, format, ap); in cbprintf_package()
|
/Zephyr-latest/tests/unit/cbprintf/ |
D | main.c | 187 rv = cbvprintf_package(packaged, sizeof(packaged), PACKAGE_FLAGS, format, ap); in prf() 215 len = cbvprintf_package(NULL, PKG_ALIGN_OFFSET, PACKAGE_FLAGS, format, ap2); in rawprf() 219 rv = cbvprintf_package(pkg_buf, len, PACKAGE_FLAGS, format, ap); in rawprf()
|
/Zephyr-latest/doc/services/ |
D | formatted_output.rst | 79 * runtime - using :c:func:`cbprintf_package` or :c:func:`cbvprintf_package`. This
|