HomeSort by relevance Sort by last modified time
    Searched refs:UNDI_PTR_LOC (Results 1 - 2 of 2) sorted by null

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

Completed in 239 milliseconds