Home | Sort by: relevance | last modified time | path |
/src/usr.bin/mkubootimage/ | |
uboot.h | 81 uint8_t ih_os; member in struct:uboot_image_header |
mkubootimage.c | 287 printf(" os: %d (%s)\n", hdr->ih_os, 288 get_os_name(hdr->ih_os)); 350 hdr->ih_os = image_os; |