Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\test_uuid.c Create Date:2022-07-28 06:33:23
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:test_uuid_failed

Proto:static void __init test_uuid_failed(const char *prefix, bool wrong, bool be, const char *data, const char *actual)

Type:void

Parameter:

TypeParameterName
const char *prefix
boolwrong
boolbe
const char *data
const char *actual
48  pr_err("%s test #%u %s %s data: '%s'\n", prefix, total_tests, wrong ? "passed on wrong" : "failed on", be ? "BE" : "LE", data)
54  If actual && actual Then pr_err("%s test #%u actual data: '%s'\n", prefix, total_tests, actual)
59  failed_tests++
Caller
NameDescribe
test_uuid_test
test_uuid_wrong