Home
last modified time | relevance | path

Searched refs:undi_rom_id (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/arch/i386/drivers/net/
Dundirom.c46 struct undi_rom_id undi_rom_id; in undirom_parse_pxeromid() local
53 copy_from_real ( &undi_rom_id, undirom->rom_segment, pxeromid, in undirom_parse_pxeromid()
54 sizeof ( undi_rom_id ) ); in undirom_parse_pxeromid()
55 if ( undi_rom_id.Signature != UNDI_ROM_ID_SIGNATURE ) { in undirom_parse_pxeromid()
57 "%08x\n", undirom, undi_rom_id.Signature ); in undirom_parse_pxeromid()
62 undiloader = undi_rom_id.UNDILoader; in undirom_parse_pxeromid()
71 undirom->code_size = undi_rom_id.CodeSize; in undirom_parse_pxeromid()
72 undirom->data_size = undi_rom_id.DataSize; in undirom_parse_pxeromid()
/external/syslinux/gpxe/src/arch/i386/include/
Dpxe.h96 struct undi_rom_id { struct