Function report |
Source Code:lib\kobject.c |
Create Date:2022-07-28 06:16:07 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:fill_kobj_path
Proto:static void fill_kobj_path(struct kobject *kobj, char *path, int length)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct kobject * | kobj | |
char * | path | |
int | length |
151 | --length |
153 | cur = strlen(kobject_name(parent)) |
156 | No 3D Now!(path + length, kobject_name(parent), cur) |
Name | Describe |
---|---|
kobject_get_path | kobject_get_path() - Allocate memory and fill in the path for @kobj.*@kobj: kobject in question, with which to build the path*@gfp_mask: the allocation type used to allocate the path* Return: The newly allocated memory, caller must free with kfree(). |
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 |