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

/freebsd-11-stable/sys/modules/cbb/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/cbb/Makefile 319182 2017-05-30 04:11:12Z ngie $
5 KMOD= cbb
/freebsd-11-stable/sys/dev/pccbb/
H A Dpccbb_isa.c251 "cbb",
256 DRIVER_MODULE(cbb, isa, cbb_isa_driver, cbb_devclass, 0, 0);
257 MODULE_DEPEND(cbb, exca, 1, 1, 1);
H A Dpccbb_pci.c292 mtx_init(&sc->mtx, device_get_nameunit(brdev), "cbb", MTX_DEF);
749 * in the PCI bridge chipset (or cbb brige) that's being used in
912 * command register and BARs, but cbb-specific registers are
978 "cbb",
983 DRIVER_MODULE(cbb, pci, cbb_driver, cbb_devclass, 0, 0);
984 MODULE_DEPEND(cbb, exca, 1, 1, 1);
H A Dpccbb.c132 static SYSCTL_NODE(_hw, OID_AUTO, cbb, CTLFLAG_RD, 0, "CBB parameters");
299 * we'd get duplicate devices when cbb.ko was reloaded.
845 * we're called from the card insertion code, in which case the cbb
1244 "count = %jd not supported by cbb\n",
1277 printf("cbb alloc res fail type %d rid %x\n", type, *rid);
1428 "count = %jd not supported by cbb\n",
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_backend_block.c107 printf("cbb(%s:%d): " fmt, __FUNCTION__, __LINE__, ##args)
117 SDT_PROVIDER_DEFINE(cbb); variable
294 CTL_BACKEND_DECLARE(cbb, ctl_be_block_driver);
613 SDT_PROBE_DEFINE1(cbb, , read, file_start, "uint64_t");
614 SDT_PROBE_DEFINE1(cbb, , write, file_start, "uint64_t");
615 SDT_PROBE_DEFINE1(cbb, , read, file_done,"uint64_t");
616 SDT_PROBE_DEFINE1(cbb, , write, file_done, "uint64_t");
641 SDT_PROBE0(cbb, , read, file_start);
644 SDT_PROBE0(cbb, , write, file_start);
687 SDT_PROBE0(cbb, , rea
[all...]
/freebsd-11-stable/sys/modules/
H A DMakefile590 _cbb= cbb
813 _cbb= cbb
/freebsd-11-stable/sys/dev/cardbus/
H A Dcardbus.c366 DRIVER_MODULE(cardbus, cbb, cardbus_driver, cardbus_devclass, 0, 0);
/freebsd-11-stable/share/man/man4/
H A DMakefile732 MLINKS+=pccbb.4 cbb.4
/freebsd-11-stable/sys/dev/pccard/
H A Dpccard.c1472 DRIVER_MODULE(pccard, cbb, pccard_driver, pccard_devclass, 0, 0);

Completed in 121 milliseconds