Home
last modified time | relevance | path

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

/tests/bluetooth/controller/mock_ctrl/src/
A Dassert.c13 va_list ap; in assert_print() local
15 va_start(ap, fmt); in assert_print()
16 vprintk(fmt, ap); in assert_print()
17 va_end(ap); in assert_print()
/tests/net/mocks/
A Dassert.c14 va_list ap; in assert_print() local
16 va_start(ap, fmt); in assert_print()
17 vprintk(fmt, ap); in assert_print()
18 va_end(ap); in assert_print()
/tests/bluetooth/audio/mocks/src/
A Dassert.c14 va_list ap; in assert_print() local
16 va_start(ap, fmt); in assert_print()
17 vprintk(fmt, ap); in assert_print()
18 va_end(ap); in assert_print()
/tests/lib/acpi/unit/src/
A Dassert.c13 va_list ap; in assert_print() local
15 va_start(ap, fmt); in assert_print()
16 vprintk(fmt, ap); in assert_print()
17 va_end(ap); in assert_print()
/tests/bluetooth/host/host_mocks/
A Dassert.c14 va_list ap; in assert_print() local
16 va_start(ap, fmt); in assert_print()
17 vprintk(fmt, ap); in assert_print()
18 va_end(ap); in assert_print()
/tests/subsys/logging/log_core_additional/src/
A Dlog_test_user.c52 va_list ap; in call_log_generic() local
54 va_start(ap, fmt); in call_log_generic()
55 log_generic(LOG_LEVEL_INF, fmt, ap); in call_log_generic()
56 va_end(ap); in call_log_generic()
A Dlog_test.c493 va_list ap; in call_log_generic() local
495 va_start(ap, fmt); in call_log_generic()
496 log_generic(LOG_LEVEL_INF, fmt, ap); in call_log_generic()
497 va_end(ap); in call_log_generic()
/tests/subsys/fs/common/
A Dtest_fs_util.c14 va_list ap) in path_vextend() argument
16 const char *ep = va_arg(ap, const char *); in path_vextend()
43 ep = va_arg(ap, const char *); in path_vextend()
52 va_list ap; in testfs_path_init() local
69 va_start(ap, mp); in testfs_path_init()
70 path_vextend(pp, ap); in testfs_path_init()
71 va_end(ap); in testfs_path_init()
78 va_list ap; in testfs_path_extend() local
80 va_start(ap, pp); in testfs_path_extend()
81 path_vextend(pp, ap); in testfs_path_extend()
[all …]
/tests/unit/cbprintf/
A Dmain.c178 va_list ap; in prf() local
182 va_start(ap, format); in prf()
199 va_end(ap); in prf()
205 va_list ap; in rawprf() local
208 va_start(ap, format); in rawprf()
214 va_copy(ap2, ap); in rawprf()
229 va_end(ap); in rawprf()
294 va_list ap; in prf_failed() local
296 va_start(ap, format); in prf_failed()
300 vprintf(format, ap); in prf_failed()
[all …]
/tests/drivers/build_all/sensor/
A Duart.dtsi39 compatible = "ap,fcx-mldx5";
/tests/net/wifi/configs/
A Dtestcase.yaml43 wifi.build.ap:

Completed in 33 milliseconds