Function report |
Source Code:lib\check_signature.c |
Create Date:2022-07-28 06:49:02 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:heck_signature - find BIOS signatures*@io_addr: mmio address to check*@signature: signature block*@length: length of signature* Perform a signature comparison with the mmio address io_addr. This* address should have been obtained by ioremap.
Proto:int check_signature(const volatile void __iomem *io_addr, const unsigned char *signature, int length)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const volatile void __iomem * | io_addr | |
const unsigned char * | signature | |
int | length |
25 | Return 1 |
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 |