Rechercher une page de manuel
register_console
Langue: en
Version: $Date:$ (mandriva - 22/10/07)
Section: 9 (Appels noyau Linux)
NAME
register_console - take on kernel console dutiesSYNOPSIS
extern void register_console(void(*proc)(const char*))DESCRIPTION
This function registers with the kernel a function to display all the kernel messages printed by the printk(9) function.This function is normally called once at boot time by the device driver for the console device, whatever that turns out to be for the machine. The console procedure is only called to print messages that are to be printed, the filtering for log level is done already.
RETURN VALUE
None.AVAILABILITY
Linux 1.0+SEE ALSO
printk(9)/usr/src/linux/kernel/printk.c
AUTHOR
Stephen Williams <steve@icarus.com>BUGS
Only one console can exist at a time, and there is no way to know if any other device has registered as a console.
NON ?!
M : Mais où elle est ?! J'ai chié ici y a pas cinq minutes !
P : Touts les crottes trouvées sans propriétaire sont emmenées à la fourrière et piquées...
M : Mais où elle est ?! J'ai chié ici y a pas cinq minutes !
P : Touts les crottes trouvées sans propriétaire sont emmenées à la fourrière et piquées...
Contenus ©2006-2008 Benjamin Poulain
Design ©2006-2008 Maxime Vantorre