/openbmc/qemu/include/migration/ |
H A D | vmstate.h | 313 #define VMSTATE_SINGLE_TEST(_field, _state, _test, _version, _info, _type) { \ argument 316 .field_exists = (_test), \ 323 #define VMSTATE_SINGLE_FULL(_field, _state, _test, _version, _info, \ argument 328 .field_exists = (_test), \ 336 #define VMSTATE_VALIDATE(_name, _test) { \ argument 338 .field_exists = (_test), \ 352 #define VMSTATE_POINTER_TEST(_field, _state, _test, _info, _type) { \ argument 355 .field_exists = (_test), \ 460 #define VMSTATE_VSTRUCT_TEST(_field, _state, _test, _version, _vmsd, _type, _struct_version) { \ argument 464 .field_exists = (_test), \ [all …]
|
/openbmc/linux/include/drm/ |
H A D | drm_kunit_helpers.h | 44 #define drm_kunit_helper_alloc_drm_device_with_driver(_test, _dev, _type, _member, _drv) \ argument 45 ((_type *)__drm_kunit_helper_alloc_drm_device_with_driver(_test, _dev, \ 89 #define drm_kunit_helper_alloc_drm_device(_test, _dev, _type, _member, _feat) \ argument 90 ((_type *)__drm_kunit_helper_alloc_drm_device(_test, _dev, \
|
/openbmc/linux/tools/testing/cxl/ |
H A D | watermark.h | 19 int x##_test(void) \ 24 EXPORT_SYMBOL(x##_test)
|
/openbmc/linux/tools/testing/nvdimm/ |
H A D | watermark.h | 18 int x##_test(void) \ 23 EXPORT_SYMBOL(x##_test)
|
/openbmc/qemu/include/hw/pci/ |
H A D | shpc.h | 56 #define SHPC_VMSTATE(_field, _type, _test) \ argument 57 VMSTATE_BUFFER_UNSAFE_INFO_TEST(_field, _type, _test, 0, \
|
H A D | msix.h | 53 #define VMSTATE_MSIX_TEST(_field, _state, _test) { \ argument 59 .field_exists = (_test) \
|
/openbmc/qemu/include/qemu/ |
H A D | fifo8.h | 218 #define VMSTATE_FIFO8_TEST(_field, _state, _test) { \ argument 220 .field_exists = (_test), \
|
/openbmc/linux/fs/unicode/ |
H A D | utf8-selftest.c | 23 #define _test(cond, func, line, fmt, ...) do { \ macro 33 #define test_f(cond, fmt, ...) _test(cond, __func__, __LINE__, fmt, ##__VA_ARGS__) 34 #define test(cond) _test(cond, __func__, __LINE__, "")
|
/openbmc/linux/tools/testing/selftests/landlock/ |
H A D | .gitignore | 1 /*_test
|
H A D | Makefile | 9 src_test := $(wildcard *_test.c)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/leveldb/leveldb/ |
H A D | run-ptest | 3 for test in *_test; do
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/bmcweb/ |
H A D | run-ptest | 3 for i in test/*_test; do
|
/openbmc/linux/tools/testing/selftests/openat2/ |
H A D | .gitignore | 2 /*_test
|
/openbmc/linux/tools/testing/selftests/fchmodat2/ |
H A D | .gitignore | 2 /*_test
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/ |
H A D | run-ptest | 5 for test in *_test; do
|
/openbmc/linux/drivers/iio/test/ |
H A D | iio-test-format.c | 10 #define IIO_TEST_FORMAT_EXPECT_EQ(_test, _buf, _ret, _val) do { \ argument 11 KUNIT_EXPECT_EQ(_test, strlen(_buf), _ret); \ 12 KUNIT_EXPECT_STREQ(_test, (_buf), (_val)); \
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_queue_stack_map.h | 28 int _test(struct __sk_buff *skb) in _test() function
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
H A D | resource_scale.sh | 59 ${current_test}_test "$target" "$should_fail"
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum/ |
H A D | resource_scale.sh | 63 ${current_test}_test "$target" "$should_fail"
|
/openbmc/libbej/test/ |
H A D | meson.build | 40 t + '_test.cpp',
|
/openbmc/bios-bmc-smm-error-logger/test/ |
H A D | meson.build | 41 t + '_test.cpp',
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/leveldb/ |
H A D | leveldb_1.23.bb | 30 install -m 0755 ${B}/*_test ${D}${PTEST_PATH}
|
/openbmc/linux/lib/ |
H A D | test_scanf.c | 31 _test(check_fn fn, const void *check_data, const char *string, const char *fmt, in _test() function 199 _test(fn, &expect_val, test_buffer, "%" scan_fmt, 1, &result); \ 347 _test(fn, check_data, string, fmt, 8, \ 611 _test(fn, &expect, str, scan_fmt, n_args, &result[0], &result[1]); \
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | meson.build | 79 t + '_test.cpp',
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/re2/ |
H A D | re2_2024.03.01.bb | 26 cp -r ${B}/*_test ${D}${PTEST_PATH}
|