OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:image_num
(Results
1 - 3
of
3
) sorted by null
/external/vboot_reference/firmware/include/
gbb_access.h
70
* @param
image_num
Image number within the screen
79
uint32_t
image_num
, struct ScreenLayout *layout,
/external/u-boot/cmd/mvebu/
bubt.c
528
int
image_num
;
local
556
for (
image_num
= 0;
image_num
< num_of_image;
image_num
++) {
560
image_num
* sizeof(struct mvebu_image_info));
567
if (
image_num
== 0) {
585
image_num
);
607
if (
image_num
== 0)
612
image_num
);
/external/vboot_reference/firmware/lib/
region-kernel.c
98
uint32_t
image_num
, ScreenLayout *layout,
124
if (!layout->images[
image_num
].image_info_offset)
128
layout->images[
image_num
].image_info_offset;
Completed in 213 milliseconds