Function report |
Source Code:kernel\printk\printk.c |
Create Date:2022-07-28 10:06:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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.
Proto:void console_lock(void)
Type:void
Parameter:Nothing
2287 | might_sleep() |
2290 | If This is used for debugging the mess that is the VT code by* keeping track if we have the console semaphore held Then Return |
Name | Describe |
---|---|
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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |