函数逻辑报告 |
Source Code:kernel\printk\printk.c |
Create Date:2022-07-27 11:07:20 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| 首页 | 函数Tree |
| 注解内核,赢得工具 | 下载SCCT | English |
函数名称:unregister_console
函数原型:int unregister_console(struct console *console)
返回类型:int
参数:
| 类型 | 参数 | 名称 |
|---|---|---|
| struct console * | console |
| 2827 | res等于1 |
| 2829 | 如果console_drivers恒等于console则 |
| 2830 | console_drivers等于next |
| 2831 | res等于0 |
| 2832 | 否则如果console_drivers则 |
| 2843 | 如果非res且flags按位与Use the extended output format a la /dev/kmsg 则Number of registered extended console drivers. 自减 |
| 2853 | flags与等于CON_ENABLED的反 |
| 2855 | console_sysfs_notify() |
| 2856 | 返回:res |
| 名称 | 描述 |
|---|---|
| register_console | The console driver calls this routine during kernel initialization* to register the console printing procedure with printk() and to* print any messages that were printed by the kernel before the* console driver was initialized |
| printk_late_init | Some boot consoles access data that is in the init section and which will* be discarded after the initcalls have been run |
| kgdb_unregister_callbacks |
| 源代码转换工具 开放的插件接口 | X |
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |