Function report |
Source Code:block\partitions\ldm.c |
Create Date:2022-07-28 17:27:55 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ldm_parse_cmp3 - Read a raw VBLK Component object into a vblk structure*@buffer: Block of data being worked on*@buflen: Size of the block of data*@vb: In-memory vblk in which to return information
Proto:static bool ldm_parse_cmp3(const u8 *buffer, int buflen, struct vblk *vb)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const u8 * | buffer | |
int | buflen | |
struct vblk * | vb |
733 | If buffer[0x12] & vblk flags indicating extra information will be present Then |
737 | Else |
742 | If len < 0 Then Return false |
745 | len += Name and version |
746 | If len != get_unaligned_be32(buffer + 0x14) Then Return false |
757 | Return true |
Name | Describe |
---|---|
ldm_parse_vblk | ldm_parse_vblk - Read a raw VBLK object into a vblk structure*@buf: Block of data being worked on*@len: Size of the block of data*@vb: In-memory vblk in which to return information* Read a raw VBLK object into a vblk structure |
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 |