The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

register_console (9)
  • >> register_console (9) ( Linux man: Ядро )
  •  

    NAME

    register_console - take on kernel console duties
     
    

    SYNOPSIS

    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.


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUE
    AVAILABILITY
    SEE ALSO
    AUTHOR
    BUGS


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру