Searched +full:enable +full:- +full:cdm +full:- +full:check (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | designware-pcie.txt | 4 - compatible: 5 "snps,dw-pcie" for RC mode; 6 "snps,dw-pcie-ep" for EP mode; 7 - reg: For designware cores version < 4.80 contains the configuration 10 - reg-names: Must be "config" for the PCIe configuration space and "atu" for 15 - #address-cells: set to <3> 16 - #size-cells: set to <2> 17 - device_type: set to "pci" 18 - ranges: ranges for the PCI memory and I/O regions 19 - #interrupt-cells: set to <1> [all …]
|
H A D | snps,dw-pcie-common.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pci/snps,dw-pci [all...] |
H A D | rcar-gen4-pci-host.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 # Copyright (C) 2022-2023 Renesas Electronics Corp. 4 --- 5 $id: http://devicetree.org/schemas/pci/rcar-gen4-pci-host.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Renesas R-Car Gen4 PCIe Host 11 - Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> 14 - $ref: snps,dw-pcie.yaml# 19 - enum: 20 - renesas,r8a779f0-pcie # R-Car S4-8 [all …]
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | BlockInCriticalSectionChecker.cpp | 1 //===-- BlockInCriticalSectionChecker.cpp -----------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 15 //===----------------------------------------------------------------------===// 106 const auto &ASTCtx = Call.getState()->getStateManager().getContext(); in initIdentifierInfo() 116 cast<CXXRecordDecl>(C->getDecl()->getParent())->getIdentifier(); in matchesImpl() 134 LockRegion = Object->getAsRegion(); in getRegion() 147 class BlockInCriticalSectionChecker : public Checker<check::PostCall> { 158 {/*MatchAs=*/CDM::CXXMethod, 161 {CDM::CXXMethod, {"std", /*"mutex",*/ "unlock"}, 0}), [all …]
|
H A D | MallocChecker.cpp | 1 //=== MallocChecker.cpp - A malloc/free checker -------------------*- C++ -*--// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // leak, double free, and use-after-free. 16 // de- or reallocation, including but not limited to malloc, free, 21 // MallocChecker, but do not enable MallocChecker's reports (more details 30 // and checks for related double-free and use-after-free errors. 43 // related headers and non-static functions. 45 //===----------------------------------------------------------------------===// 96 //===----------------------------------------------------------------------===// [all …]
|
H A D | SmartPtrModeling.cpp | 1 // SmartPtrModeling.cpp - Model behavior of C++ smart pointers - C++ ------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 45 : public Checker<eval::Call, check::DeadSymbols, check::RegionChanges, 46 check::LiveSymbols> { 89 {{CDM::CXXMethod, {"reset"}}, &SmartPtrModeling::handleReset}, 90 {{CDM::CXXMethod, {"release"}}, &SmartPtrModeling::handleRelease}, 91 {{CDM::CXXMethod, {"swap"}, 1}, &SmartPtrModeling::handleSwapMethod}, 92 {{CDM::CXXMethod, {"get"}}, &SmartPtrModeling::handleGet}}; [all …]
|
/freebsd/sys/dev/cesa/ |
H A D | cesa.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (C) 2009-2011 Semihalf. 32 * +------------------------+ <= sc->sc_sram_base_va + CESA_SRAM_SIZE 36 * +------------------------+ <= sc->sc_sram_base_va + CESA_DATA(0) 38 * +------------------------+ 40 * +------------------------+ <= sc->sc_sram_base_va 90 { -1, 0 } 122 dev = sc->sc_dev; in cesa_dump_cshd() 124 device_printf(dev, "\t\tconfig: 0x%08X\n", cshd->cshd_config); in cesa_dump_cshd() [all …]
|
/freebsd/sbin/camcontrol/ |
H A D | camcontrol.c | 2 * Copyright (c) 1997-2007 Kenneth D. Merry 209 {"devlist", CAM_CMD_DEVTREE, CAM_ARG_NONE, "-b"}, 238 {"-?", CAM_CMD_USAGE, CAM_ARG_NONE, NULL}, 239 {"-h", CAM_CMD_USAGE, CAM_ARG_NONE, NULL}, 380 for (opts = table; (opts != NULL) && (opts->optname != NULL); in getoption() 382 if (strncmp(opts->optname, arg, strlen(arg)) == 0) { in getoption() 383 *cmdnum = opts->cmdnum; in getoption() 384 *argnum = opts->argnum; in getoption() 385 *subopt = opts->subopt; in getoption() 406 ccb->ccb_h.func_code = XPT_GDEVLIST; in getdevlist() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
H A D | r8a779f0.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 3 * Device Tree Source for the R-Car S4-8 (R8A779F0) SoC 8 #include <dt-bindings/clock/r8a779f0-cpg-mssr.h> 9 #include <dt-bindings/interrupt-controller/arm-gic.h> 10 #include <dt-bindings/power/r8a779f0-sysc.h> 14 #address-cells = <2>; 15 #size-cells = <2>; 17 cluster01_opp: opp-table-0 { 18 compatible = "operating-points-v2"; 19 opp-shared; [all …]
|
H A D | r8a779g0.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 * Device Tree Source for the R-Car V4H (R8A779G0) SoC 8 #include <dt-bindings/clock/r8a779g0-cpg-mssr.h> 9 #include <dt-bindings/interrupt-controller/arm-gic.h> 10 #include <dt-bindings/power/r8a779g0-sysc.h> 14 #address-cells = <2>; 15 #size-cells = <2>; 17 /* External Audio clock - to be overridden by boards that provide it */ 19 compatible = "fixed-clock"; 20 #clock-cells = <0>; [all …]
|
/freebsd/share/misc/ |
H A D | usb_vendors | 6 # http://www.linux-usb.org/usb-ids.html 7 # or send entries as patches (diff -u old new) in the 10 # http://www.linux-usb.org/usb.ids 13 # Date: 2025-04-01 20:34:02 20 # device device_name <-- single tab 21 # interface interface_name <-- two tabs 38 5301 GW-US54ZGL 802.11bg 54 145f NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211] 62 0200 TP-Link 81 120e ASI120MC-S Planetary Camera [all …]
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 2 %%% BibTeX-file{ 23 %%% (incompletely) 1970 -- 1979. 50 %%% covering 1958--1996 became too large (about 65 %%% Algorithms 1--492. For Algorithms 493--686, 72 %%% cross-referenced in both directions, so 75 %%% Corrigenda. Cross-referenced entries are 77 %%% that each is completely self-contained. 83 %%% ftp://netlib.bell-labs.com/netlib/toms. 88 %%% http://ciir.cs.umass.edu/cgi-bin/web_query_form/public/cacm2.1. 90 %%% The initial draft of entries for 1981 -- [all …]
|