release_console_sem(9) suse man page | unix.com

Man Page: release_console_sem

Operating Environment: suse

Section: 9

RELEASE_CONSOLE_SEM(9)						   Driver Basics					    RELEASE_CONSOLE_SEM(9)

NAME
release_console_sem - unlock the console system
SYNOPSIS
void release_console_sem(void);
ARGUMENTS
void no arguments
DESCRIPTION
Releases the semaphore which the caller holds on the console system and the console driver list. While the semaphore was held, console output may have been buffered by printk. If this is the case, release_console_sem emits the output prior to releasing the semaphore. If there is output waiting for klogd, we wake it up. release_console_sem may be called from any context.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 RELEASE_CONSOLE_SEM(9)
Related Man Pages
msem_unlock(2) - hpux
sem_getvalue(2) - hpux
sem_post(2) - hpux
sema_init(9f) - sunos
sema_destroy(9f) - sunos
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Change directory error
Grant unprivileged user rights to see the output of echo|format but not modify disks
Update kernel Linux without reboot?!
A (ksh) Library For and From UNIX.com