OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:syncing
(Results
1 - 16
of
16
) sorted by relevancy
/src/sys/arch/ibmnws/ibmnws/
machdep.c
196
* 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/mvmeppc/mvmeppc/
machdep.c
257
* 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/bebox/bebox/
machdep.c
279
* 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/
machdep.c
325
* 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/powerpc/ibm4xx/
ibm4xx_machdep.c
165
static int
syncing
;
local in function:cpu_reboot
170
if (!cold && !(howto & RB_NOSYNC) && !
syncing
) {
171
syncing
= 1;
/src/sys/arch/evbppc/wii/
machdep.c
389
* Halt or reboot the machine after
syncing
/dumping according to howto.
394
static int
syncing
;
local in function:cpu_reboot
398
if (!cold && !(howto & RB_NOSYNC) && !
syncing
) {
399
syncing
= 1;
/src/sys/arch/rs6000/rs6000/
machdep.c
476
* 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/
machdep.c
324
* 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/prep/prep/
machdep.c
236
* 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/amigappc/amigappc/
machdep.c
652
* 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/ofppc/ofppc/
machdep.c
312
* 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/macppc/macppc/
machdep.c
233
* 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/powerpc/booke/
booke_machdep.c
256
* 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;
/src/sys/arch/sandpoint/sandpoint/
machdep.c
357
* 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/fs/nilfs/
nilfs.h
152
/*
syncing
and late allocation */
153
int
syncing
; /* are we
syncing
? */
member in struct:nilfs_device
/src/sys/fs/udf/
udf.h
348
/*
syncing
*/
349
int
syncing
; /* are we
syncing
? */
member in struct:udf_mount
350
kmutex_t sync_lock; /* serialize
syncing
*/
Completed in 21 milliseconds
Indexes created Sun Sep 21 16:09:51 GMT 2025