Home
last modified time | relevance | path

Searched defs:imgheader (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/gpxe/src/arch/i386/image/
Dnbi.c41 struct imgheader { struct
42 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() local
301 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 …]