Searched refs:uboot_arch (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/usr.bin/mkubootimage/
H A Dmkubootimage.c147 static const struct uboot_arch { struct
150 } uboot_arch[] = { variable in typeref: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 168 milliseconds