Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:test_uuid_wrong

Proto:static void __init test_uuid_wrong(const char *data)

Type:void

Parameter:

TypeParameterName
const char *data
97  total_tests++
98  If Not guid_parse(data, & le) Then test_uuid_failed("negative", true, false, data, NULL)
102  total_tests++
103  If Not uuid_parse(data, & be) Then test_uuid_failed("negative", true, true, data, NULL)
Caller
NameDescribe
test_uuid_init