/openbmc/linux/tools/testing/selftests/drivers/net/bonding/ |
H A D | net_forwarding_lib.sh | 389 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/tools/testing/selftests/drivers/net/team/ |
H A D | net_forwarding_lib.sh | 389 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 D | tenxpress.c | 489 .test_name = sfx7101_test_name,
|
H A D | txc43128_phy.c | 557 .test_name = txc43128_test_name,
|
H A D | net_driver.h | 581 const char *(*test_name) (struct ef4_nic *efx, unsigned int index); member
|
H A D | ethtool.c | 329 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 D | mkutf8data.c | 47 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 D | test_dtoc.py | 103 def test_name(self): member in TestDtoc
|
/openbmc/linux/Documentation/admin-guide/pm/ |
H A D | amd-pstate.rst | 469 ./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 D | kcsan_test.c | 1414 #define KCSAN_KUNIT_CASE(test_name) KUNIT_CASE_PARAM(test_name, nthreads_gen_params) argument
|
/openbmc/linux/lib/ |
H A D | test_bpf.c | 14581 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 D | trace_events_hist.c | 4717 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 D | 0001-tests-add-check_skip_kernel_test-to-check-root-user-.patch | 1047 local test_name="$1"
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ethtool.c | 3963 char *fw_str = resp->test_name[i]; in bnxt_ethtool_init()
|
H A D | bnxt_hsi.h | 9830 char test_name[8][32]; member
|