printk man page on Scientific

Man page or keyword search:  
man Server   26626 pages
apropos Keyword Search (all sections)
Output format
Scientific logo
[printable version]

PRINTK(9)			 Driver Basics			     PRINTK(9)

NAME
       printk - print a kernel message

SYNOPSIS
       int printk(const char * fmt, ...);

ARGUMENTS
       fmt
	   format string

       ...
	   variable arguments

DESCRIPTION
       This is printk. It can be called from any context. We want it to work.

       We try to grab the console_sem. If we succeed, it´s easy - we log the
       output and call the console drivers. If we fail to get the semaphore we
       place the output into the log buffer and return. The current holder of
       the console_sem will notice the new output in release_console_sem and
       will send it to the consoles before releasing the semaphore.

       One effect of this deferred printing is that code which calls printk
       and then changes console_loglevel may break. This is because
       console_loglevel is inspected when the actual printing occurs.

SEE ALSO
       printf(3)

       See the vsnprintf documentation for format string extensions over C99.

COPYRIGHT
Kernel Hackers Manual 2.6.	 November 2013			     PRINTK(9)
[top]

List of man pages available for Scientific

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net