The OpenNET Project / Index page

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

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

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

panic (9)
  • >> panic (9) ( FreeBSD man: Ядро )

  • BSD mandoc
     

    NAME

    
    
    panic
    
     - bring down system on fatal error
    
     
    

    SYNOPSIS

       #include <sys/types.h>
       #include <sys/systm.h>
    void panic (const char *fmt ...);
     

    DESCRIPTION

    The panic ();
    function terminates the running system. The message Fa fmt is a printf(3) style format string. The message is printed to the console and the location Fa panicstr is set to the address of the message text for retrieval from the OS core dump.

    If the kernel debugger is installed control is passed to it, otherwise an attempt to save a core dump of the OS to a configured dump device is made.

    If panic ();
    is called twice (from the disk sync routines, for example) the system is rebooted without syncing the disks.  

    RETURN VALUES

    The panic ();
    function does not return.


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES


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




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

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