Searched refs:DEFINE_CLASS_1 (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.0-release/sys/sparc64/sparc64/
H A Dssm.c60 DEFINE_CLASS_1(ssm, ssm_driver, ssm_methods, 1 /* no softc */, nexus_driver);
/freebsd-10.0-release/sys/dev/acpica/
H A Dacpi_pcib_pci.c91 DEFINE_CLASS_1(pcib, acpi_pcib_pci_driver, acpi_pcib_pci_methods,
H A Dacpi_pci.c102 DEFINE_CLASS_1(pci, acpi_pci_driver, acpi_pci_methods, sizeof(struct pci_softc),
/freebsd-10.0-release/sys/powerpc/ofw/
H A Dofw_pcib_pci.c83 DEFINE_CLASS_1(pcib, ofw_pcib_pci_driver, ofw_pcib_pci_methods,
H A Dofw_pcibus.c98 DEFINE_CLASS_1(pci, ofw_pcibus_driver, ofw_pcibus_methods,
/freebsd-10.0-release/sys/sparc64/pci/
H A Dofw_pcib.c85 DEFINE_CLASS_1(pcib, ofw_pcib_driver, ofw_pcib_methods,
H A Dapb.c104 DEFINE_CLASS_1(pcib, apb_driver, apb_methods, sizeof(struct apb_softc),
H A Dofw_pcibus.c103 DEFINE_CLASS_1(pci, ofw_pcibus_driver, ofw_pcibus_methods,
/freebsd-10.0-release/sys/dev/ofw/
H A Dofw_iicbus.c82 DEFINE_CLASS_1(iicbus, ofw_iicbus_driver, ofw_iicbus_methods,
/freebsd-10.0-release/sys/sys/
H A Dkobj.h131 * DEFINE_CLASS_1(foo, foo_class, foo_methods, sizeof(foo_softc),
134 #define DEFINE_CLASS_1(name, classvar, methods, size, \ macro
/freebsd-10.0-release/sys/amd64/acpica/
H A Dacpi_machdep.c382 DEFINE_CLASS_1(nexus, nexus_acpi_driver, nexus_acpi_methods, 1, nexus_driver);
/freebsd-10.0-release/sys/i386/acpica/
H A Dacpi_machdep.c392 DEFINE_CLASS_1(nexus, nexus_acpi_driver, nexus_acpi_methods, 1, nexus_driver);
/freebsd-10.0-release/sys/powerpc/powermac/
H A Dgrackle.c101 DEFINE_CLASS_1(pcib, grackle_driver, grackle_methods,
H A Duninorthpci.c99 DEFINE_CLASS_1(pcib, uninorth_driver, uninorth_methods,
H A Dcpcht.c135 DEFINE_CLASS_1(pcib, cpcht_driver, cpcht_methods, sizeof(struct cpcht_softc),
/freebsd-10.0-release/sys/powerpc/pseries/
H A Drtas_pci.c113 DEFINE_CLASS_1(pcib, rtaspci_driver, rtaspci_methods,
/freebsd-10.0-release/sys/x86/x86/
H A Dmptable_pci.c249 DEFINE_CLASS_1(pcib, mptable_pcib_driver, mptable_pcib_pci_methods,
/freebsd-10.0-release/sys/dev/cardbus/
H A Dcardbus.c330 DEFINE_CLASS_1(cardbus, cardbus_driver, cardbus_methods,
/freebsd-10.0-release/sys/mips/sibyte/
H A Dsb_zbpci.c460 DEFINE_CLASS_1(zbpci, zbpci_driver, zbpci_methods, 0, pcib_driver);
/freebsd-10.0-release/sys/x86/pci/
H A Dpci_bus.c713 DEFINE_CLASS_1(pcib, pcibios_pcib_driver, pcibios_pcib_pci_methods,
/freebsd-10.0-release/sys/mips/nlm/
H A Dxlp_pci.c334 DEFINE_CLASS_1(pci, xlp_pci_driver, xlp_pci_methods, sizeof(struct pci_softc),

Completed in 339 milliseconds