/Linux-v4.19/tools/testing/selftests/ |
D | lib.mk | 40 echo "not ok 1..$$test_num $$TEST_HDR_MSG [FAIL]"; \ 45 echo "ok 1..$$test_num $$TEST_HDR_MSG [PASS]") || \ 47 echo "not ok 1..$$test_num $$TEST_HDR_MSG [SKIP]"; \ 48 else echo "not ok 1..$$test_num $$TEST_HDR_MSG [FAIL]"; \ 52 echo "ok 1..$$test_num $$TEST_HDR_MSG [PASS]") || \ 54 echo "not ok 1..$$test_num $$TEST_HDR_MSG [SKIP]"; \ 55 else echo "not ok 1..$$test_num $$TEST_HDR_MSG [FAIL]"; \ 64 test_num=`echo 0`; \ 69 test_num=`echo $$test_num+1 | bc`; \ 70 $(call RUN_TEST_PRINT_RESULT,$(TEST),$(BASENAME_TEST),$(test_num),$(skip)) \ [all …]
|
/Linux-v4.19/tools/testing/selftests/kmod/ |
D | kmod.sh | 500 function test_num() function 510 test_num $1 518 test_num $1 550 test_num $1 570 test_num $1 590 test_num $1 594 test_num $1 595 test_num $2
|
/Linux-v4.19/tools/testing/selftests/sysctl/ |
D | sysctl.sh | 660 function test_num() function 670 test_num $1 678 test_num $1 710 test_num $1 730 test_num $1 750 test_num $1 754 test_num $1 755 test_num $2
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_btf.c | 1451 static int do_test_raw(unsigned int test_num) in do_test_raw() argument 1453 struct btf_raw_test *test = &raw_tests[test_num - 1]; in do_test_raw() 1461 fprintf(stderr, "BTF raw test[%u] (%s): ", test_num, test->descr); in do_test_raw() 1546 int (*special_test)(unsigned int test_num); 1549 static int test_big_btf_info(unsigned int test_num); 1550 static int test_btf_id(unsigned int test_num); 1606 static int test_big_btf_info(unsigned int test_num) in test_big_btf_info() argument 1608 const struct btf_get_info_test *test = &get_info_tests[test_num - 1]; in test_big_btf_info() 1691 static int test_btf_id(unsigned int test_num) in test_btf_id() argument 1693 const struct btf_get_info_test *test = &get_info_tests[test_num - 1]; in test_btf_id() [all …]
|
/Linux-v4.19/drivers/video/fbdev/omap/ |
D | omapfb.h | 101 int (*run_test) (struct lcd_panel *panel, int test_num); 187 int (*run_test) (int test_num);
|
D | lcd_mipid.c | 284 static int mipid_run_test(struct lcd_panel *panel, int test_num) in mipid_run_test() argument 292 if (test_num != MIPID_TEST_RGB_LINES) in mipid_run_test()
|
D | omapfb_main.c | 1176 int test_num; in omapfb_ioctl() local 1178 if (get_user(test_num, (int __user *)arg)) { in omapfb_ioctl() 1186 r = fbdev->panel->run_test(fbdev->panel, test_num); in omapfb_ioctl() 1191 int test_num; in omapfb_ioctl() local 1193 if (get_user(test_num, (int __user *)arg)) { in omapfb_ioctl() 1201 r = fbdev->ctrl->run_test(test_num); in omapfb_ioctl()
|
/Linux-v4.19/tools/testing/ktest/ |
D | ktest.pl | 929 my $test_num = $$current_test_num; 964 $old_test_num = $test_num; 967 $test_num += $repeat; 1011 $repeat_tests{"$test_num"} = $repeat; 1026 $test_num = $old_test_num; 1081 if (__read_config($file, \$test_num)) { 1095 my $val = "$lvalue\[$test_num\]"; 1114 if ($test_num) { 1126 my $val = "$lvalue\[$test_num\]"; 1154 if ($test_num) { [all …]
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-ioctl.c | 602 int test_num; in omapfb_ioctl() member 808 if (get_user(p.test_num, (int __user *)arg)) { in omapfb_ioctl() 817 r = display->driver->run_test(display, p.test_num); in omapfb_ioctl() 823 if (get_user(p.test_num, (int __user *)arg)) { in omapfb_ioctl() 832 r = display->driver->run_test(display, p.test_num); in omapfb_ioctl()
|
/Linux-v4.19/tools/usb/ |
D | testusb.c | 57 unsigned test_num; /* 0..(TEST_CASES-1) */ member 319 dev->param.test_num = i; in handle_testdev()
|
/Linux-v4.19/drivers/usb/misc/ |
D | usbtest.c | 30 __u32 test_num; /* 0..(TEST_CASES-1) */ member 47 __u32 test_num; /* 0..(TEST_CASES-1) */ member 2175 switch (param->test_num) { in usbtest_do_ioctl() 2671 temp.test_num = param_64->test_num; in usbtest_ioctl()
|
/Linux-v4.19/drivers/pci/hotplug/ |
D | cpqphp.h | 410 int cpqhp_hardware_test(struct controller *ctrl, int test_num);
|
D | cpqphp_ctrl.c | 2170 int cpqhp_hardware_test(struct controller *ctrl, int test_num) in cpqhp_hardware_test() argument 2179 switch (test_num) { in cpqhp_hardware_test()
|
/Linux-v4.19/tools/lib/traceevent/ |
D | parse-filter.c | 1819 static int test_num(struct event_format *event, struct filter_arg *arg, in test_num() function 1982 return test_num(event, arg, record, err); in test_filter()
|