函数逻辑报告 |
Source Code:kernel\audit.c |
Create Date:2022-07-27 12:26:23 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Initialize audit support at boot time.
函数原型:static int __init audit_init(void)
返回类型:int
参数:无
1579 | 如果audit_initialized恒等于不审计则返回:0 |
1582 | audit_buffer_cache等于创建高速缓存区 |
1590 | 以i小于AUDIT_INODE_BUCKETS循环初始化链表头 |
1593 | mutex_init - initialize the mutex*@mutex: the mutex to be initialized* Initialize the mutex to unlocked state.* It is not allowed to initialize an already locked mutex.( & lock) |
1594 | owner = NULL |
1596 | 打印信息("initializing netlink subsys (%s)\n", Default state when kernel boots without any parameters. ? "enabled" : "disabled") |
1598 | Use these carefully |
1603 | 如果是错误则 |
1612 | 返回:0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |