Searched refs:mountroot_post_hook (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dbsd_init.c370 void (*mountroot_post_hook)(void); variable
961 bsd_init_kprintf("calling mountroot_post_hook\n");
964 if (mountroot_post_hook != NULL)
965 mountroot_post_hook();

Completed in 44 milliseconds