Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/util/
Dmakerom.pl13 use constant PNP_DEVICE_OFF => 0x10; # bytes from beginning of PnP header constant
94 substr($$romref, $pnp_hdr_offset+PNP_DEVICE_OFF, 2)
199 …my $identoffset = substr($rom, $pnp_hdr_offset+PNP_DEVICE_OFF, 2) eq "\0\0" ? addident(\$rom) : un…
Dmodrom.pl13 use constant PNP_DEVICE_OFF => 0x10; # bytes from beginning of PnP header constant
93 substr($$romref, $pnp_hdr_offset+PNP_DEVICE_OFF, 2)