HomeSort by: relevance | last modified time | path
    Searched defs:uboot_type (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/mkubootimage/
mkubootimage.c 188 static const struct uboot_type { struct
191 } uboot_type[] = { variable in typeref:typename:const struct uboot_type[]
205 for (i = 0; i < __arraycount(uboot_type); i++) {
206 if (strcmp(uboot_type[i].name, name) == 0)
207 return uboot_type[i].type;
218 for (i = 0; i < __arraycount(uboot_type); i++) {
219 if (uboot_type[i].type == type)
220 return uboot_type[i].name;
mkubootimage.c 188 static const struct uboot_type { struct
191 } uboot_type[] = { variable in typeref:typename:const struct uboot_type[]
205 for (i = 0; i < __arraycount(uboot_type); i++) {
206 if (strcmp(uboot_type[i].name, name) == 0)
207 return uboot_type[i].type;
218 for (i = 0; i < __arraycount(uboot_type); i++) {
219 if (uboot_type[i].type == type)
220 return uboot_type[i].name;

Completed in 96 milliseconds