OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:image_arch
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/mkubootimage/
mkubootimage.c
67
static enum uboot_image_arch
image_arch
= IH_ARCH_UNKNOWN;
variable in typeref:enum:uboot_image_arch
351
hdr->ih_arch =
image_arch
;
470
image_arch
= get_arch(optarg);
541
if (
image_arch
== IH_ARCH_UNKNOWN ||
561
if (
image_arch
!= IH_ARCH_UNKNOWN &&
562
image_arch
!= IH_ARCH_ARM64)
mkubootimage.c
67
static enum uboot_image_arch
image_arch
= IH_ARCH_UNKNOWN;
variable in typeref:enum:uboot_image_arch
351
hdr->ih_arch =
image_arch
;
470
image_arch
= get_arch(optarg);
541
if (
image_arch
== IH_ARCH_UNKNOWN ||
561
if (
image_arch
!= IH_ARCH_UNKNOWN &&
562
image_arch
!= IH_ARCH_ARM64)
Completed in 27 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025