Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:efi_guidcmp

Proto:static inline int efi_guidcmp(efi_guid_t left, efi_guid_t right)

Type:int

Parameter:

TypeParameterName
efi_guid_tleft
efi_guid_tright
1028  Return memcmp( & left, & right, sizeof(efi_guid_t))
Caller
NameDescribe
is_pte_valids_pte_valid() - tests one PTE for validity*@pte:pte to check*@lastlba: last lba of the disk* Description: returns 1 if valid, 0 on error.
compare_gptsmpare_gpts() - Search disk for valid GPT headers and PTEs*@pgpt: primary GPT header*@agpt: alternate GPT header*@lastlba: last LBA number* Description: Returns nothing. Sanity checks pgpt and agpt fields* and prints warnings on discrepancies.
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,
get_handler_for_dbReturn the appropriate handler for particular signature list types found in* the UEFI db and MokListRT tables.
get_handler_for_dbxReturn the appropriate handler for particular signature list types found in* the UEFI dbx and MokListXRT tables.