Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/arch/i386/drivers/net/
Dundirom.c45 unsigned int pxeromid ) { in undirom_parse_pxeromid() argument
50 undirom->rom_segment, pxeromid ); in undirom_parse_pxeromid()
53 copy_from_real ( &undi_rom_id, undirom->rom_segment, pxeromid, in undirom_parse_pxeromid()
124 unsigned int pxeromid; in undirom_probe() local
148 pxeromid = romheader.PXEROMID; in undirom_probe()
149 if ( ! pxeromid ) { in undirom_probe()
154 if ( pxeromid > rom_len ) { in undirom_probe()
160 if ( ( rc = undirom_parse_pxeromid ( undirom, pxeromid ) ) != 0 ) in undirom_probe()