/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | Header.h | 1 //===- Header.h -------------------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 31 /// The GSYM header is found at the start of a stand alone GSYM file, or as 33 /// executable file (ELF, mach-o, COFF). 42 /// of the file (stand alone GSYM file) or section data (GSYM in a section). 66 /// contained in the GSYM file. If the GSYM in contained in a stand alone 71 /// share string tables in an ELF or mach-o file. 73 /// The size in bytes of the string table. For a stand alone GSYM file, this 77 /// stored in the executable file to be re-used, and any extra strings could [all …]
|
H A D | GsymCreator.h | 1 //===- GsymCreator.h --------------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 33 /// GsymCreator is used to emit GSYM data to a stand alone file or section 37 /// - Create FunctionInfo objects and add them 38 /// - Finalize the GsymCreator object 39 /// - Save to file or section 63 /// The GSYM file format when in a stand alone file consists of: 64 /// - Header 65 /// - Address Table [all …]
|
/freebsd/bin/sh/ |
H A D | TOUR | 2 NOTE -- This is the original TOUR paper distributed with ash and 5 but be warned that things have changed -- the current shell is 16 be compiled stand-alone. The rest of the source is in the main 24 ------- ----------- --------- 27 mksyntax - syntax.h syntax.c 28 mktokens - token.h 67 We now start a top-down look at the code: 75 invoked, and it also contains the set builtin. The -i and -m op- 80 PARSING: The parser code is all in parser.c. A recursive des- 90 nodes. The various types of nodes are defined in the file node- [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/can/ |
H A D | holt_hi311x.txt | 1 * Holt HI-311X stand-alone CAN controller device tree bindings 4 - compatible: Should be one of the following: 5 - "holt,hi3110" for HI-3110 6 - reg: SPI chip select. 7 - clocks: The clock feeding the CAN controller. 8 - interrupts: Should contain IRQ line for the CAN controller. 11 - vdd-supply: Regulator that powers the CAN controller. 12 - xceiver-supply: Regulator that powers the CAN transceiver. 19 interrupt-parent = <&gpio4>; 21 vdd-supply = <®5v0>; [all …]
|
H A D | microchip,mcp251x.txt | 1 * Microchip MCP251X stand-alone CAN controller device tree bindings 4 - compatible: Should be one of the following: 5 - "microchip,mcp2510" for MCP2510. 6 - "microchip,mcp2515" for MCP2515. 7 - "microchip,mcp25625" for MCP25625. 8 - reg: SPI chip select. 9 - clocks: The clock feeding the CAN controller. 10 - interrupts: Should contain IRQ line for the CAN controller. 13 - vdd-supply: Regulator that powers the CAN controller. 14 - xceiver-supply: Regulator that powers the CAN transceiver. [all …]
|
H A D | microchip,mcp2510.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Microchip MCP251X stand-alone CAN controller 10 - Marc Kleine-Budde <mkl@pengutronix.de> 15 - microchip,mcp2510 16 - microchip,mcp2515 17 - microchip,mcp25625 28 vdd-supply: 31 xceiver-supply: [all …]
|
H A D | microchip,mcp251xfd.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Microchip MCP2517FD, MCP2518FD and MCP251863 stand-alone CAN controller 10 - Marc Kleine-Budde <mkl@pengutronix.de> 13 - $ref: can-controller.yaml# 18 - enum: 19 - microchip,mcp2517fd 20 - microchip,mcp2518fd 21 - microchip,mcp251xfd [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/ptp/ |
H A D | timestamper.txt | 3 This binding supports non-PHY devices that snoop the MII bus and 5 can simply attach their interface directly to the PHY instance), stand 6 alone MII time stamping drivers use this binding to specify the 9 Non-PHY MII time stamping drivers typically talk to the control 20 compatible = "ines,ptp-ctrl"; 26 ethernet-phy@1 { 34 ethernet-phy@2 {
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCShuffler.cpp | 1 //===----- HexagonMCShuffler.cpp - MC bundle shuffling --------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 25 #define DEBUG_TYPE "hexagon-shuffle" 30 DisableShuffle("disable-hexagon-shuffle", cl::Hidden, cl::init(false), 114 // BUNDLE implicit-def %d2, implicit-def %r4, implicit-def %r5, in HexagonMCShuffle() 115 // implicit-def %d7, ... in HexagonMCShuffle() 123 LLVM_DEBUG(dbgs() << "Skipping stand-alone insn"); in HexagonMCShuffle() 139 // BUNDLE implicit-def %d2, implicit-def %r4, implicit-def %r5, in HexagonMCShuffle() [all …]
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/ |
H A D | tst.ProbeData.ksh | 1 #!/bin/ksh -p 34 # unsigned bytes), stand-alone ufunc() action, and signed integer. 38 java -cp test.jar TestProbeData ./tst.ProbeData.exe
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | SymbolVendor.h | 1 //===-- SymbolVendor.h ------------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 19 #include "lldb/lldb-private.h" 27 // that would allow for locating a stand alone debug file, parsing debug maps, 44 llvm::StringRef GetPluginName() override { return "vendor-default"; } in GetPluginName()
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | power.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 3 * Copyright (C) 2012-2014, 2018-2019, 2021-2024 Intel Corporation 4 * Copyright (C) 2013-2014 Intel Mobile Communications GmbH 5 * Copyright (C) 2015-201 [all...] |
/freebsd/sys/contrib/device-tree/Bindings/leds/ |
H A D | leds-lp50xx.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/leds/leds-lp50xx.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Andrew Davis <afd@ti.com> 13 The LP50XX is multi-channel, I2C RGB LED Drivers that can group RGB LEDs into 27 - ti,lp5009 28 - ti,lp5012 29 - ti,lp5018 30 - ti,lp5024 [all …]
|
/freebsd/contrib/mandoc/ |
H A D | mandocd.8 | 58 formatted as a decimal ASCII-encoded integer. 64 loops reading one-byte messages with 68 It ignores the byte read and only uses the out-of-band auxiliary 82 .Bl -tag -width Ds 115 When a zero-byte message is read, when the 122 .Ex -std 124 A zero-byte message or a closed 128 .Bl -bullet 163 Except for memory exhaustion and similar system-level failures, 181 .An -nosplit [all …]
|
H A D | tbl.3 | 65 utility and not designed for stand-alone use. 73 .Bl -tag -width Ds 224 .Bl -tag -width Ds 277 .Bl -tag -width Ds 343 .An -nosplit
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestProbeData.java | 35 * array (sorted as unsigned bytes), stand-alone ufunc() action, and
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFBaseDIE.h | 1 //===-- DWARFBaseDIE.h -----------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 #include "lldb/lldb-types.h" 92 // we are doing Darwin DWARF in .o file, or DWARF stand alone debug
|
H A D | DIERef.h | 1 //===-- DIERef.h -------- [all...] |
/freebsd/contrib/ntp/ |
H A D | Makefile.am | 1 ACLOCAL_AMFLAGS = -I sntp/m4 -I sntp/libevent/m4 -I sntp/libopts/m4 26 DISTCHECK_CONFIGURE_FLAGS = -C --with-sntp --enable-loca [all...] |
/freebsd/contrib/terminus/ |
H A D | OFL.TXT | 9 ----------------------------------------------------------- 10 SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 11 ----------------------------------------------------------- 41 or substituting -- in part or in whole -- any of the components of the 60 included either as stand-alone text files, human-readable headers or 61 in the appropriate machine-readable metadata fields within text or
|
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/ |
H A D | p1022rdk.dts | 2 * P1022 RDK 32-bit Physical Address Map Device Tree Source 35 /include/ "p1022si-pre.dtsi" 56 /* MCLK source is a stand-alone oscillator */ 57 clock-frequency = <12288000>; 87 #address-cells = <1>; 88 #size-cells = <1>; 89 compatible = "spansion,m25p80", "jedec,spi-nor"; 91 spi-ma [all...] |
/freebsd/usr.sbin/fifolog/lib/ |
H A D | fifolog.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2005-2008 Poul-Henning Kamp 33 * Definitions for fifolog "protocol": the on-media layout. 35 * The fifolog on-media record has three layers: 45 * ----------------- 54 * -------------------------------------------------------------- 80 * n-1 8 number of unused bytes 82 * n-4 32be number of unused bytes 86 * -------------- [all …]
|
/freebsd/contrib/bearssl/ |
H A D | README.txt | 3 The most up-to-date documentation is supposed to be available on the 8 BearSSL is considered beta-level software. Most planned functionalities 13 utterly crazy move. BearSSL is free, open-source software, provided 22 - You can use and reuse the library as you wish, and modify it, and 26 - The only obligation that the license terms put upon you is that you 37 command-line tools. There is no installer yet. The library _can_ be 50 configuration file (that targets cross-compilation for an Atmel board 51 that features a Cortex-M0+ CPU), type: 59 Some compile-time options can be set through macros, either on the 60 compiler command-line, or in the `src/config.h` file. See the comments [all …]
|
/freebsd/share/man/man4/ |
H A D | fdt.4 | 48 Configuration data, which cannot be self discovered in run-time, has to be 52 The idea is inherited from Open Firmware IEEE 1275 device-tree notion, and has 55 .Bl -bullet 60 self-enumerating information is gathered. 73 particular first-stage bootloader or firmware features. 83 embedded applications (eliminates hard-coded configuration approach, enforces 87 .Bl -tag -width Ar 90 computer system in a human-readable form, with certain hierarchical structure 124 or command line defined with -D. 138 .Bl -tag -width Ar [all …]
|
/freebsd/contrib/tcp_wrappers/ |
H A D | environ.c | 4 * re-implementation that hopefully ends all problems. 38 /* namelength - determine length of name in "name=whatever" */ 45 return ((equal == 0) ? strlen(name) : (equal - name)); in namelength() 48 /* findenv - given name, locate name=value */ 60 /* getenv - given name, locate value */ 70 /* putenv - update or append environment (name,value) pair */ 80 /* unsetenv - remove variable from environment */ 91 /* setenv - update or append environment (name,value) pair */ 118 return (-1); in setenv() 125 /* cmalloc - malloc and copy block of memory */ [all …]
|