OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REBOOT_FLAG
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/arch/arm/include/asm/arch-rockchip/
boot_mode.h
5
#define
REBOOT_FLAG
0x5242C300
7
#define BOOT_NORMAL (
REBOOT_FLAG
+ 0)
9
#define BOOT_LOADER (
REBOOT_FLAG
+ 1)
11
#define BOOT_RECOVERY (
REBOOT_FLAG
+ 3)
13
#define BOOT_FASTBOOT (
REBOOT_FLAG
+ 9)
15
#define BOOT_CHARGING (
REBOOT_FLAG
+ 11)
17
#define BOOT_UMS (
REBOOT_FLAG
+ 12)
/external/linux-kselftest/tools/testing/selftests/pstore/
pstore_crash_test
24
touch $
REBOOT_FLAG
pstore_post_reboot_tests
15
if [ -e $
REBOOT_FLAG
]; then
16
rm $
REBOOT_FLAG
common_tests
61
REBOOT_FLAG
=$TOP_DIR/
reboot_flag
Completed in 459 milliseconds