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

/src/sys/arch/ibmnws/ibmnws/
H A Dmachdep.c196 * Halt or reboot the machine after syncing/dumping according to howto.
201 static int syncing; local in function:cpu_reboot
209 if ((howto & RB_NOSYNC) == 0 && syncing == 0) {
210 syncing = 1;
/src/sys/arch/bebox/bebox/
H A Dmachdep.c279 * Halt or reboot the machine after syncing/dumping according to howto.
284 static int syncing; local in function:cpu_reboot
289 if (!cold && !(howto & RB_NOSYNC) && !syncing) {
290 syncing = 1;
/src/sys/arch/evbppc/pmppc/
H A Dmachdep.c325 * Halt or reboot the machine after syncing/dumping according to howto.
330 static int syncing; local in function:cpu_reboot
336 if (!cold && !(howto & RB_NOSYNC) && !syncing) {
337 syncing = 1;
/src/sys/arch/mvmeppc/mvmeppc/
H A Dmachdep.c257 * Halt or reboot the machine after syncing/dumping according to howto.
262 static int syncing; local in function:cpu_reboot
270 if ((howto & RB_NOSYNC) == 0 && syncing == 0) {
271 syncing = 1;
/src/sys/arch/powerpc/ibm4xx/
H A Dibm4xx_machdep.c165 static int syncing; local in function:cpu_reboot
170 if (!cold && !(howto & RB_NOSYNC) && !syncing) {
171 syncing = 1;
/src/sys/arch/macppc/macppc/
H A Dmachdep.c233 * Halt or reboot the machine after syncing/dumping according to howto.
238 static int syncing; local in function:cpu_reboot
249 if (!cold && !(howto & RB_NOSYNC) && !syncing) {
250 syncing = 1;
/src/sys/arch/prep/prep/
H A Dmachdep.c236 * Halt or reboot the machine after syncing/dumping according to howto.
241 static int syncing; local in function:cpu_reboot
249 if ((howto & RB_NOSYNC) == 0 && syncing == 0) {
250 syncing = 1;
/src/sys/arch/ofppc/ofppc/
H A Dmachdep.c312 * Halt or reboot the machine after syncing/dumping according to howto.
318 static int syncing; local in function:cpu_reboot
326 if (!cold && !(howto & RB_NOSYNC) && !syncing) {
327 syncing = 1;
/src/sys/arch/amigappc/amigappc/
H A Dmachdep.c652 * Halt or reboot the machine after syncing/dumping according to howto
657 static int syncing; local in function:cpu_reboot
665 if ((howto & RB_NOSYNC) == 0 && syncing == 0) {
666 syncing = 1;
/src/sys/arch/sandpoint/sandpoint/
H A Dmachdep.c357 * Halt or reboot the machine after syncing/dumping according to howto.
363 static int syncing; local in function:cpu_reboot
367 if ((howto & RB_NOSYNC) == 0 && syncing == 0) {
368 syncing = 1;
/src/sys/arch/rs6000/rs6000/
H A Dmachdep.c476 * Halt or reboot the machine after syncing/dumping according to howto.
481 static int syncing; local in function:cpu_reboot
489 if ((howto & RB_NOSYNC) == 0 && syncing == 0) {
490 syncing = 1;
/src/sys/arch/evbppc/ev64260/
H A Dmachdep.c324 * Halt or reboot the machine after syncing/dumping according to howto.
329 static int syncing; local in function:cpu_reboot
334 if (!cold && !(howto & RB_NOSYNC) && !syncing) {
335 syncing = 1;
/src/sys/arch/evbppc/nintendo/
H A Dmachdep.c540 * Halt or reboot the machine after syncing/dumping according to howto.
545 static int syncing; local in function:cpu_reboot
549 if (!cold && !(howto & RB_NOSYNC) && !syncing) {
550 syncing = 1;
/src/sys/fs/nilfs/
H A Dnilfs.h152 /* syncing and late allocation */
153 int syncing; /* are we syncing? */ member in struct:nilfs_device
/src/sys/fs/udf/
H A Dudf_vfsops.c828 * i.e. explicit syncing by the user?
838 DPRINTF(CALL, ("udf_sync: syncing metadata\n"));
873 if (ump->syncing && !waitfor) {
879 ump->syncing = 1;
888 ump->syncing = 0;
H A Dudf.h348 /* syncing */
349 int syncing; /* are we syncing? */ member in struct:udf_mount
350 kmutex_t sync_lock; /* serialize syncing */
/src/sys/arch/powerpc/booke/
H A Dbooke_machdep.c256 * Halt or reboot the machine after syncing/dumping according to howto.
261 static int syncing; local in function:cpu_reboot
266 if (!cold && !(howto & RB_NOSYNC) && !syncing) {
267 syncing = 1;

Completed in 14 milliseconds