Home
last modified time | relevance | path

Searched refs:test_status (Results 1 – 4 of 4) sorted by relevance

/pciutils/lmr/
H A Dmargin_results.c78 if (res->test_status != MARGIN_TEST_OK) in margin_results_print_brief()
80 if (res->test_status < MARGIN_TEST_PREREQS) in margin_results_print_brief()
82 printf(" Couldn't run test (%s)\n\n", no_test_msgs[res->test_status]); in margin_results_print_brief()
260 if (res->test_status != MARGIN_TEST_OK) in margin_results_save_csv()
H A Dmargin.c329 results->test_status = MARGIN_TEST_READY_BIT; in margin_test_receiver()
339 results->test_status = MARGIN_TEST_CAPS; in margin_test_receiver()
361 results->test_status = MARGIN_TEST_OK; in margin_test_receiver()
547 results[0].test_status = MARGIN_TEST_ASPM; in margin_test_link()
572 if (results[i].test_status == MARGIN_TEST_OK) in margin_free_results()
H A Dlmr.h96 enum margin_test_status test_status; member
/pciutils/
H A Dpcilmr.c132 results[i]->test_status = args_status; in main()
175 if (results[i]->test_status == MARGIN_TEST_ARGS_RECVS) in main()
180 else if (results[i]->test_status == MARGIN_TEST_ARGS_LANES) in main()