Home
last modified time | relevance | path

Searched refs:_test (Results 1 – 25 of 38) sorted by relevance

12

/openbmc/qemu/include/migration/
H A Dvmstate.h316 .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), \
474 .field_exists = (_test), \
484 .field_exists = (_test), \
503 .field_exists = (_test), \
[all …]
/openbmc/linux/include/drm/
H A Ddrm_kunit_helpers.h44 #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 Dwatermark.h19 int x##_test(void) \
24 EXPORT_SYMBOL(x##_test)
/openbmc/linux/tools/testing/nvdimm/
H A Dwatermark.h18 int x##_test(void) \
23 EXPORT_SYMBOL(x##_test)
/openbmc/qemu/include/hw/pci/
H A Dshpc.h56 #define SHPC_VMSTATE(_field, _type, _test) \ argument
57 VMSTATE_BUFFER_UNSAFE_INFO_TEST(_field, _type, _test, 0, \
H A Dmsix.h53 #define VMSTATE_MSIX_TEST(_field, _state, _test) { \ argument
59 .field_exists = (_test) \
/openbmc/qemu/include/qemu/
H A Dfifo8.h151 #define VMSTATE_FIFO8_TEST(_field, _state, _test) { \ argument
153 .field_exists = (_test), \
/openbmc/linux/fs/unicode/
H A Dutf8-selftest.c23 #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.gitignore1 /*_test
H A DMakefile9 src_test := $(wildcard *_test.c)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/leveldb/leveldb/
H A Drun-ptest3 for test in *_test; do
/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/bmcweb/
H A Drun-ptest3 for i in test/*_test; do
/openbmc/linux/tools/testing/selftests/openat2/
H A D.gitignore2 /*_test
/openbmc/linux/tools/testing/selftests/fchmodat2/
H A D.gitignore2 /*_test
/openbmc/linux/drivers/iio/test/
H A Diio-test-format.c10 #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 Dtest_queue_stack_map.h28 int _test(struct __sk_buff *skb) in _test() function
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dresource_scale.sh59 ${current_test}_test "$target" "$should_fail"
/openbmc/bios-bmc-smm-error-logger/test/
H A Dmeson.build32 test(t, executable(t.underscorify(), t + '_test.cpp',
/openbmc/libbej/test/
H A Dmeson.build30 test(t, executable(t.underscorify(), t + '_test.cpp',
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum/
H A Dresource_scale.sh63 ${current_test}_test "$target" "$should_fail"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/leveldb/
H A Dleveldb_1.23.bb30 install -m 0755 ${B}/*_test ${D}${PTEST_PATH}
/openbmc/phosphor-logging/test/openpower-pels/
H A Dmeson.build91 t + '_test.cpp',
/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/
H A Dbmcweb_git.bb47 cp -rf ${B}/*_test ${D}${PTEST_PATH}/test/
/openbmc/linux/lib/
H A Dtest_scanf.c31 _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/openbmc/meta-openembedded/meta-oe/recipes-support/re2/
H A Dre2_2024.03.01.bb29 cp -r ${B}/*_test ${D}${PTEST_PATH}

12