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

  /external/grub/netboot/
pci.h 68 #define BIOS32_SIGNATURE (('_' << 0) + ('3' << 8) + ('2' << 16) + ('_' << 24))
pci.c 360 if (check->fields.signature != BIOS32_SIGNATURE)

Completed in 28 milliseconds