Symbol: PCI_CLASS_DISPLAY
sys/arch/alpha/pci/pci_machdep.c
154
if (PCI_CLASS(pa->pa_class) == PCI_CLASS_DISPLAY &&
sys/arch/amiga/pci/p5pb.c
667
if (PCI_CLASS(pa->pa_class) == PCI_CLASS_DISPLAY) {
sys/arch/atari/pci/pci_machdep.c
367
case PCI_CLASS_DISPLAY:
sys/arch/atari/pci/pci_vga.c
168
if (PCI_CLASS(class) == PCI_CLASS_DISPLAY &&
sys/arch/bebox/stand/boot/pci.c
123
PCI_CLASS_DISPLAY) {
sys/arch/evbarm/fdt/fdt_machdep.c
512
if (PCI_CLASS(pa->pa_class) == PCI_CLASS_DISPLAY &&
sys/arch/evbppc/sam460ex/autoconf.c
163
if (PCI_CLASS(pa->pa_class) == PCI_CLASS_DISPLAY &&
sys/arch/macppc/dev/ofb.c
135
if (PCI_CLASS(pa->pa_class) == PCI_CLASS_DISPLAY)
sys/arch/powerpc/oea/ofw_autoconf.c
383
pci_class == PCI_CLASS_DISPLAY) {
sys/arch/powerpc/pci/pci_machdep_ofw.c
523
if (PCI_CLASS(class) == PCI_CLASS_DISPLAY)
sys/arch/sparc64/sparc64/autoconf.c
1424
if (PCI_CLASS(pa->pa_class) != PCI_CLASS_DISPLAY)
sys/arch/x86/pci/pci_addr_fixup.c
359
if (PCI_CLASS(class) == PCI_CLASS_DISPLAY) {
sys/arch/x86/pci/pci_machdep.c
1253
if (PCI_CLASS(pa->pa_class) == PCI_CLASS_DISPLAY) {
sys/dev/acpi/acpi_display.c
504
if (PCI_CLASS(class) != PCI_CLASS_DISPLAY)
sys/dev/pci/agp.c
456
if (PCI_CLASS(pa->pa_class) == PCI_CLASS_DISPLAY &&
sys/dev/pci/agp_i810.c
241
if (PCI_CLASS(pa->pa_class) != PCI_CLASS_DISPLAY ||
sys/dev/pci/bochsfb.c
148
if (!(PCI_CLASS(pa->pa_class) == PCI_CLASS_DISPLAY &&
sys/dev/pci/chipsfb.c
74
if (PCI_CLASS(pa->pa_class) != PCI_CLASS_DISPLAY ||
sys/dev/pci/genfb_pci.c
90
if (PCI_CLASS(pa->pa_class) == PCI_CLASS_DISPLAY)
sys/dev/pci/gffb.c
193
if (PCI_CLASS(pa->pa_class) != PCI_CLASS_DISPLAY)
sys/dev/pci/igma.c
321
if (PCI_CLASS(pa->pa_class) != PCI_CLASS_DISPLAY)
sys/dev/pci/lynxfb.c
258
if (PCI_CLASS(pa->pa_class) != PCI_CLASS_DISPLAY)
sys/dev/pci/machfb.c
396
if (PCI_CLASS(pa->pa_class) != PCI_CLASS_DISPLAY ||
sys/dev/pci/pci.c
1279
if (PCI_CLASS(priv->p_class) == PCI_CLASS_DISPLAY)
sys/dev/pci/pci_subr.c
628
{ "display", PCI_CLASS_DISPLAY,
sys/dev/pci/pm2fb.c
294
if (PCI_CLASS(pa->pa_class) != PCI_CLASS_DISPLAY)
sys/dev/pci/pm3fb.c
206
if (PCI_CLASS(pa->pa_class) != PCI_CLASS_DISPLAY)
sys/dev/pci/r128fb.c
175
if (PCI_CLASS(pa->pa_class) != PCI_CLASS_DISPLAY)
sys/dev/pci/sisfb.c
215
if (PCI_CLASS(pa->pa_class) != PCI_CLASS_DISPLAY)
sys/dev/pci/unichromefb.c
237
if (PCI_CLASS(pa->pa_class) != PCI_CLASS_DISPLAY ||
sys/dev/pci/vga_pci.c
156
if (PCI_CLASS(pa->pa_class) == PCI_CLASS_DISPLAY &&
sys/dev/pci/vga_pcivar.h
31
(((PCI_CLASS(class) == PCI_CLASS_DISPLAY && \
sys/dev/pci/voodoofb.c
338
if (PCI_CLASS(pa->pa_class) != PCI_CLASS_DISPLAY ||
sys/dev/pci/voyager.c
134
if (PCI_CLASS(pa->pa_class) != PCI_CLASS_DISPLAY)