Searched refs:DEFINE_CLASS_0 (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-10.0-release/sys/sys/
H A Dkobj.h115 DEFINE_CLASS_0(name, name ## _class, methods, size)
120 * DEFINE_CLASS_0(foo, foo_class, foo_methods, sizeof(foo_softc));
122 #define DEFINE_CLASS_0(name, classvar, methods, size) \ macro
/freebsd-10.0-release/sys/sparc64/sparc64/
H A Dschppm.c81 DEFINE_CLASS_0(schppm, schppm_driver, schppm_methods,
H A Djbusppm.c90 DEFINE_CLASS_0(jbusppm, jbusppm_driver, jbusppm_methods,
/freebsd-10.0-release/sys/xen/xenbus/
H A Dxenbusb_front.c191 DEFINE_CLASS_0(xenbusb_front, xenbusb_front_driver, xenbusb_front_methods,
H A Dxenbusb_back.c314 DEFINE_CLASS_0(xenbusb_back, xenbusb_back_driver, xenbusb_back_methods,
/freebsd-10.0-release/sys/x86/pci/
H A Dqpi.c205 DEFINE_CLASS_0(qpi, qpi_driver, qpi_methods, 0);
318 DEFINE_CLASS_0(pcib, qpi_pcib_driver, qpi_pcib_methods, 0);
H A Dpci_bus.c641 DEFINE_CLASS_0(pcib, legacy_pcib_driver, legacy_pcib_methods, 1);
690 DEFINE_CLASS_0(pcibus_pnp, pcibus_pnp_driver, pcibus_pnp_methods, 1);
/freebsd-10.0-release/sys/dev/etherswitch/
H A Dmiiproxy.c433 DEFINE_CLASS_0(miiproxy, miiproxy_driver, miiproxy_methods,
435 DEFINE_CLASS_0(mdioproxy, mdioproxy_driver, mdioproxy_methods,
/freebsd-10.0-release/sys/dev/le/
H A Dlebuffer_sbus.c102 DEFINE_CLASS_0(lebuffer, lebuffer_driver, lebuffer_methods, 1);
H A Dif_le_cbus.c102 DEFINE_CLASS_0(le, le_cbus_driver, le_cbus_methods, sizeof(struct le_cbus_softc));
H A Dif_le_isa.c143 DEFINE_CLASS_0(le, le_isa_driver, le_isa_methods, sizeof(struct le_isa_softc));
H A Dif_le_lebuffer.c95 DEFINE_CLASS_0(le, le_lebuffer_driver, le_lebuffer_methods,
H A Dif_le_ledma.c105 DEFINE_CLASS_0(le, le_dma_driver, le_dma_methods, sizeof(struct le_dma_softc));
H A Dif_le_pci.c143 DEFINE_CLASS_0(le, le_pci_driver, le_pci_methods, sizeof(struct le_pci_softc));
/freebsd-10.0-release/sys/sparc64/ebus/
H A Depic.c133 DEFINE_CLASS_0(epic, epic_driver, epic_methods,
/freebsd-10.0-release/sys/x86/x86/
H A Dmptable_pci.c214 DEFINE_CLASS_0(pcib, mptable_hostb_driver, mptable_hostb_methods,
H A Dio_apic.c843 DEFINE_CLASS_0(ioapic, ioapic_pci_driver, ioapic_pci_methods, 0);
921 DEFINE_CLASS_0(apic, apic_driver, apic_methods, 0);
/freebsd-10.0-release/sys/dev/xen/control/
H A Dcontrol.c565 DEFINE_CLASS_0(xctrl, xctrl_driver, xctrl_methods, sizeof(struct xctrl_softc));
/freebsd-10.0-release/sys/sparc64/pci/
H A Dsbbc.c301 DEFINE_CLASS_0(sbbc, sbbc_driver, sbbc_pci_methods, sizeof(struct sbbc_softc));
609 DEFINE_CLASS_0(uart, sbbc_uart_driver, sbbc_uart_sbbc_methods,
/freebsd-10.0-release/sys/amd64/vmm/io/
H A Dppt.c169 DEFINE_CLASS_0(ppt, ppt_driver, ppt_methods, 0);
/freebsd-10.0-release/sys/dev/acpica/
H A Dacpi_pcib_acpi.c141 DEFINE_CLASS_0(pcib, acpi_pcib_acpi_driver, acpi_pcib_acpi_methods,
/freebsd-10.0-release/sys/dev/etherswitch/arswitch/
H A Darswitch.c704 DEFINE_CLASS_0(arswitch, arswitch_driver, arswitch_methods,
/freebsd-10.0-release/sys/dev/etherswitch/ip17x/
H A Dip17x.c604 DEFINE_CLASS_0(ip17x, ip17x_driver, ip17x_methods,
/freebsd-10.0-release/sys/dev/etherswitch/ukswitch/
H A Dukswitch.c560 DEFINE_CLASS_0(ukswitch, ukswitch_driver, ukswitch_methods,
/freebsd-10.0-release/sys/dev/xen/pcifront/
H A Dpcifront.c677 DEFINE_CLASS_0(pcib, xpcib_driver, xpcib_methods, sizeof(struct xpcib_softc));

Completed in 239 milliseconds

12