Searched refs:ap (Results 1 – 11 of 11) sorted by relevance
| /tests/bluetooth/controller/mock_ctrl/src/ |
| A D | assert.c | 13 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 D | assert.c | 14 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 D | assert.c | 14 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 D | assert.c | 13 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 D | assert.c | 14 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 D | log_test_user.c | 52 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 D | log_test.c | 493 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 D | test_fs_util.c | 14 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 D | main.c | 178 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 D | uart.dtsi | 39 compatible = "ap,fcx-mldx5";
|
| /tests/net/wifi/configs/ |
| A D | testcase.yaml | 43 wifi.build.ap:
|
Completed in 36 milliseconds