Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/util/
Dmakerom.pl18 use constant UNDI_PTR_LOC => 0x16; # from beginning of ROM constant
108 $undi_hdr_offset = unpack('v', substr($$romref, UNDI_PTR_LOC, 2));
110 if ($undi_hdr_offset < UNDI_PTR_LOC + 2
Dmodrom.pl18 use constant UNDI_PTR_LOC => 0x16; # from beginning of ROM constant
106 $undi_hdr_offset = unpack('v', substr($$romref, UNDI_PTR_LOC, 2));
108 if ($undi_hdr_offset < UNDI_PTR_LOC + 2