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

/external/syslinux/gpxe/src/util/
H A 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
H A 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

Completed in 232 milliseconds