/openbmc/linux/drivers/fpga/tests/ |
H A D | fpga-region-test.c | 89 static void fpga_region_test_class_find(struct kunit *test) in fpga_region_test_class_find() 104 static void fpga_region_test_program_fpga(struct kunit *test) in fpga_region_test_program_fpga() 143 static int fpga_region_test_init(struct kunit *test) in fpga_region_test_init() 184 static void fpga_region_test_exit(struct kunit *test) in fpga_region_test_exit()
|
/openbmc/qemu/tests/avocado/avocado_qemu/ |
H A D | __init__.py | 126 def _console_interaction(test, success_message, failure_message, argument 160 def interrupt_interactive_console_until_pattern(test, success_message, argument 186 def wait_for_console_pattern(test, success_message, failure_message=None, argument 199 def exec_command(test, command): argument 211 def exec_command_and_wait_for_pattern(test, command, argument
|
/openbmc/linux/drivers/spi/ |
H A D | spi-loopback-test.c | 574 struct spi_test *test) in spi_test_check_elapsed_time() 709 struct spi_test *test) in spi_test_fill_pattern() 793 struct spi_test *test, in _spi_test_run_iter() 862 struct spi_test test; in spi_test_run_iter() local 934 int spi_test_execute_msg(struct spi_device *spi, struct spi_test *test, in spi_test_execute_msg() 1007 int spi_test_run_test(struct spi_device *spi, const struct spi_test *test, in spi_test_run_test() 1075 struct spi_test *test; in spi_test_run_tests() local
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci-of-aspeed-test.c | 6 static void aspeed_sdhci_phase_ddr52(struct kunit *test) in aspeed_sdhci_phase_ddr52() 49 static void aspeed_sdhci_phase_hs200(struct kunit *test) in aspeed_sdhci_phase_hs200()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | section_names.c | 163 static void test_prog_type_by_name(const struct sec_name_test *test) in test_prog_type_by_name() 187 static void test_attach_type_by_name(const struct sec_name_test *test) in test_attach_type_by_name() 210 struct sec_name_test *test = &tests[i]; in test_section_names() local
|
H A D | btf_skc_cls_ingress.c | 188 struct test { struct 194 static struct test tests[] = { argument
|
H A D | flow_dissector.c | 93 struct test { struct 111 struct test tests[] = { argument
|
H A D | sk_lookup.c | 67 struct test { struct 68 const char *desc; 69 struct bpf_program *lookup_prog; 70 struct bpf_program *reuseport_prog; 71 struct bpf_map *sock_map; 72 int sotype; 73 struct inet_addr connect_to; 74 struct inet_addr listen_at; 75 enum server accept_on; 76 bool reuseport_has_conns; /* Add a connected socket to reuseport group */
|
/openbmc/linux/drivers/net/wireguard/selftest/ |
H A D | ratelimiter.c | 35 int *test) in timings_test() 98 int *test) in capacity_test() 122 int test = 0, trials; in wg_ratelimiter_selftest() local
|
/openbmc/linux/drivers/gpu/drm/vc4/tests/ |
H A D | vc4_mock_output.c | 23 struct vc4_dummy_output *vc4_dummy_output(struct kunit *test, in vc4_dummy_output() 64 int vc4_mock_atomic_add_output(struct kunit *test, in vc4_mock_atomic_add_output() 102 int vc4_mock_atomic_del_output(struct kunit *test, in vc4_mock_atomic_del_output()
|
/openbmc/u-boot/test/dm/ |
H A D | test-main.c | 78 static int dm_do_test(struct unit_test_state *uts, struct unit_test *test, in dm_do_test() 120 static bool dm_test_run_on_flattree(struct unit_test *test) in dm_test_run_on_flattree() 132 struct unit_test *test; in dm_test_main() local
|
/openbmc/openbmc/poky/meta/lib/oeqa/manual/ |
H A D | toaster-managed-mode.json | 3 "test": { object 49 "test": { object 87 "test": { object 121 "test": { object 155 "test": { object 217 "test": { object 251 "test": { object 289 "test": { object 323 "test": { object 357 "test": { object [all …]
|
H A D | toaster-unmanaged-mode.json | 3 "test": { object 33 "test": { object 71 "test": { object 109 "test": { object 151 "test": { object 233 "test": { object 287 "test": { object 329 "test": { object 387 "test": { object 413 "test": { object [all …]
|
/openbmc/linux/net/mctp/test/ |
H A D | route-test.c | 63 static void mctp_test_route_destroy(struct kunit *test, in mctp_test_route_destroy() 129 static void mctp_test_fragment(struct kunit *test) in mctp_test_fragment() 234 static void mctp_test_rx_input(struct kunit *test) in mctp_test_rx_input() 283 static void __mctp_route_test_init(struct kunit *test, in __mctp_route_test_init() 315 static void __mctp_route_test_fini(struct kunit *test, in __mctp_route_test_fini() 331 static void mctp_test_route_input_sk(struct kunit *test) in mctp_test_route_input_sk() 401 static void mctp_test_route_input_sk_reasm(struct kunit *test) in mctp_test_route_input_sk_reasm() 536 static void mctp_test_route_input_sk_keys(struct kunit *test) in mctp_test_route_input_sk_keys()
|
/openbmc/linux/drivers/hid/ |
H A D | hid-input-test.c | 10 static void hid_test_input_set_battery_charge_status(struct kunit *test) in hid_test_input_set_battery_charge_status() 31 static void hid_test_input_get_battery_property(struct kunit *test) in hid_test_input_get_battery_property()
|
/openbmc/linux/lib/kunit/ |
H A D | string-stream.c | 17 struct kunit *test, int len, gfp_t gfp) in alloc_string_stream_fragment() 34 static void string_stream_fragment_destroy(struct kunit *test, in string_stream_fragment_destroy() 136 struct string_stream *alloc_string_stream(struct kunit *test, gfp_t gfp) in alloc_string_stream()
|
/openbmc/linux/drivers/net/wireless/ti/wl12xx/ |
H A D | cmd.h | 20 struct wl1271_cmd_test_header test; member 35 struct wl1271_cmd_test_header test; member 50 struct wl1271_cmd_test_header test; member 66 struct wl1271_cmd_test_header test; member 85 struct wl1271_cmd_test_header test; member
|
/openbmc/qemu/hw/misc/ |
H A D | pci-testdev.c | 30 uint8_t test; member 122 static void pci_testdev_stop(IOTest *test) in pci_testdev_stop() 145 static void pci_testdev_inc(IOTest *test, unsigned inc) in pci_testdev_inc() 156 IOTest *test; in pci_testdev_write() local 193 IOTest *test; in pci_testdev_read() local 273 IOTest *test = &d->tests[i]; in pci_testdev_realize() local
|
/openbmc/u-boot/post/ |
H A D | post.c | 29 struct post_test *test = post_list + i; in post_init_f() local 235 static int post_run_single(struct post_test *test, in post_run_single() 355 static int post_info_single(struct post_test *test, int full) in post_info_single() 421 struct post_test *test = post_list + i; in post_reloc() local
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_progs.c | 242 static void print_test_result(const struct prog_test_def *test, const struct test_state *test_state) in print_test_result() 298 static void dump_test_log(const struct prog_test_def *test, in dump_test_log() 421 struct prog_test_def *test = env.test; in test__end_subtest() local 446 struct prog_test_def *test = env.test; in test__start_subtest() local 551 int bpf_find_map(const char *test, struct bpf_object *obj, const char *name) in bpf_find_map() 1088 struct prog_test_def *test = &prog_test_defs[test_num]; in run_one_test() local 1207 struct prog_test_def *test; in dispatch_thread() local 1344 struct prog_test_def *test = &prog_test_defs[i]; in calculate_summary_and_print_errors() local 1427 struct prog_test_def *test = &prog_test_defs[i]; in server_main() local 1555 struct prog_test_def *test = &prog_test_defs[test_to_run]; in worker_main() local [all …]
|
/openbmc/linux/drivers/gpu/drm/tests/ |
H A D | drm_dp_mst_helper_test.c | 55 static void drm_test_dp_mst_calc_pbn_mode(struct kunit *test) in drm_test_dp_mst_calc_pbn_mode() 359 struct kunit *test = p->arg; in drm_test_dp_mst_msg_printf() local 364 static void drm_test_dp_mst_sideband_msg_req_decode(struct kunit *test) in drm_test_dp_mst_sideband_msg_req_decode()
|
H A D | drm_client_modeset_test.c | 53 static int drm_client_modeset_test_init(struct kunit *test) in drm_client_modeset_test_init() 85 static void drm_test_pick_cmdline_res_1920_1080_60(struct kunit *test) in drm_test_pick_cmdline_res_1920_1080_60() 125 static void drm_test_pick_cmdline_named(struct kunit *test) in drm_test_pick_cmdline_named()
|
/openbmc/qemu/tests/fp/ |
H A D | fp-test-log2.c | 25 static void compare(ufloat64 test, ufloat64 real, ufloat64 soft, bool exact) in compare() 69 ufloat64 test, real, soft; in main() local
|
/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/ |
H A D | base.py | 101 def addSuccess(self, test): argument 106 def addError(self, test, err): argument 111 def addFailure(self, test, err): argument 116 def addExpectedFailure(self, test, err): argument 121 def startTest(self, test): argument
|
/openbmc/u-boot/post/lib_powerpc/ |
H A D | cr.c | 258 struct cpu_post_cr_s2 *test = cpu_post_cr_table2 + i; in cpu_post_test_cr() local 284 struct cpu_post_cr_s3 *test = cpu_post_cr_table3 + i; in cpu_post_test_cr() local 307 struct cpu_post_cr_s4 *test = cpu_post_cr_table4 + i; in cpu_post_test_cr() local
|