OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RB_NOSYNC
(Results
1 - 25
of
112
) sorted by relevancy
1
2
3
4
5
/src/sys/arch/arm/arm32/
arm32_reboot.c
184
* If
RB_NOSYNC
was not specified sync the discs.
190
if (!(howto &
RB_NOSYNC
))
/src/sys/sys/
reboot.h
45
#define
RB_NOSYNC
0x00000004 /* dont sync before reboot */
/src/sys/arch/aarch64/aarch64/
aarch64_reboot.c
200
* If we get here then boot has been called without
RB_NOSYNC
226
* If
RB_NOSYNC
was not specified sync the discs.
232
if ((howto &
RB_NOSYNC
) == 0)
/src/sys/kern/
kern_reboot.c
74
if ((boothowto &
RB_NOSYNC
) == 0 && panicstr == NULL) {
/src/sys/modules/luapmf/
luapmf.c
135
lua_pushinteger(L,
RB_NOSYNC
);
136
lua_setfield(L, -2, "
RB_NOSYNC
");
/src/sys/arch/evbmips/atheros/
machdep.c
332
if ((boothowto &
RB_NOSYNC
) == 0 && waittime < 0) {
/src/sbin/reboot/
reboot.c
100
howto |=
RB_NOSYNC
;
/src/sys/arch/hpcarm/hpcarm/
hpc_machdep.c
162
* If
RB_NOSYNC
was not specified sync the discs.
168
if (!(howto &
RB_NOSYNC
))
/src/sys/arch/dreamcast/dreamcast/
machdep.c
224
if ((howto &
RB_NOSYNC
) == 0 && waittime < 0) {
/src/sys/arch/evbmips/ingenic/
machdep.c
288
if ((boothowto &
RB_NOSYNC
) == 0 && waittime < 0) {
/src/sys/arch/evbmips/malta/
machdep.c
335
if ((howto &
RB_NOSYNC
) == 0 && (waittime < 0)) {
/src/sys/arch/evbmips/rasoc/
machdep.c
240
if ((boothowto &
RB_NOSYNC
) == 0 && waittime < 0) {
/src/sys/arch/ibmnws/ibmnws/
machdep.c
209
if ((howto &
RB_NOSYNC
) == 0 && syncing == 0) {
/src/sys/arch/playstation2/playstation2/
machdep.c
206
if ((howto &
RB_NOSYNC
) == 0 && (waittime < 0)) {
/src/sys/arch/arc/arc/
machdep.c
248
cpu_reboot(RB_HALT |
RB_NOSYNC
, NULL);
534
if ((howto &
RB_NOSYNC
) == 0 && waittime < 0) {
/src/sys/arch/evbarm/mmnet/
mmnet_machdep.c
182
* If
RB_NOSYNC
was not specified sync the discs.
188
if (!(howto &
RB_NOSYNC
))
/src/sys/arch/ia64/stand/efi/libefi/
bootinfo.c
68
{"boot_nosync",
RB_NOSYNC
},
/src/sys/arch/ia64/stand/ia64/ski/
bootinfo.c
60
{"boot_nosync",
RB_NOSYNC
},
/src/sys/arch/evbarm/integrator/
integrator_machdep.c
229
* If
RB_NOSYNC
was not specified sync the discs.
235
if (!(howto &
RB_NOSYNC
))
/src/sys/arch/bebox/bebox/
machdep.c
289
if (!cold && !(howto &
RB_NOSYNC
) && !syncing) {
/src/sys/arch/evbarm/imx23_olinuxino/
imx23_olinuxino_machdep.c
216
* If this is the first invocation of cpu_reboot() and the
RB_NOSYNC
221
if (!cpu_reboot_called && !(boothowto &
RB_NOSYNC
)) {
/src/sys/arch/evbmips/adm5120/
machdep.c
446
if ((boothowto &
RB_NOSYNC
) == 0 && waittime < 0) {
/src/sys/arch/evbmips/alchemy/
machdep.c
370
if ((boothowto &
RB_NOSYNC
) == 0 && waittime < 0) {
/src/sys/arch/evbmips/cavium/
machdep.c
497
if ((howto &
RB_NOSYNC
) == 0 && (waittime < 0)) {
/src/sys/arch/evbmips/gdium/
machdep.c
415
if ((howto &
RB_NOSYNC
) == 0 && (waittime < 0)) {
Completed in 19 milliseconds
1
2
3
4
5
Indexes created Wed Oct 22 13:09:56 GMT 2025