函数逻辑报告 |
Source Code:lib\kobject.c |
Create Date:2022-07-27 07:13:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:kobject_create_and_add() - Create a struct kobject dynamically and* register it with sysfs.*@name: the name for the kobject*@parent: the parent kobject of this kobject, if any.* This function creates a kobject structure dynamically and registers it
函数原型:struct kobject *kobject_create_and_add(const char *name, struct kobject *parent)
返回类型:struct kobject
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | name | |
struct kobject * | parent |
797 | 如果非kobj则返回:NULL |
801 | 如果retval则 |
806 | 返回:kobj |
名称 | 描述 |
---|---|
create_setup_data_nodes | |
boot_params_ksysfs_init | |
threshold_create_bank | |
pm_init | |
klp_init | |
preemptirq_delay_init | |
btf_vmlinux_init | |
hugetlb_sysfs_add_hstate | |
hugetlb_sysfs_init | |
hugetlb_register_node | Register hstate attributes for a single node device.* No-op if attributes already registered. |
register_disk | |
genhd_device_init | |
add_partition | Must be called either with bd_mutex held, before a disk can be opened or* after all disk users are gone. |
create_setup_data_node | |
ksysfs_init | |
mm_sysfs_init | |
mnt_init |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |