函数逻辑报告 |
Source Code:include\linux\kobject.h |
Create Date:2022-07-27 06:45:12 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:kobject_name
函数原型:static inline const char *kobject_name(const struct kobject *kobj)
返回类型:char
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct kobject * | kobj |
91 | 返回:设备对象名称 |
名称 | 描述 |
---|---|
kobject_uevent_env | kobject_uevent_env - send an uevent with environmental data*@kobj: struct kobject that the action is happening to*@action: action that is happening*@envp_ext: pointer to environmental data* Returns 0 if kobject_uevent_env() is completed with success or the |
get_kobj_path_length | |
fill_kobj_path | |
kobject_add_internal | |
kobject_add | kobject_add() - The main kobject add function.*@kobj: the kobject to add*@parent: pointer to the parent of the kobject.*@fmt: format to name the kobject with.* The kobject name is set and added to the kobject hierarchy in this* function. |
kobject_get | 增加引用计数对象 |
kobject_cleanup | 释放kobj's资源 |
kobject_put | 递减引用计数对象 |
kset_find_obj | kset_find_obj() - Search for object in kset.*@kset: kset we're looking in.*@name: object's name.* Lock kset via @kset->subsys, and iterate over @kset->list,* looking for a matching kobject. If matching object is found |
kset_release | |
kobj_to_setup_data_nr | |
blk_register_queue | lk_register_queue - register a block layer queue with sysfs*@disk: Disk of which the request queue should be registered with sysfs. |
register_disk | |
q_name | |
blk_mq_debugfs_register | |
dev_name | |
pci_slot_name |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |