Searched refs:class (Results 1 – 2 of 2) sorted by relevance
| /libpciaccess/src/ |
| H A D | x86_pci.c | 286 uint16_t class, vendor; in pci_system_x86_check() local 292 if (pci_sys_x86->read(0, dev, 0, PCI_CLASS_DEVICE, &class, sizeof(class))) in pci_system_x86_check() 294 if (class == PCI_CLASS_BRIDGE_HOST || class == PCI_CLASS_DISPLAY_VGA) in pci_system_x86_check() 298 if (vendor == PCI_VENDOR_ID_INTEL || class == PCI_VENDOR_ID_COMPAQ) in pci_system_x86_check()
|
| H A D | Doxyfile | 68 # the file and class documentation (similar to JavaDoc). 99 # inherited members of a class in the documentation of that class as if those 121 # the path mentioned in the documentation of a class, which tells 122 # the reader which header file to include in order to use a class. 173 # be part of the file/class/namespace that contains it. 263 # friend (class|struct|union) declarations. 324 # NO (the default), the class list will be sorted only by class name, 327 # Note: This option applies only to the class list, not to the 590 # configuration options related to the alphabetical class index 1074 # or is not a class. [all …]
|