DOSHUTDOWNHOOKS(9) NetBSD Kernel Manual DOSHUTDOWNHOOKS(9)
NAME
doshutdownhooks - run all shutdown hooks
SYNOPSIS
void doshutdownhooks(void);
DESCRIPTION
The doshutdownhooks() function invokes all shutdown hooks established us- ing the shutdownhook_establish(9) function. Shutdown hooks are called in reverse order, i.e. the shutdown hook established last will be called first. This function is called from boot() with interrupts turned off. It is called immediately before the system is halted or rebooted, after file systems have been unmounted, after the clock has been updated, and after a system dump has been done (if necessary).
SEE ALSO
shutdownhook_establish(9) NetBSD 1.6 November 13, 1995 1
Powered by man-cgi (2024-08-26). Maintained for NetBSD by Kimmo Suominen. Based on man-cgi by Panagiotis Christias.