Searched refs:cbb (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.1-release/sys/modules/cbb/
H A DMakefile5 KMOD= cbb
/freebsd-10.1-release/sys/cam/ctl/
H A Dctl_backend_block.c105 printf("cbb(%s:%d): " fmt, __FUNCTION__, __LINE__, ##args)
115 SDT_PROVIDER_DEFINE(cbb); variable
294 CTL_BACKEND_DECLARE(cbb, ctl_be_block_driver);
585 SDT_PROBE_DEFINE1(cbb, kernel, read, file_start, "uint64_t");
586 SDT_PROBE_DEFINE1(cbb, kernel, write, file_start, "uint64_t");
587 SDT_PROBE_DEFINE1(cbb, kernel, read, file_done,"uint64_t");
588 SDT_PROBE_DEFINE1(cbb, kernel, write, file_done, "uint64_t");
609 SDT_PROBE(cbb, kernel, read, file_start, 0, 0, 0, 0, 0);
612 SDT_PROBE(cbb, kernel, write, file_start, 0, 0, 0, 0, 0);
659 SDT_PROBE(cbb, kerne
[all...]
/freebsd-10.1-release/sys/dev/pccbb/
H A Dpccbb_isa.c74 TUNABLE_INT("hw.cbb.intr_mask", &isa_intr_mask);
238 "cbb",
243 DRIVER_MODULE(cbb, isa, cbb_isa_driver, cbb_devclass, 0, 0);
244 MODULE_DEPEND(cbb, exca, 1, 1, 1);
H A Dpccbb_pci.c315 mtx_init(&sc->mtx, device_get_nameunit(brdev), "cbb", MTX_DEF);
738 * in the PCI bridge chipset (or cbb brige) that's being used in
859 "cbb",
864 DRIVER_MODULE(cbb, pci, cbb_driver, cbb_devclass, 0, 0);
865 MODULE_DEPEND(cbb, exca, 1, 1, 1);
H A Dpccbb.c132 static SYSCTL_NODE(_hw, OID_AUTO, cbb, CTLFLAG_RD, 0, "CBB parameters");
136 TUNABLE_ULONG("hw.cbb.start_memory", &cbb_start_mem);
142 TUNABLE_ULONG("hw.cbb.start_16_io", &cbb_start_16_io);
148 TUNABLE_ULONG("hw.cbb.start_32_io", &cbb_start_32_io);
154 TUNABLE_INT("hw.cbb.debug", &cbb_debug);
303 * we'd get duplicate devices when cbb.ko was reloaded.
849 * we're called from the card insertion code, in which case the cbb
1219 "count = %ld not supported by cbb\n",
1252 printf("cbb alloc res fail type %d rid %x\n", type, *rid);
1403 "count = %ld not supported by cbb\
[all...]
/freebsd-10.1-release/sys/pc98/conf/
H A DGENERIC137 device cbb # cardbus (yenta) bridge
/freebsd-10.1-release/sys/modules/
H A DMakefile483 _cbb= cbb
666 _cbb= cbb
802 _cbb= cbb
838 _cbb= cbb
/freebsd-10.1-release/sys/amd64/conf/
H A DGENERIC189 device cbb # cardbus (yenta) bridge
/freebsd-10.1-release/sys/i386/conf/
H A DGENERIC198 device cbb # cardbus (yenta) bridge
/freebsd-10.1-release/sys/dev/cardbus/
H A Dcardbus.c335 DRIVER_MODULE(cardbus, cbb, cardbus_driver, cardbus_devclass, 0, 0);
/freebsd-10.1-release/share/man/man4/
H A DMakefile694 MLINKS+=pccbb.4 cbb.4
/freebsd-10.1-release/sys/dev/pccard/
H A Dpccard.c1494 DRIVER_MODULE(pccard, cbb, pccard_driver, pccard_devclass, 0, 0);

Completed in 106 milliseconds