Searched defs:imgheader (Results 1 – 1 of 1) sorted by relevance
41 struct imgheader { struct42 unsigned long magic; /**< Magic number (NBI_MAGIC) */43 union {47 segoff_t location; /**< 16-bit seg:off header location */48 union {51 } execaddr;155 struct imgheader *imgheader, in nbi_process_segments()251 struct imgheader imgheader; in nbi_load() local301 static int nbi_boot16 ( struct image *image, struct imgheader *imgheader ) { in nbi_boot16()341 static int nbi_boot32 ( struct image *image, struct imgheader *imgheader ) { in nbi_boot32()[all …]