/src/sys/dev/sysmon/ |
swwdog.c | 104 doreboot(struct work *wrkwrkwrk, void *p) function in typeref:typename:void 116 if (workqueue_create(&wq, "swwreboot", doreboot, NULL,
|
swwdog.c | 104 doreboot(struct work *wrkwrkwrk, void *p) function in typeref:typename:void 116 if (workqueue_create(&wq, "swwreboot", doreboot, NULL,
|
/src/sbin/shutdown/ |
shutdown.c | 91 static int dofast, dohalt, doreboot, killflg, nofork, nosync, dodump; variable in typeref:typename:int 151 doreboot = 1; 172 if (dodump && !dohalt && !doreboot) 173 doreboot = 1; 179 if (dohalt && doreboot) { 361 if (doreboot) { 382 if (doreboot || dohalt) { 390 if (doreboot) {
|
shutdown.c | 91 static int dofast, dohalt, doreboot, killflg, nofork, nosync, dodump; variable in typeref:typename:int 151 doreboot = 1; 172 if (dodump && !dohalt && !doreboot) 173 doreboot = 1; 179 if (dohalt && doreboot) { 361 if (doreboot) { 382 if (doreboot || dohalt) { 390 if (doreboot) {
|