| /netbsd-src/sys/arch/ibmnws/ibmnws/ |
| H A D | machdep.c | 201 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 D | machdep.c | 262 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 D | machdep.c | 284 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 D | machdep.c | 330 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 D | machdep.c | 386 * 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 D | ibm4xx_machdep.c | 165 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 D | machdep.c | 241 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 D | machdep.c | 217 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 D | machdep.c | 312 * 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 D | machdep.c | 481 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 D | machdep.c | 363 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 D | machdep.c | 652 * 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 D | machdep.c | 329 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 D | booke_machdep.c | 261 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 D | udf_vfsops.c | 875 if (ump->syncing && !waitfor) { in udf_sync() 881 ump->syncing = 1; in udf_sync() 890 ump->syncing = 0; in udf_sync()
|
| H A D | udf.h | 349 int syncing; /* are we syncing? */ member
|
| /netbsd-src/sys/fs/nilfs/ |
| H A D | nilfs.h | 153 int syncing; /* are we syncing? */ member
|
| /netbsd-src/sys/arch/acorn32/doc/ |
| H A D | history | 191 - new syncing routine written for boot() 192 - syncing no longer requires kshell support
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | sniffer | 231 >20 belong&0x03FFFFFF 246 (Packet filter state syncing
|
| /netbsd-src/external/gpl3/autoconf/dist/ |
| H A D | ChangeLog | 171 maint: drop syncing with Automake::Struct
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc3928.txt | 883 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 D | BRANCHES | 1576 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 D | replication.sdf | 799 …nfigured consumers/providers will pull down this config, as they are all syncing). Also, replace a…
|
| /netbsd-src/external/gpl2/lvm2/dist/ |
| H A D | WHATS_NEW | 493 Begin syncing configure.in for merge/unification with device-mapper.
|
| /netbsd-src/external/bsd/libevent/dist/ |
| H A D | ChangeLog | 503 o test: replace sleeping with syncing pair in main/fork (16d220c Azat Khuzhin)
|