函数逻辑报告 |
Source Code:lib\dynamic_debug.c |
Create Date:2022-07-27 08:14:18 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Seq_ops next method. Called several times within a read()* call from userspace, with ddebug_lock held. Walks to the* next _ddebug object with a special case for the header line.
函数原型:static void *ddebug_proc_next(struct seq_file *m, void *p, loff_t *pos)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct seq_file * | m | |
void * | p | |
loff_t * | pos |
801 | 如果p恒等于SEQ_START_TOKEN则dp等于Set the iterator to point to the first _ddebug object* and return a pointer to that first object. Returns* NULL if there are no _ddebugs at all. |
805 | pos先自加 |
806 | 返回:dp |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |