函数逻辑报告 |
Source Code:security\security.c |
Create Date:2022-07-27 20:11:58 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:append_ordered_lsm
函数原型:static void __init append_ordered_lsm(struct lsm_info *lsm, const char *from)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct lsm_info * | lsm | |
const char * | from |
117 | 如果WARN(Append an LSM to the list of ordered LSMs to initialize. == How many LSMs were built into the kernel? , "%s: out of LSM slots!?\n", from)则返回 |
121 | 如果非 Optional: controlled by CONFIG_LSM 则 Optional: controlled by CONFIG_LSM 等于Mark an LSM's enabled flag. |
123 | Ordered list of LSMs to initialize. [Append an LSM to the list of ordered LSMs to initialize. ++]等于lsm |
125 | init_debug("%s ordering: %s (%sabled)\n", from, Required. , is_enabled(lsm) ? "en" : "dis") |
名称 | 描述 |
---|---|
ordered_lsm_parse | Populate ordered LSMs list from comma-separated LSM name list. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |