Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_shutdown.c154 static int sync_on_panic = 0; variable
155 SYSCTL_INT(_kern, OID_AUTO, sync_on_panic, CTLFLAG_RWTUN,
156 &sync_on_panic, 0, "Do a sync before rebooting from a panic");
913 if (!sync_on_panic) in vpanic()