Function report |
Source Code:block\partitions\aix.c |
Create Date:2022-07-28 17:26:17 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:alloc_pvd(): reads physical volume descriptor*@state*@lba* Description: Returns pvd on success, NULL on error.* Allocates space for pvd and fill it with disk blocks at @lba* Notes: remember to free pvd when you're done!
Proto:static struct pvd *alloc_pvd(struct parsed_partitions *state, unsigned int lba)
Type:struct pvd
Parameter:
Type | Parameter | Name |
---|---|---|
struct parsed_partitions * | state | |
unsigned int | lba |
135 | p = Allocation memory |
136 | If Not p Then Return NULL |
143 | Return p |
Name | Describe |
---|---|
aix_partition |
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 |