Home
last modified time | relevance | path

Searched refs:syncing (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/sys/arch/ibmnws/ibmnws/
H A Dmachdep.c201 static int syncing; in cpu_reboot() local
209 if ((howto & RB_NOSYNC) == 0 && syncing == 0) { in cpu_reboot()
210 syncing = 1; in cpu_reboot()
/netbsd-src/sys/arch/mvmeppc/mvmeppc/
H A Dmachdep.c262 static int syncing; in cpu_reboot() local
270 if ((howto & RB_NOSYNC) == 0 && syncing == 0) { in cpu_reboot()
271 syncing = 1; in cpu_reboot()
/netbsd-src/sys/arch/bebox/bebox/
H A Dmachdep.c284 static int syncing; in cpu_reboot() local
289 if (!cold && !(howto & RB_NOSYNC) && !syncing) { in cpu_reboot()
290 syncing = 1; in cpu_reboot()
/netbsd-src/sys/arch/evbppc/pmppc/
H A Dmachdep.c330 static int syncing; in cpu_reboot() local
336 if (!cold && !(howto & RB_NOSYNC) && !syncing) { in cpu_reboot()
337 syncing = 1; in cpu_reboot()
/netbsd-src/sys/arch/evbppc/wii/
H A Dmachdep.c386 * Halt or reboot the machine after syncing/dumping according to howto. in cpu_reboot()
391 static int syncing; in cpu_reboot()
395 if (!cold && !(howto & RB_NOSYNC) && !syncing) { in cpu_reboot()
396 syncing = 1; in cpu_reboot()
369 static int syncing; cpu_reboot() local
/netbsd-src/sys/arch/powerpc/ibm4xx/
H A Dibm4xx_machdep.c165 static int syncing; in cpu_reboot() local
170 if (!cold && !(howto & RB_NOSYNC) && !syncing) { in cpu_reboot()
171 syncing = 1; in cpu_reboot()
/netbsd-src/sys/arch/prep/prep/
H A Dmachdep.c241 static int syncing; in cpu_reboot() local
249 if ((howto & RB_NOSYNC) == 0 && syncing == 0) { in cpu_reboot()
250 syncing = 1; in cpu_reboot()
/netbsd-src/sys/arch/macppc/macppc/
H A Dmachdep.c217 static int syncing; in cpu_reboot() local
228 if (!cold && !(howto & RB_NOSYNC) && !syncing) { in cpu_reboot()
229 syncing = 1; in cpu_reboot()
/netbsd-src/sys/arch/ofppc/ofppc/
H A Dmachdep.c312 * Halt or reboot the machine after syncing/dumping according to howto.
318 static int syncing; in cpu_reboot() local
326 if (!cold && !(howto & RB_NOSYNC) && !syncing) { in cpu_reboot()
327 syncing = 1; in cpu_reboot()
/netbsd-src/sys/arch/rs6000/rs6000/
H A Dmachdep.c481 static int syncing; in cpu_reboot() local
489 if ((howto & RB_NOSYNC) == 0 && syncing == 0) { in cpu_reboot()
490 syncing = 1; in cpu_reboot()
/netbsd-src/sys/arch/sandpoint/sandpoint/
H A Dmachdep.c363 static int syncing; in cpu_reboot() local
367 if ((howto & RB_NOSYNC) == 0 && syncing == 0) { in cpu_reboot()
368 syncing = 1; in cpu_reboot()
/netbsd-src/sys/arch/amigappc/amigappc/
H A Dmachdep.c652 * Halt or reboot the machine after syncing/dumping according to howto
657 static int syncing; in cpu_reboot() local
665 if ((howto & RB_NOSYNC) == 0 && syncing == 0) { in cpu_reboot()
666 syncing = 1; in cpu_reboot()
/netbsd-src/sys/arch/evbppc/ev64260/
H A Dmachdep.c329 static int syncing; in cpu_reboot() local
334 if (!cold && !(howto & RB_NOSYNC) && !syncing) { in cpu_reboot()
335 syncing = 1; in cpu_reboot()
/netbsd-src/sys/arch/powerpc/booke/
H A Dbooke_machdep.c261 static int syncing; in cpu_reboot() local
266 if (!cold && !(howto & RB_NOSYNC) && !syncing) { in cpu_reboot()
267 syncing = 1; in cpu_reboot()
/netbsd-src/sys/fs/udf/
H A Dudf_vfsops.c875 if (ump->syncing && !waitfor) { in udf_sync()
881 ump->syncing = 1; in udf_sync()
890 ump->syncing = 0; in udf_sync()
H A Dudf.h349 int syncing; /* are we syncing? */ member
/netbsd-src/sys/fs/nilfs/
H A Dnilfs.h153 int syncing; /* are we syncing? */ member
/netbsd-src/sys/arch/acorn32/doc/
H A Dhistory191 - new syncing routine written for boot()
192 - syncing no longer requires kshell support
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dsniffer231 >20 belong&0x03FFFFFF 246 (Packet filter state syncing
/netbsd-src/external/gpl3/autoconf/dist/
H A DChangeLog171 maint: drop syncing with Automake::Struct
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc3928.txt883 syncing of operational attributes, the server MUST return a
888 syncing of LDAP Subentries, and the server can determine from the
915 does not support syncing of virtual attributes, the server MUST
/netbsd-src/doc/
H A DBRANCHES1576 syncing with the mainline. the maintainer uses some private
1661 thorpej_scsipi_base tag to the revision you're syncing with.
1663 used when syncing the whole branch with HEAD).
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A Dreplication.sdf799 …nfigured consumers/providers will pull down this config, as they are all syncing). Also, replace a…
/netbsd-src/external/gpl2/lvm2/dist/
H A DWHATS_NEW493 Begin syncing configure.in for merge/unification with device-mapper.
/netbsd-src/external/bsd/libevent/dist/
H A DChangeLog503 o test: replace sleeping with syncing pair in main/fork (16d220c Azat Khuzhin)

12