Home
last modified time | relevance | path

Searched refs:test_name (Results 76 – 89 of 89) sorted by relevance

1234

/openbmc/linux/tools/testing/selftests/drivers/net/team/
H A Dnet_forwarding_lib.sh389 printf "TEST: %-60s [FAIL]\n" "$test_name $opt_str"
401 printf "TEST: %-60s [ OK ]\n" "$test_name $opt_str"
410 printf "TEST: %-60s [SKIP]\n" "$test_name $opt_str"
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dtenxpress.c489 .test_name = sfx7101_test_name,
H A Dtxc43128_phy.c557 .test_name = txc43128_test_name,
H A Dnet_driver.h581 const char *(*test_name) (struct ef4_nic *efx, unsigned int index); member
H A Dethtool.c329 EF4_BUG_ON_PARANOID(efx->phy_op->test_name == NULL); in ef4_ethtool_fill_self_tests()
335 name = efx->phy_op->test_name(efx, i); in ef4_ethtool_fill_self_tests()
/openbmc/linux/fs/unicode/
H A Dmkutf8data.c47 const char *test_name = TEST_NAME; variable
3225 printf("Parsing %s\n", test_name); in normalization_test()
3227 file = fopen(test_name, "r"); in normalization_test()
3229 open_fail(test_name, errno); in normalization_test()
3270 file_fail(test_name); in normalization_test()
3392 test_name = optarg; in main()
/openbmc/u-boot/tools/dtoc/
H A Dtest_dtoc.py103 def test_name(self): member in TestDtoc
/openbmc/linux/Documentation/admin-guide/pm/
H A Damd-pstate.rst469 ./amd_pstate_trace.py [-c cpus] -t <trace_file> -n <test_name>
473 sudo ./amd_pstate_trace.py [-c cpus] -n <test_name> -i <interval> [-m kbytes]
475 The test result can be found in ``results/test_name``. Following is the example
/openbmc/linux/kernel/kcsan/
H A Dkcsan_test.c1414 #define KCSAN_KUNIT_CASE(test_name) KUNIT_CASE_PARAM(test_name, nthreads_gen_params) argument
/openbmc/linux/lib/
H A Dtest_bpf.c14581 static char test_name[64]; variable
14582 module_param_string(test_name, test_name, sizeof(test_name), 0);
15212 static __init int find_test_index(const char *test_name) in find_test_index() argument
15218 if (!strcmp(tests[i].descr, test_name)) in find_test_index()
15225 if (!strcmp(tail_call_tests[i].descr, test_name)) in find_test_index()
15232 if (!strcmp(skb_segment_tests[i].descr, test_name)) in find_test_index()
15266 } else if (*test_name) { in prepare_test_range()
15271 int idx = find_test_index(test_name); in prepare_test_range()
15275 test_name, test_suite); in prepare_test_range()
15317 (test_id != -1 || strlen(test_name) || in test_bpf_init()
/openbmc/linux/kernel/trace/
H A Dtrace_events_hist.c4717 const char *test_name; in create_sort_keys() local
4763 test_name = hist_field_name(hist_field, 0); in create_sort_keys()
4765 if (strcmp(field_name, test_name) == 0) { in create_sort_keys()
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/
H A D0001-tests-add-check_skip_kernel_test-to-check-root-user-.patch1047 local test_name="$1"
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c3963 char *fw_str = resp->test_name[i]; in bnxt_ethtool_init()
H A Dbnxt_hsi.h9830 char test_name[8][32]; member

1234