OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:boot_status
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/board/freescale/p1_twr/
p1_twr.c
130
u8
boot_status
;
local
134
boot_status
= ((gur->porbmsr) >> MPC85xx_PORBMSR_ROMLOC_SHIFT) & 0xf;
136
if (
boot_status
== PORBMSR_ROMLOC_NOR)
138
else if (
boot_status
== PORBMSR_ROMLOC_SDHC)
/external/u-boot/include/
smbios.h
183
u8
boot_status
;
member in struct:smbios_type32
/bootable/recovery/
recovery_main.cpp
111
std::string
boot_status
= std::string(boot.status, sizeof(boot.status));
local
112
LOG(INFO) << "Boot status: " <<
boot_status
;
Completed in 179 milliseconds