The OpenNET Project / Index page

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

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

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

boot (9)
  • boot (1) ( Solaris man: Команды и прикладные программы пользовательского уровня )
  • boot (1) ( Русские man: Команды и прикладные программы пользовательского уровня )
  • boot (7) ( Русские man: Макропакеты и соглашения )
  • boot (7) ( Linux man: Макропакеты и соглашения )
  • boot (8) ( FreeBSD man: Команды системного администрирования )
  • >> boot (9) ( FreeBSD man: Ядро )
  • Ключ boot обнаружен в базе ключевых слов.

  • BSD mandoc
     

    NAME

    
    
    boot
    
     - halt or reboot the system
    
     
    

    SYNOPSIS

       #include <sys/types.h>
       #include <sys/systm.h>
       #include <sys/reboot.h>
    void boot (int howto);
     

    DESCRIPTION

    The boot ();
    function handles final system shutdown, and either halts or reboots the system. The exact action to be taken is determined by the flags passed in Fa howto and by whether or not the system has finished autoconfiguration.

    If the system has finished autoconfiguration, boot ();
    does the following:

    1. If this is the first invocation of boot ();
      and the RB_NOSYNC flag is not set in Fa howto , syncs and unmounts the system disks by calling vfs_unmountall9.
    2. Disables interrupts.
    3. If rebooting after a crash (i.e., if RB_DUMP is set in Fa howto , but RB_HALT is not), saves a system crash dump.
    4. Runs any shutdown hooks previously registered.
    5. Prints a message indicating that the system is about to be halted or rebooted.
    6. If RB_HALT is set in Fa howto , halts the system. Otherwise, reboots the system.

    If the system has not finished autoconfiguration, boot ();
    runs any shutdown hooks previously registered, prints a message, and halts the system.  

    SEE ALSO

    vfs_unmountall9


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    SEE ALSO


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




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

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