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

  /external/syslinux/com32/include/sys/
pci.h 13 #define PCI_CLASS_NAME_SIZE 256
33 char class_name[PCI_CLASS_NAME_SIZE]; /* The most precise class name */
34 char category_name[PCI_CLASS_NAME_SIZE]; /*The general category */
  /external/syslinux/com32/lib/pci/
scan.c 176 char class_name[PCI_CLASS_NAME_SIZE];
177 char sub_class_name[PCI_CLASS_NAME_SIZE];
222 PCI_CLASS_NAME_SIZE - 1);
230 PCI_CLASS_NAME_SIZE - 1);
233 PCI_CLASS_NAME_SIZE - 1);
241 PCI_CLASS_NAME_SIZE - 1);
255 PCI_CLASS_NAME_SIZE - 1);

Completed in 63 milliseconds