OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ih_magic
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
uboot_image.h
135
#define
IH_MAGIC
0x27051956 /* Image Magic Number */
143
uint32_t
ih_magic
; /* Image Header Magic Number */
member in struct:uboot_image_header
loader.c
360
bswap32s(&hdr->
ih_magic
);
476
if (hdr->
ih_magic
!=
IH_MAGIC
)
Completed in 41 milliseconds