Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\efi.h Create Date:2022-07-28 07:38:22
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:efi_guid_to_str

Proto:static inline char *efi_guid_to_str(efi_guid_t *guid, char *out)

Type:char

Parameter:

TypeParameterName
efi_guid_t *guid
char *out
1034  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
1035  Return out
Caller
NameDescribe
efi_partition_partition(struct parsed_partitions *state)*@state: disk parsed partitions* Description: called from check.c, if the disk contains GPT* partitions, sets up partition entries in the kernel.* If the first block on the disk is a legacy MBR,