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

  /external/syslinux/gpxe/src/util/
makerom.pl 10 use constant PNP_PTR_LOC => 0x1a; # from beginning of ROM
60 $pnp_hdr_offset = unpack('v', substr($$romref, PNP_PTR_LOC, 2));
64 or $pnp_hdr_offset < PNP_PTR_LOC + 2
198 my $pnp_hdr_offset = unpack('v', substr($rom, PNP_PTR_LOC, 2));
modrom.pl 10 use constant PNP_PTR_LOC => 0x1a; # from beginning of ROM
60 $pnp_hdr_offset = unpack('v', substr($$romref, PNP_PTR_LOC, 2));
64 or $pnp_hdr_offset < PNP_PTR_LOC + 2

Completed in 57 milliseconds