Searched refs:rom_segment (Results 1 – 2 of 2) sorted by relevance
/external/syslinux/gpxe/src/arch/i386/drivers/net/ |
D | undirom.c | 50 undirom->rom_segment, pxeromid ); in undirom_parse_pxeromid() 53 copy_from_real ( &undi_rom_id, undirom->rom_segment, pxeromid, in undirom_parse_pxeromid() 69 undirom->loader_entry.segment = undirom->rom_segment; in undirom_parse_pxeromid() 92 undirom, undirom->rom_segment, pcirheader ); in undirom_parse_pcirheader() 95 copy_from_real ( &pcir_header, undirom->rom_segment, pcirheader, in undirom_parse_pcirheader() 120 static int undirom_probe ( unsigned int rom_segment ) { in undirom_probe() argument 129 copy_from_real ( &romheader, rom_segment, 0, sizeof ( romheader ) ); in undirom_probe() 144 "(%zdkB)\n", undirom, rom_segment, ( rom_len / 1024 ) ); in undirom_probe() 145 undirom->rom_segment = rom_segment; in undirom_probe() 185 unsigned int rom_segment; in undirom_probe_all_roms() local [all …]
|
/external/syslinux/gpxe/src/arch/i386/include/ |
D | undirom.h | 33 unsigned int rom_segment; member
|