Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/util/
Dmakerom.pl10 use constant PNP_PTR_LOC => 0x1a; # from beginning of ROM constant
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));
Dmodrom.pl10 use constant PNP_PTR_LOC => 0x1a; # from beginning of ROM constant
60 $pnp_hdr_offset = unpack('v', substr($$romref, PNP_PTR_LOC, 2));
64 or $pnp_hdr_offset < PNP_PTR_LOC + 2