Function report |
Source Code:block\partitions\efi.c |
Create Date:2022-07-28 17:31:16 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:_crc32() - EFI version of crc32 function*@buf: buffer to calculate crc32 of*@len: length of buf* Description: Returns EFI-style CRC32 value for @buf* This function uses the little endian Ethernet polynomial
Proto:static inline unsigned int efi_crc32(const void *buf, unsigned long len)
Type:unsigned int
Parameter:
Type | Parameter | Name |
---|---|---|
const void * | buf | |
unsigned long | len |
Name | Describe |
---|---|
is_gpt_valid | s_gpt_valid() - tests one GPT header and PTEs for validity*@state: disk parsed partitions*@lba: logical block address of the GPT header to test*@gpt: GPT header ptr, filled on return.*@ptes: PTEs ptr, filled on return. |
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 |