OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uboot_arch
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/mkubootimage/
mkubootimage.c
147
static const struct
uboot_arch
{
struct
150
}
uboot_arch
[] = {
variable in typeref:typename:const struct uboot_arch[]
167
for (i = 0; i < __arraycount(
uboot_arch
); i++) {
168
if (strcmp(
uboot_arch
[i].name, name) == 0)
169
return
uboot_arch
[i].arch;
180
for (i = 0; i < __arraycount(
uboot_arch
); i++) {
181
if (
uboot_arch
[i].arch == arch)
182
return
uboot_arch
[i].name;
Completed in 24 milliseconds
Indexes created Tue Oct 14 10:09:51 GMT 2025