HomeSort by: relevance | last modified time | path
    Searched refs:uboot_comp (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/mkubootimage/
mkubootimage.c 226 static const struct uboot_comp { struct
229 } uboot_comp[] = { variable in typeref:typename:const struct uboot_comp[]
242 for (i = 0; i < __arraycount(uboot_comp); i++) {
243 if (strcmp(uboot_comp[i].name, name) == 0)
244 return uboot_comp[i].comp;
255 for (i = 0; i < __arraycount(uboot_comp); i++) {
256 if (uboot_comp[i].comp == comp)
257 return uboot_comp[i].name;

Completed in 11 milliseconds