函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\efi.h Create Date:2022-07-27 08:37:57
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:efi_guidcmp

函数原型:static inline int efi_guidcmp(efi_guid_t left, efi_guid_t right)

返回类型:int

参数:

类型参数名称
efi_guid_tleft
efi_guid_tright
1028  返回:memcmp( & left, & right, sizeof(efi_guid_t))
调用者
名称描述
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.