/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | coresight.txt | 11 * Required properties for all components *except* non-configurable replicators 12 and non-configurable funnels: 16 - Embedded Trace Buffer (version 1.0): 17 "arm,coresight-etb10", "arm,primecell"; 19 - Trace Port Interface Unit: 20 "arm,coresight-tpiu", "arm,primecell"; 22 - Trace Memory Controller, used for Embedded Trace Buffer(ETB), 26 "arm,coresight-tmc", "arm,primecell"; 28 - Trace Programmable Funnel: 29 "arm,coresight-dynamic-funnel", "arm,primecell"; [all …]
|
H A D | arm,coresight-static-funnel.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/arm/arm,coresight-static-funnel.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Mathieu Poirier <mathieu.poirier@linaro.org> 11 - Mike Leach <mike.leach@linaro.org> 12 - Leo Yan <leo.yan@linaro.org> 13 - Suzuki K Poulose <suzuki.poulose@arm.com> 23 The Coresight static funnel merges 2-8 trace sources into a single trace 28 const: arm,coresight-static-funnel [all …]
|
H A D | arm,coresight-static-replicator.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/arm/arm,coresight-static-replicator.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Mathieu Poirier <mathieu.poirier@linaro.org> 11 - Mike Leach <mike.leach@linaro.org> 12 - Leo Yan <leo.yan@linaro.org> 13 - Suzuki K Poulose <suzuki.poulose@arm.com> 28 const: arm,coresight-static-replicator 30 power-domains: [all …]
|
/freebsd/share/man/man4/ |
H A D | numa.4 | 30 .Nd Non-Uniform Memory Access 35 Non-Uniform Memory Access is a computer architecture design which 46 implements NUMA-aware memory allocation policies. 75 tool is available for starting processes with a non-default 81 Systems with non-uniform access to I/O devices may mark those devices 92 .Bl -tag -width indent -compact 99 A value of -1 means the locality map is not available or no 108 implementation is VM-focused. 111 domains are mapped into a contiguous, non-sparse 126 as a first-touch allocation policy with a fail-over to round-robin allocation [all …]
|
H A D | mx25l.4 | 30 .Nd driver for SpiFlash(tm) compatible non-volatile storage devices 35 .Bd -ragged -offset indent 42 .Bd -literal -offset indent 48 driver provides support for the family of non-volatile storage 72 .Bl -bullet -compact 140 The most commonly-used ones are documented below. 145 .Bl -tag -width indent 147 Must be the string "jedec,spi-nor". 150 .It Va spi-max-frequency 159 .Bl -tag -width indent [all …]
|
H A D | at45d.4 | 30 .Nd driver for DataFlash(tm) non-volatile storage devices 35 .Bd -ragged -offset indent 42 .Bd -literal -offset indent 48 driver provides support for the family of non-volatile storage 75 .Bl -bullet -compact 107 The most commonly-used ones are documented below. 112 .Bl -tag -width indent 117 .It Va spi-max-frequency 126 .Bl -tag -width indent 131 .It Va spi-cpha [all …]
|
H A D | cc_cdg.4 | 33 CAIA-Delay Gradient (CDG) is a hybrid congestion control algorithm which reacts 35 It attempts to operate as a delay-based algorithm where possible, but utilises 36 heuristics to detect loss-based TCP cross traffic and will compete effectively 41 During delay-based operation, CDG uses a delay-gradient based probabilistic 42 backoff mechanism, and will also try to infer non congestion related 44 During loss-based operation, CDG essentially reverts to 45 .Xr cc_newreno 4 Ns - Ns like 48 CDG switches to loss-based operation when it detects that a configurable number 49 of consecutive delay-based backoffs have had no measurable effect. 50 It periodically attempts to return to delay-based operation, but will keep [all …]
|
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb_pcireg.h | 1 /*- 36 * - PCI (cid=0x804, revision <= 12) 47 * - PCI (cid=0x804, revision >= 13) 48 * - PCIE (cid=0x820) with ChipCommon (revision <= 31) 59 * - PCIE (cid=0x820) with ChipCommon (revision >= 32) 70 * - PCIE Gen 2 (cid=0x83c) 82 * [0x0000+0x????] fixed ARM tightly-coupled memory (TCM). 89 * - Mapped GPIO CSRs into the PCI config space. Refer to 93 * - Mapped the clock CSR into the PCI config space. Refer to 106 /* PCI (non-PCIe) GPIO/Clock Config Registers */ [all …]
|
H A D | bhndb_pci_hwdata.c | 1 /*- 33 * configured as PCI-BHND bridges. 74 * Generic PCI-SIBA bridge configuration usable with all known siba(4)-based 79 * - Compatible with PCI_V0, PCI_V1, PCI_V2, and PCI_V3 devices. 80 * - Compatible with siba(4) bus enumeration. 81 * - Compatible with bcma(4) bus enumeration if the ChipCommon core is mapped 87 { -1, 0, 0 } 91 /* bar0+0x0000: configurable backplane window */ 109 * Generic PCI-BCMA bridge configuration usable with all known bcma(4)-based 114 * - Compatible with PCI_V1, PCI_V2, and PCI_V3 devices. [all …]
|
/freebsd/usr.sbin/cron/doc/ |
H A D | Makefile.vixie | 35 # the configurable stuff in this makefile consists of compilation 36 # options (use -O, cron runs forever) and destination directories. 44 # put 'bitstring.h' in a non-standard place (i.e., not intuited by 46 # directory for cc. INCLUDE should be `-Isomethingorother'. 50 #################################### begin configurable stuff 57 INCLUDE = -I. 62 #CDEBUG = -O 63 CDEBUG = -g 65 LINTFLAGS = -hbxa $(INCLUDE) $(DEBUGGING) 67 CC = gcc -Wall -Wno-unused -Wno-comment [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/leds/ |
H A D | common.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jacek Anaszewski <jacek.anaszewski@gmail.com> 11 - Pavel Machek <pavel@ucw.cz> 25 led-sources: 30 $ref: /schemas/types.yaml#/definitions/uint32-array 35 from the header include/dt-bindings/leds/common.h. If there is no 42 the header include/dt-bindings/leds/common.h. If there is no matching 48 function-enumerator: [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | msi.txt | 14 - The doorbell (the MMIO address written to). 19 - The payload (the value written to the doorbell). 24 - Sideband information accompanying the write. 26 Typically this is neither configurable nor probeable, and depends on the path 38 -------------------- 40 - msi-controller: Identifies the node as an MSI controller. 43 -------------------- 45 - #msi-cells: The number of cells in an msi-specifier, required if not zero. 50 The meaning of the msi-specifier is defined by the device tree binding of 59 information may not be configurable. [all …]
|
H A D | microchip,pic32-evic.txt | 9 External interrupts have a software configurable edge polarity. Non external 14 ------------------- 16 - compatible: Should be "microchip,pic32mzda-evic" 17 - reg: Specifies physical base address and size of register range. 18 - interrupt-controller: Identifies the node as an interrupt controller. 19 - #interrupt cells: Specifies the number of cells used to encode an interrupt 25 hw_irq - represents the hardware interrupt number as in the data sheet. 26 irq_type - is used to describe the type and polarity of an interrupt. For 27 internal interrupts use IRQ_TYPE_EDGE_RISING for non persistent interrupts and 32 ------------------- [all …]
|
/freebsd/lib/libc/gen/ |
H A D | confstr.3 | 33 .Nd get string-valued configurable variables 42 .St -p1003.1-2001 . 43 A more flexible (but non-portable) interface is provided by 66 is non-zero, 68 is a non-null pointer, and 72 \- 1 bytes of the value are copied into the buffer 77 .Bl -tag -width 6n 93 Otherwise, the buffer size needed to hold the entire configuration-defined 111 .Bl -tag -width Er
|
/freebsd/sys/contrib/device-tree/src/arm/hisilicon/ |
H A D | hip04.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2013-2014 HiSilicon Ltd. 6 * Copyright (C) 2013-2014 Linaro Ltd. 12 /* memory bus is 64-bit */ 13 #address-cells = <2>; 14 #size-cells = <2>; 21 compatible = "hisilicon,hip04-bootwrapper"; 22 boot-method = <0x10c00000 0x10000>, <0xe0000100 0x1000>; 26 #address-cells = <1>; 27 #size-cells = <0>; [all …]
|
/freebsd/stand/efi/include/Protocol/ |
H A D | Ip4Config2.h | 5 Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR> 9 http://opensource.org/licenses/bsd-license.php 52 /// stack. It is only configurable when the policy is 62 /// Configuration II Protocol manages. It is not configurable when 73 /// Protocol manages. It is not configurable when the policy is 94 /// The name of the interface. It is a NULL-terminated Unicode string. 146 /// server or other auto-configuration mechanism. 172 The successfully configured data is valid after system reset or power-off. 175 This function is always non-blocking. When setting some typeof configuration data, an 197 …@retval EFI_WRITE_PROTECTED The specified configuration data is read-only or the specified con… [all …]
|
/freebsd/lib/libsys/ |
H A D | pathconf.2 | 35 .Nd get configurable pathname variables 53 value of a configurable system limit or option variable associated 87 .Bl -tag -width 6n 105 .St -p1003.1-2001 115 .St -p1003.1-2001 118 .No non- Ns Tn POSIX Ns -compliant 175 Return 1 if a file system supports hole-punching (see 184 is not successful, \-1 is returned and 188 not have a limit in the system, \-1 is returned and 197 system calls shall return -1 and set [all …]
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.2002 | 1 2002-12-19 Johan Danielsson <joda@pdc.kth.se> 6 2002-12-08 Johan Danielsson <joda@pdc.kth.se> 10 2002-12-02 Johan Danielsson <joda@pdc.kth.se> 18 2002-11-15 Johan Danielsson <joda@pdc.kth.se> 22 2002-11-07 Johan Danielsson <joda@pdc.kth.se> 24 * kdc/524.c: implement crude b2 style (non-)conversion for use 30 2002-10-21 Johan Danielsson <joda@pdc.kth.se> 40 * kdc/connect.c: check that %-quotes are followed by two hex 48 2002-10-17 Johan Danielsson <joda@pdc.kth.se> 53 2002-09-29 Johan Danielsson <joda@pdc.kth.se> [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | micrel.txt | 7 - micrel,led-mode : LED mode value to set for PHYs with configurable LEDs. 23 - micrel,rmii-reference-clock-select-25-mhz: RMII Reference Clock Select 30 non-standard, inverted function of this configuration bit. 31 Specifically, a clock reference ("rmii-ref" below) is always needed to 34 - clocks, clock-names: contains clocks according to the common clock bindings. 37 - KSZ8021, KSZ8031, KSZ8081, KSZ8091: "rmii-ref": The RMII reference 40 - micrel,fiber-mode: If present the PHY is configured to operate in fiber mode 47 In fiber mode, auto-negotiation is disabled and the PHY can only work in 48 100base-fx (full and half duplex) modes. 50 - coma-mode-gpios: If present the given gpio will be deasserted when the [all …]
|
/freebsd/share/man/man4/man4.powerpc/ |
H A D | snd_ai2s.4 | 1 .\"- 36 .Bd -ragged -offset indent 44 .Bd -literal -offset indent 52 codecs. Some machines (e.g. the Mac Mini) do not have configurable 59 .Bl -bullet -compact 76 .An -nosplit 86 Recording and operation with non-44.1 Khz audio are not currently supported.
|
/freebsd/contrib/bearssl/inc/ |
H A D | bearssl.h | 39 * | :-------------- | :------------------------------------------------ | 93 * for any functionality that requires a non-transient state, the caller 154 /** \brief Configurable option name. */ 156 /** \brief Configurable option value. */
|
/freebsd/share/man/man4/man4.arm/ |
H A D | imx_spi.4 | 36 .Bd -ragged -offset indent 43 .Bd -literal -offset indent 51 (Enhanced Configurable SPI) hardware present on the NXP i.MX family 60 .Sq cs-gpios 73 .Bl -tag -width indent 75 Output debugging info when non-zero.
|
/freebsd/sys/contrib/device-tree/Bindings/reserved-memory/ |
H A D | ramoops.txt | 5 recovered after a reboot. This is a child-node of "/reserved-memory", and 10 as kernel log messages, or for optional ECC error-correction data. The total 14 records. These records have a configurable size, with a size of 0 indicating 17 At least one of "record-size", "console-size", "ftrace-size", or "pmsg-size" 18 must be set non-zero, but are otherwise optional as listed below. 23 - compatible: must be "ramoops" 25 - reg: region of memory that is preserved between reboots 30 - ecc-size: enables ECC support and specifies ECC buffer size in bytes 33 - record-size: maximum size in bytes of each kmsg dump. 36 - console-size: size in bytes of log buffer reserved for kernel messages [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | AnalysisManager.h | 1 //== AnalysisManager.h - Path sensitive analysis data manager ------*- C++ -*-// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 40 // Configurable components creators. 109 return AnaCtxMgr.getContext(D)->getCFG(); in getCFG() 114 return AnaCtxMgr.getContext(D)->getAnalysis<T>(); in getAnalysis() 118 return AnaCtxMgr.getContext(D)->getParentMap(); in getParentMap() 130 // involves producing non-header files that include other non-header files. in isInCodeFile() 132 // and we shouldn't be a header - which is a very safe defensive check. in isInCodeFile()
|
/freebsd/sys/riscv/include/ |
H A D | pte.h | 1 /*- 3 * Copyright (c) 2015-2018 Ruslan Bukin <br@bsdpad.com> 8 * FA8750-10-C-0237 ("CTSRD"), as part of the DARPA CRASH research programme. 48 #define L0_OFFSET (L0_SIZE - 1) 53 #define L1_OFFSET (L1_SIZE - 1) 58 #define L2_OFFSET (L2_SIZE - 1) 63 #define L3_OFFSET (L3_SIZE - 1) 67 #define Ln_ADDR_MASK (Ln_ENTRIES - 1) 89 * +------+-------+------------------------------------------------------------+ 91 * +------+-------+------------------------------------------------------------+ [all …]
|