Function report |
Source Code:kernel\printk\printk.c |
Create Date:2022-07-28 10:07:13 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:unregister_console
Proto:int unregister_console(struct console *console)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct console * | console |
| 2823 | res = _braille_unregister_console(console) |
| 2827 | res = 1 |
| 2829 | If console_drivers == console Then |
| 2830 | console_drivers = next |
| 2831 | res = 0 |
| 2832 | Else if console_drivers Then |
| 2843 | If Not res && flags & Use the extended output format a la /dev/kmsg Then Number of registered extended console drivers. -- |
| 2850 | If console_drivers != NULL && flags & Last on the command line Then flags |= Last on the command line |
| 2853 | flags &= ~CON_ENABLED |
| 2855 | console_sysfs_notify() |
| 2856 | Return res |
| Name | Describe |
|---|---|
| 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 |
| 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 |