| /freebsd/sys/contrib/dev/acpica/components/dispatcher/ |
| H A D | dsobject.c | 3 * Module Name: dsobject - Dispatcher object management routines 11 * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp. 28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent 104 * re-exports any such software from a foreign destination, Licensee shall 105 * ensure that the distribution and export/re-export of the software is in 108 * any of its subsidiaries will export/re-export any technical data, process, 130 * 3. Neither the names of the above-listed copyright holders nor the names 168 * PARAMETERS: WalkState - Current walk state 169 * Op - Parser object to be translated 170 * ObjDescPtr - Where the ACPI internal object is returned [all …]
|
| /freebsd/sys/contrib/dev/acpica/components/executer/ |
| H A D | exstore.c | 3 * Module Name: exstore - AML Interpreter object store support 11 * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp. 28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent 104 * re-exports any such software from a foreign destination, Licensee shall 105 * ensure that the distribution and export/re-export of the software is in 108 * any of its subsidiaries will export/re-export any technical data, process, 130 * 3. Neither the names of the above-listed copyright holders nor the names 182 * PARAMETERS: *SourceDesc - Value to be stored 183 * *DestDesc - Where to store it. Must be an NS node 185 * Reference; [all …]
|
| H A D | exresop.c | 3 * Module Name: exresop - AML Interpreter operand/object resolution 11 * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp. 28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent 104 * re-exports any such software from a foreign destination, Licensee shall 105 * ensure that the distribution and export/re-export of the software is in 108 * any of its subsidiaries will export/re-export any technical data, process, 130 * 3. Neither the names of the above-listed copyright holders nor the names 205 * Allow the AML "Constant" opcodes (Zero, One, etc.) to be reference in AcpiExCheckObjectType() 210 (((ACPI_OPERAND_OBJECT *) Object)->Common.Flags & in AcpiExCheckObjectType() 235 * PARAMETERS: Opcode - Opcode being interpreted [all …]
|
| H A D | exoparg2.c | 3 * Module Name: exoparg2 - AML execution - opcodes with 2 arguments 11 * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp. 28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent 104 * re-exports any such software from a foreign destination, Licensee shall 105 * ensure that the distribution and export/re-export of the software is in 108 * any of its subsidiaries will export/re-export any technical data, process, 130 * 3. Neither the names of the above-listed copyright holders nor the names 175 * xA - ARGUMENTS: The number of arguments (input operands) that are 177 * yT - TARGETS: The number of targets (output operands) that are required 179 * zR - RETURN VALUE: Indicates whether this opcode type returns a value [all …]
|
| H A D | exdump.c | 3 * Module Name: exdump - Interpreter debug output routines 11 * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp. 28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent 104 * re-exports any such software from a foreign destination, Licensee shall 105 * ensure that the distribution and export/re-export of the software is in 108 * any of its subsidiaries will export/re-export any technical data, process, 130 * 3. Neither the names of the above-listed copyright holders nor the names 221 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (Buffer.Length), "Length"}, 222 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Buffer.Pointer), "Pointer"}, 223 {ACPI_EXD_NODE, ACPI_EXD_OFFSET (Buffer.Node), "Parent Node"}, [all …]
|
| H A D | exoparg1.c | 3 * Module Name: exoparg1 - AML execution - opcodes with 1 argument 11 * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp. 28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent 104 * re-exports any such software from a foreign destination, Licensee shall 105 * ensure that the distribution and export/re-export of the software is in 108 * any of its subsidiaries will export/re-export any technical data, process, 130 * 3. Neither the names of the above-listed copyright holders nor the names 176 * xA - ARGUMENTS: The number of arguments (input operands) that are 178 * yT - TARGETS: The number of targets (output operands) that are required 180 * zR - RETURN VALUE: Indicates whether this opcode type returns a value [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
| H A D | adi,ad4170-4.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/iio/adc/adi,ad4170-4.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Analog Devices AD4170-4 and similar Analog to Digital Converters 10 - Marcelo Schmitt <marcelo.schmitt@analog.com> 13 Analog Devices AD4170-4 series of Sigma-delta Analog to Digital Converters. 15 https://www.analog.com/media/en/technical-documentation/data-sheets/ad4170-4.pdf 16 https://www.analog.com/media/en/technical-documentation/data-sheets/ad4190-4.pdf 17 https://www.analog.com/media/en/technical-documentation/data-sheets/ad4195-4.pdf [all …]
|
| H A D | adi,ad7944.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Michael Hennerich <Michael.Hennerich@analog.com> 11 - Nuno Sá <nuno.sa@analog.com> 14 A family of pin-compatible single channel differential analog to digital 21 $ref: /schemas/spi/spi-peripheral-props.yaml# 26 - adi,ad7944 27 - adi,ad7985 28 - adi,ad7986 [all …]
|
| /freebsd/sys/contrib/dev/acpica/components/utilities/ |
| H A D | utcopy.c | 3 * Module Name: utcopy - Internal to external object translation utilities 11 * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp. 28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent 104 * re-exports any such software from a foreign destination, Licensee shall 105 * ensure that the distribution and export/re-export of the software is in 108 * any of its subsidiaries will export/re-export any technical data, process, 130 * 3. Neither the names of the above-listed copyright holders nor the names 179 UINT8 *Buffer, 215 * PARAMETERS: InternalObject - Source object to be copied 216 * ExternalObject - Where to return the copied object [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | SortJavaScriptImports.cpp | 1 //===--- SortJavaScriptImports.cpp - Sort ES6 Imports -----------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 30 #define DEBUG_TYPE "format-formatter" 50 // An ES6 module reference. 53 // can reference other modules, either importing symbols from them, or exporting 93 // reference needs re-formatting. 159 InsertionPoint.setEnd(References[References.size() - 1].Range.getEnd()); in analyze() 165 JsModuleReference Reference = References[I]; in analyze() local [all …]
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | evbuffer-internal.h | 2 * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu> 3 * Copyright (c) 2007-2012 Niels Provos and Nick Mathewson 34 #include "event2/event-config.h" 35 #include "evconfig-private.h" 38 #include "util-internal.h" 39 #include "defer-internal.h" 63 /** Structures to implement a doubly-linked queue of callbacks */ 81 /** The first chain in this buffer's linked list of chains. */ 83 /** The last chain in this buffer's linked list of chains. */ 91 * If all chains in the buffer are empty, it is the first chain. [all …]
|
| /freebsd/contrib/libevent/ |
| H A D | evbuffer-internal.h | 2 * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu> 3 * Copyright (c) 2007-2012 Niels Provos and Nick Mathewson 34 #include "event2/event-config.h" 35 #include "evconfig-private.h" 38 #include "util-internal.h" 39 #include "defer-internal.h" 63 /** Structures to implement a doubly-linked queue of callbacks */ 81 /** The first chain in this buffer's linked list of chains. */ 83 /** The last chain in this buffer's linked list of chains. */ 91 * If all chains in the buffer are empty, it is the first chain. [all …]
|
| /freebsd/share/doc/usd/13.viref/ |
| H A D | vi.ref | 16 Vi/Ex Reference Manual 34 This document is the reference guide for the 4.4BSD 94 George Neville-Neil added the Tcl interpreter, 102 IEEE Std 1003.2-1992, IEEE Standard Portable Operating 110 .sy echo -n >index 111 .oh 'Vi/Ex Reference''USD:13-%' 112 .eh 'USD:13-%''Vi/Ex Reference' 119 is a line-oriented text editor. 127 .b \-R 128 (read-only) option of [all …]
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | DataEncoder.h | 1 //===-- DataEncoder.h -------- [all...] |
| /freebsd/contrib/ntp/html/ |
| H A D | howto.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> 6 <title>How to Write a Reference Clock Driver</title> 10 <h3>How to Write a Reference Clock Driver</h3> 14 <!-- #BeginDate format:En2m -->10-Mar-2014 05:08<!-- #EndDate --> 24 <li class="inline"><a href="#pps">Pulse-per-Second Interface</a></li> 28 …reference clock support maintains the fiction that the clock is actually an ordinary server in the… 29 …reference time maintained by the external radio and the system time maintained by NTP. The radio s… 42 …econd. This can be used for housekeeping functions. In the case with pulse-per-second (PPS) signal… 44 …-time timestamp to the <tt>refclock_process</tt> routine, which saves the computed offset in a 60-… [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | LLJIT.h | 1 /*===---------- [all...] |
| H A D | Orc.h | 1 /*===---------------- llvm-c/Orc.h - OrcV2 C bindings -----------*- C++ -*-===*\ 6 |* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *| 8 |*===----------------------------------------------------------------------===*| 25 \*===----------------------------------------------------------------------===*/ 30 #include "llvm-c/Error.h" 31 #include "llvm-c/TargetMachine.h" 32 #include "llvm-c/Types.h" 37 * @defgroup LLVMCExecutionEngineORC On-Request-Compilation 86 * A reference to an orc::ExecutionSession instance. 96 * A reference to an orc::SymbolStringPool. [all …]
|
| /freebsd/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_plist.c | 1 /*- 2 * Copyright (c) 2015-2016 Landon Fuller <landonf@FreeBSD.org> 58 * @retval non-NULL success 70 /* Implicit caller-owned reference */ in bhnd_nvram_plist_new() 71 plist->refs = 1; in bhnd_nvram_plist_new() 74 plist->num_entries = 0; in bhnd_nvram_plist_new() 75 TAILQ_INIT(&plist->entries); in bhnd_nvram_plist_new() 78 for (size_t i = 0; i < nitems(plist->names); i++) in bhnd_nvram_plist_new() 79 LIST_INIT(&plist->names[i]); in bhnd_nvram_plist_new() 85 * Retain a reference and return @p plist to the caller. [all …]
|
| /freebsd/sys/dev/isci/scil/ |
| H A D | sati_mode_sense_6.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 59 * translate the SCSI mode sense 6-byte commands. 77 * @brief This method builds the mode parameter header for a 6-byte SCSI 81 * please reference sati_translate_command(). 89 * data buffer. 103 sati_set_data_byte(sequence, scsi_io, 0, (U8)mode_data_length-1); in sati_mode_sense_6_build_header() [all …]
|
| H A D | sati_mode_sense.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 59 * translate the SCSI mode sense (6 and 10-byte) commands. 84 * (i.e. non-volatile) are not supported. 86 * please reference sati_translate_command(). 130 * please reference sati_translate_command(). 133 * CDB being translated (e.g. 6-byte, 10-byte, 12-byte, etc.) [all …]
|
| H A D | sati_mode_sense_10.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 59 * translate the SCSI mode sense 10-byte commands. 77 * @brief This method builds the mode parameter header for a 10-byte SCSI 81 * please reference sati_translate_command(). 89 * mode sense data buffer. 105 mode_data_length -= 2; in sati_mode_sense_10_build_header() [all …]
|
| /freebsd/contrib/ofed/librdmacm/man/ |
| H A D | rdma_reg_read.3 | 1 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md 2 .TH "RDMA_REG_READ" 3 "2010-07-19" "librdmacm" "Librdmacm Programmer's Manual" librdmacm 4 rdma_reg_read \- register data buffer(s) for remote RDMA read access. 14 A reference to a communication identifier where the message buffer(s) 17 The address of the memory buffer(s) to register. 21 Registers a memory buffer that will be accessed by a remote RDMA read 23 targeted in an RDMA read request, allowing the buffer to be 27 Returns a reference to the registered memory region on success, or NULL on 30 rdma_reg_read is used to register a data buffer that will be the 32 an rdma_cm_id. The memory buffer is registered with the proteection [all …]
|
| H A D | rdma_reg_write.3 | 1 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md 2 .TH "RDMA_REG_WRITE" 3 "2010-07-19" "librdmacm" "Librdmacm Programmer's Manual" librdmacm 4 rdma_reg_write \- register data buffer(s) for remote RDMA write access. 14 A reference to a communication identifier where the message buffer(s) 17 The address of the memory buffer(s) to register. 21 Registers a memory buffer that will be accessed by a remote RDMA write 23 targeted in an RDMA write request, allowing the buffer to be 27 Returns a reference to the registered memory region on success, or NULL on 30 rdma_reg_write is used to register a data buffer that will be the 32 an rdma_cm_id. The memory buffer is registered with the proteection [all …]
|
| /freebsd/tools/tools/usbtest/ |
| H A D | usb_msc_test.c | 1 /*- 2 * Copyright (c) 2007-2022 Hans Petter Selasky 106 * SCSI commands sniffed off the wire - LUN maybe needs to be 223 } while (--timeout); in do_msc_cmd() 260 uint8_t buffer[sizeof(umass_bbb_cbw_t)]; in do_msc_shorter_cmd() local 265 memset(buffer, 0, sizeof(buffer)); in do_msc_shorter_cmd() 267 for (x = 0; x != (sizeof(buffer) - 1); x++) { in do_msc_shorter_cmd() 269 buffer, x, &actlen, 250); in do_msc_shorter_cmd() 272 "status = %d\n", x, (int)(sizeof(buffer) - 1), in do_msc_shorter_cmd() 345 uint8_t *buffer, uint8_t *reference) in do_io_test() argument [all …]
|
| /freebsd/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbobject.c | 3 * Module Name: dbobject - ACPI object decode and display 11 * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp. 28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent 104 * re-exports any such software from a foreign destination, Licensee shall 105 * ensure that the distribution and export/re-export of the software is in 108 * any of its subsidiaries will export/re-export any technical data, process, 130 * 3. Neither the names of the above-listed copyright holders nor the names 173 * PARAMETERS: Status - Method execution status 174 * WalkState - Current state of the parse tree walk 193 Node = WalkState->MethodNode; in AcpiDbDumpMethodInfo() [all …]
|