Searched refs:test_uuid_failed (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/lib/ | 
| D | test_uuid.c | 45 static void __init test_uuid_failed(const char *prefix, bool wrong, bool be,  in test_uuid_failed()  function 71 		test_uuid_failed("conversion", false, false, data->uuid, NULL);  in test_uuid_test() 76 		test_uuid_failed("cmp", false, false, data->uuid, buf);  in test_uuid_test() 82 		test_uuid_failed("conversion", false, true, data->uuid, NULL);  in test_uuid_test() 87 		test_uuid_failed("cmp", false, true, data->uuid, buf);  in test_uuid_test() 99 		test_uuid_failed("negative", true, false, data, NULL);  in test_uuid_wrong() 104 		test_uuid_failed("negative", true, true, data, NULL);  in test_uuid_wrong()
  |