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

/freebsd-9.3-release/sys/modules/cbb/
H A DMakefile5 KMOD= cbb
/freebsd-9.3-release/sys/cam/ctl/
H A Dctl_backend_block.c101 printf("cbb(%s:%d): " fmt, __FUNCTION__, __LINE__, ##args)
106 SDT_PROVIDER_DEFINE(cbb); variable
280 CTL_BACKEND_DECLARE(cbb, ctl_be_block_driver);
555 SDT_PROBE_DEFINE1(cbb, kernel, read, file_start, "uint64_t");
556 SDT_PROBE_DEFINE1(cbb, kernel, write, file_start, "uint64_t");
557 SDT_PROBE_DEFINE1(cbb, kernel, read, file_done,"uint64_t");
558 SDT_PROBE_DEFINE1(cbb, kernel, write, file_done, "uint64_t");
578 SDT_PROBE(cbb, kernel, read, file_start, 0, 0, 0, 0, 0);
580 SDT_PROBE(cbb, kernel, write, file_start, 0, 0, 0, 0, 0);
702 SDT_PROBE(cbb, kerne
[all...]
/freebsd-9.3-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);
736 * in the PCI bridge chipset (or cbb brige) that's being used in
857 "cbb",
862 DRIVER_MODULE(cbb, pci, cbb_driver, cbb_devclass, 0, 0);
863 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.
842 * we're called from the card insertion code, in which case the cbb
1212 "count = %ld not supported by cbb\n",
1245 printf("cbb alloc res fail type %d rid %x\n", type, *rid);
1396 "count = %ld not supported by cbb\
[all...]
/freebsd-9.3-release/sys/pc98/conf/
H A DGENERIC135 device cbb # cardbus (yenta) bridge
/freebsd-9.3-release/sys/modules/
H A DMakefile461 _cbb= cbb
641 _cbb= cbb
761 _cbb= cbb
/freebsd-9.3-release/sys/amd64/conf/
H A DGENERIC178 device cbb # cardbus (yenta) bridge
/freebsd-9.3-release/sys/i386/conf/
H A DGENERIC189 device cbb # cardbus (yenta) bridge
/freebsd-9.3-release/sys/dev/cardbus/
H A Dcardbus.c335 DRIVER_MODULE(cardbus, cbb, cardbus_driver, cardbus_devclass, 0, 0);
/freebsd-9.3-release/share/man/man4/
H A DMakefile652 MLINKS+=pccbb.4 cbb.4
/freebsd-9.3-release/sys/dev/pccard/
H A Dpccard.c1484 DRIVER_MODULE(pccard, cbb, pccard_driver, pccard_devclass, 0, 0);

Completed in 321 milliseconds