Home
last modified time | relevance | path

Searched refs:unmountroot_pre_hook (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.141.3/bsd/kern/
H A Dkern_shutdown.c79 extern void (*unmountroot_pre_hook)(void);
243 if (unmountroot_pre_hook != NULL) { in reboot_kernel()
244 unmountroot_pre_hook(); in reboot_kernel()
H A Dbsd_init.c404 void (*unmountroot_pre_hook)(void); variable