函数逻辑报告 |
Source Code:kernel\printk\printk.c |
Create Date:2022-07-27 11:07:01 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:sole_lock - lock the console system for exclusive use.* Acquires a lock which guarantees that the caller has* exclusive access to the console system and the console_drivers list.* Can sleep, returns nothing.
函数原型:void console_lock(void)
返回类型:void
参数:无
2287 | might_sleep() |
名称 | 描述 |
---|---|
suspend_console | suspend_console - suspend the console subsystem* This disables printk() while we go into suspend states |
console_unblank | |
console_device | Return the console tty driver structure and its associated index |
console_stop | Prevent further output on the passed console device so that (for example)* serial drivers can disable console output before suspending a port, and can* re-enable output afterwards. |
console_start | |
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 |
unregister_console |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |