/freebsd/sys/cam/ctl/ |
H A D | ctl_frontend_ioctl.c | 114 struct cfi_port *cfi; in cfi_init() local 121 cfi = malloc(sizeof(*cfi), M_CTL, M_WAITOK | M_ZERO); in cfi_init() 122 port = &cfi->port; in cfi_init() 138 TAILQ_INSERT_TAIL(&isoftc->ports, cfi, link); in cfi_init() 146 struct cfi_port *cfi, *temp; in cfi_shutdown() local 150 TAILQ_FOREACH_SAFE(cfi, &isoftc->ports, link, temp) { in cfi_shutdown() 151 port = &cfi->port; in cfi_shutdown() 160 TAILQ_REMOVE(&isoftc->ports, cfi, link); in cfi_shutdown() 161 free(cfi, M_CTL); in cfi_shutdown() 171 struct cfi_port *cfi; in cfi_ioctl_port_create() local [all …]
|
/freebsd/lib/libclang_rt/cfi/ |
H A D | Makefile | 3 LIB= clang_rt.cfi-${CRTARCH} 5 SRCS+= cfi/cfi.cpp 37 FILES+= cfi/cfi_ignorelist.txt
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Sanitizers.def | 122 SANITIZER("cfi-cast-strict", CFICastStrict) 123 SANITIZER("cfi-derived-cast", CFIDerivedCast) 124 SANITIZER("cfi-icall", CFIICall) 125 SANITIZER("cfi-mfcall", CFIMFCall) 126 SANITIZER("cfi-unrelated-cast", CFIUnrelatedCast) 127 SANITIZER("cfi-nvcall", CFINVCall) 128 SANITIZER("cfi-vcall", CFIVCall) 129 SANITIZER_GROUP("cfi", CFI,
|
/freebsd/sys/modules/cfi/ |
H A D | Makefile | 1 .PATH: ${SRCTOP}/sys/dev/cfi 3 KMOD= cfi
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | pl353-smc.txt | 17 For NAND the "arm,pl353-nand-r2p1" and for NOR the "cfi-flash" drivers are 40 compatible = "cfi-flash"; 44 compatible = "cfi-flash";
|
/freebsd/sys/dev/cfi/ |
H A D | cfi_bus_fdt.c | 62 DRIVER_MODULE (cfi, lbc, cfi_fdt_driver, 0, 0); 63 DRIVER_MODULE (cfi, simplebus, cfi_fdt_driver, 0, 0);
|
H A D | cfi_disk.c | 265 struct cfi_softc *cfi = sc->parent; in cfi_io_proc() local 277 cfi_disk_read(cfi, bp); in cfi_io_proc() 280 cfi_disk_write(cfi, bp); in cfi_io_proc() 356 DRIVER_MODULE(cfid, cfi, cfi_disk_driver, NULL, NULL);
|
H A D | cfi_bus_nexus.c | 81 DRIVER_MODULE(cfi, nexus, cfi_nexus_driver, 0, 0);
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | mtd-physmap.txt | 7 used, if known, followed by either "cfi-flash", "jedec-flash", 41 For ROM compatible devices (and ROM fallback from cfi-flash), the following 59 compatible = "amd,am29lv128ml", "cfi-flash"; 81 compatible = "intel,PC48F4400P0VB", "cfi-flash"; 104 compatible = "cfi-flash", "jedec-flash";
|
H A D | cypress,hyperflash.txt | 5 - compatible : "cypress,hyperflash", "cfi-flash" for HyperFlash NOR chips 11 compatible = "cypress,hyperflash", "cfi-flash";
|
H A D | intel,ixp4xx-flash.txt | 7 - compatible : must be "intel,ixp4xx-flash", "cfi-flash"; 19 compatible = "intel,ixp4xx-flash", "cfi-flash";
|
H A D | arm-versatile.txt | 11 - compatible : must be "arm,versatile-flash", "cfi-flash"; 23 compatible = "arm,versatile-flash", "cfi-flash";
|
H A D | cortina,gemini-flash.txt | 7 - compatible : must be "cortina,gemini-flash", "cfi-flash"; 20 compatible = "cortina,gemini-flash", "cfi-flash";
|
/freebsd/sys/contrib/device-tree/src/mips/ralink/ |
H A D | rt2880_eval.dts | 19 cfi@1f000000 { 20 compatible = "cfi-flash";
|
H A D | rt3052_eval.dts | 19 cfi@1f000000 { 20 compatible = "cfi-flash";
|
/freebsd/sys/contrib/device-tree/src/powerpc/ |
H A D | sbc8548.dts | 33 compatible = "intel,JS28F640", "cfi-flash"; 88 compatible = "intel,JS28F128", "cfi-flash";
|
H A D | sbc8548-altflash.dts | 36 compatible = "intel,JS28F128", "cfi-flash"; 90 compatible = "intel,JS28F640", "cfi-flash";
|
H A D | media5200.dts | 111 compatible = "amd,am29lv28ml", "cfi-flash"; 118 compatible = "amd,am29lv28ml", "cfi-flash";
|
/freebsd/lib/libclang_rt/cfi_diag/ |
H A D | Makefile | 5 SRCS+= cfi/cfi.cpp
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/fsl/ |
H A D | ifc.txt | 28 cfi-flash) and NAND (fsl,ifc-nand). There might be board specific devices 49 compatible = "cfi-flash";
|
/freebsd/tools/tools/cfi/ |
H A D | Makefile | 1 PROG= cfi
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_checks.inc | 71 UBSAN_CHECK(CFIBadType, "cfi-bad-type", "cfi")
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | orion5x-rd88f5182-nas.dts | 59 compatible = "cfi-flash"; 81 compatible = "cfi-flash";
|
/freebsd/sys/contrib/device-tree/src/xtensa/ |
H A D | xtfpga-flash-4m.dtsi | 7 compatible = "cfi-flash";
|
/freebsd/tools/kerneldoc/subsys/ |
H A D | Doxyfile-dev_cfi | 12 INPUT = $(DOXYGEN_SRC_PATH)/dev/cfi/ \
|