Function report |
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 activity | Download SCCT | Chinese |
Name:efi_guidcmp
Proto:static inline int efi_guidcmp(efi_guid_t left, efi_guid_t right)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
efi_guid_t | left | |
efi_guid_t | right |
1028 | Return memcmp( & left, & right, sizeof(efi_guid_t)) |
Name | Describe |
---|---|
is_pte_valid | s_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_gpts | mpare_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_db | Return the appropriate handler for particular signature list types found in* the UEFI db and MokListRT tables. |
get_handler_for_dbx | Return the appropriate handler for particular signature list types found in* the UEFI dbx and MokListXRT tables. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |