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_test

Proto:static void __init test_uuid_test(const struct test_uuid_data *data)

Type:void

Parameter:

TypeParameterName
const struct test_uuid_data *data
69  total_tests++
70  If guid_parse(uuid, & le) Then test_uuid_failed("conversion", false, false, uuid, NULL)
73  total_tests++
74  If Not guid_equal( & le, & le) Then
75  sprintf - Format a string and place it in a buffer*@buf: The buffer to place the result into*@fmt: The format string to use*@...: Arguments for the format string* The function returns the number of characters written* into @buf
76  test_uuid_failed("cmp", false, false, uuid, buf)
80  total_tests++
81  If uuid_parse(uuid, & be) Then test_uuid_failed("conversion", false, true, uuid, NULL)
84  total_tests++
85  If Not uuid_equal( & be, & be) Then
86  sprintf - Format a string and place it in a buffer*@buf: The buffer to place the result into*@fmt: The format string to use*@...: Arguments for the format string* The function returns the number of characters written* into @buf
87  test_uuid_failed("cmp", false, true, uuid, buf)
Caller
NameDescribe
test_uuid_init