DOSHUTDOWNHOOKS(9) Kernel Developer's Manual DOSHUTDOWNHOOKS(9)

doshutdownhooksrun all shutdown hooks

void
doshutdownhooks(void);

doshutdownhooks pmf_system_shutdown(9)

The () function invokes all shutdown hooks established using 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 () 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).

cpu_reboot(9), shutdownhook_establish(9)

February 11, 2010 NetBSD 11.0