函数逻辑报告 |
Source Code:kernel\audit.c |
Create Date:2022-07-27 12:26:43 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:This is a helper-function to print the escaped d_path
函数原型:void audit_log_d_path(struct audit_buffer *ab, const char *prefix, const struct path *path)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct audit_buffer * | ab | |
const char * | prefix | |
const struct path * | path |
2029 | 如果非pathname则 |
2030 | audit_log_string(ab, "<no_memory>") |
2031 | 返回 |
2033 | p等于d_path(path, pathname, # chars in a path name including nul + 11) |
2034 | 如果是错误则 |
2036 | audit_log_string(ab, "<too_long>") |
名称 | 描述 |
---|---|
audit_log_d_path_exe | |
audit_log_name | audit_log_name - produce AUDIT_PATH record from struct audit_names*@context: audit_context for the task*@n: audit_names structure with reportable details*@path: optional path to report instead of audit_names->name*@record_num: record number to report when |
audit_log_exit | |
dump_common_audit_data | dump_common_audit_data - helper to dump common audit data*@a : common audit data |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |