HomeSort by: relevance | last modified time | path
    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