函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\partitions\efi.c Create Date:2022-07-27 19:06:43
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:_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

函数原型:static inline unsigned int efi_crc32(const void *buf, unsigned long len)

返回类型:unsigned int

参数:

类型参数名称
const void *buf
unsigned longlen
122  返回:crc32(~0L, buf, len)按位异或0L的反
调用者
名称描述
is_gpt_valids_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.