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

  /external/syslinux/gpxe/src/util/
makerom.pl 13 use constant PNP_DEVICE_OFF => 0x10; # bytes from beginning of PnP header
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) : undef;
modrom.pl 13 use constant PNP_DEVICE_OFF => 0x10; # bytes from beginning of PnP header
93 substr($$romref, $pnp_hdr_offset+PNP_DEVICE_OFF, 2)

Completed in 157 milliseconds