/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | StackFrameList.h | 1 //===-- StackFrameList.h ----------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 30 /// Get the number of visible frames. Frames may be created if \p can_create 31 /// is true. Synthetic (inline) frames expanded from the concrete frame #0 35 /// Get the frame at index \p idx. Invisible frames cannot be indexed. 38 /// Get the first concrete frame with index greater than or equal to \p idx. 39 /// Unlike \ref GetFrameAtIndex, this cannot return a synthetic frame. 42 /// Retrieve the stack frame with the given ID \p stack_id. 45 /// Mark a stack frame as the currently selected frame and return its index. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/timer/ |
H A D | arm,arch_timer_mmio.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Marc Zyngier <marc.zyngier@arm.com> 11 - Mark Rutland <mark.rutland@arm.com> 15 frames with a physical and optional virtual timer per frame. 22 - enum: 23 - arm,armv7-timer-mem 27 description: The control frame base address 29 '#address-cells': [all …]
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_hdmi.c | 17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 46 return 256 - csum; in hdmi_infoframe_checksum() 57 * hdmi_avi_infoframe_init() - initialize an HDMI AVI infoframe 58 * @frame: HDMI AVI infoframe 60 void hdmi_avi_infoframe_init(struct hdmi_avi_infoframe *frame) in hdmi_avi_infoframe_init() argument 62 memset(frame, 0, sizeof(*frame)); in hdmi_avi_infoframe_init() 64 frame->type = HDMI_INFOFRAME_TYPE_AVI; in hdmi_avi_infoframe_init() 65 frame->version = 2; in hdmi_avi_infoframe_init() 66 frame->length = HDMI_AVI_INFOFRAME_SIZE; in hdmi_avi_infoframe_init() 70 static int hdmi_avi_infoframe_check_only(const struct hdmi_avi_infoframe *frame) in hdmi_avi_infoframe_check_only() argument [all …]
|
/freebsd/sys/dev/dpaa/ |
H A D | qman.h | 1 /*- 2 * Copyright (c) 2011-2012 Semihalf. 40 * Maximum number of frame queues in all QMans. 102 * Create Frame Queue Range. 104 * @param fqids_num Number of frame queues in the range. 107 * Frame Queue Range. 109 * @param wq Work Queue Number within the channel. 113 * frame queues with the same ID in the 126 * dequeued from it after the head frame 143 * @param overhead_accounting_len For each frame add this number for CG [all …]
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | rx_desc.h | 1 /* SPDX-License-Identifier: BSD-3-Clause-Clear */ 3 * Copyright (c) 2018-2021 The Linux Foundation. All rights reserved. 4 * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved. 153 * The id of the reo exit ring where the msdu frame shall push 174 * Filter pass Unicast data frame (matching rxpcu_filter_pass 178 * Filter pass Multicast data frame (matching rxpcu_filter_pass 182 * Filter pass BAR frame (matching rxpcu_filter_pass 186 * Field only valid when for the received frame type the corresponding 190 * Field only valid when for the received frame type the corresponding 202 * field in address search failure cache-only entry should [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | ipq5018.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause 8 #include <dt-bindings/clock/qcom,apss-ipq.h> 9 #include <dt-bindings/interrupt-controller/arm-gic.h> 10 #include <dt-bindings/clock/qcom,gcc-ipq5018.h> 11 #include <dt-bindings/reset/qcom,gcc-ipq5018.h> 14 interrupt-parent = <&intc>; 15 #address-cells = <2>; 16 #size-cells = <2>; 19 sleep_clk: sleep-clk { 20 compatible = "fixed-clock"; [all …]
|
H A D | ipq5332.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 5 * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved. 8 #include <dt-bindings/clock/qcom,apss-ipq.h> 9 #include <dt-bindings/clock/qcom,ipq5332-gcc.h> 10 #include <dt-bindings/interconnect/qcom,ipq5332.h> 11 #include <dt-bindings/interrupt-controller/arm-gic.h> 14 interrupt-parent = <&intc>; 15 #address-cells = <2>; 16 #size-cells = <2>; 19 sleep_clk: sleep-clk { [all …]
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | rx_desc.h | 1 /* SPDX-License-Identifier: BSD-3-Clause-Clear */ 3 * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved. 15 * This MPDU passed the normal frame filter programming of rxpcu. 18 * This MPDU did not pass the regular frame filter and would 19 * have been dropped, were it not for the frame fitting into the 23 * This MPDU did not pass the regular frame filter and also did 145 * Field indicates what the reason was that this mpdu frame 160 * A-MPDU frame but a stand alone MPDU. Interior MPDU in an 161 * A-MPDU shall have both first_mpdu and last_mpdu bits set to 184 * Set if packet is not a non-QoS data frame. Only set when [all …]
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | tx.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (C) 2012-2014, 2018-2024 Intel Corporation 4 * Copyright (C) 2016-2017 Intel Deutschland GmbH 11 * enum iwl_tx_flags - bitmasks for tx_flags in TX command 12 * @TX_CMD_FLG_PROT_REQUIRE: use RTS or CTS-t 745 struct ieee80211_hdr frame[]; global() member 766 struct ieee80211_hdr frame[]; global() member 809 struct ieee80211_hdr frame[]; global() member [all...] |
H A D | stats.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (C) 2012-2014, 2018, 2020 - 2021, 2023 Intel Corporation 4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH 5 * Copyright (C) 2016-2017 Intel Deutschland GmbH 10 #include "mac-cf [all...] |
H A D | rx.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (C) 2012-2014, 2018-2024 Intel Corporation 4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH 5 * Copyright (C) 2015-2017 Intel Deutschland GmbH 10 /* API for pre-900 [all...] |
/freebsd/usr.sbin/cxgbetool/ |
H A D | cxgbetool.8 | 40 .Bl -item -compact 47 .Nm Ar nexus Cm clip Bro Cm hold | release Brc Ar ipv6-address 55 .Nm Ar nexus Cm hashfilter Ar filter-specification 63 .Nm Ar nexus Cm filter Ar idx Ar filter-specification 71 .Nm Ar nexus Cm loadcfg Ar fw-config.txt 75 .Nm Ar nexus Cm loadfw Ar fw-image.bin 85 .Nm Ar nexus Cm regdump Op Ar register-block ... 87 .Nm Ar nexus Cm sched-class Ar sub-command Op Ar param Ar value 89 .Nm Ar nexus Cm sched-queue Ar port Ar queue Ar class 97 provides command-line access to features and debug facilities exported by [all …]
|
/freebsd/sys/dev/isci/scil/ |
H A D | scic_sds_unsolicited_frame_control.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. 73 * the number of unsolicited frame buffers to be utilized. 84 uf_control->address_table.count = SCU_MIN_UF_TABLE_ENTRIES; in scic_sds_unsolicited_frame_control_set_address_table_count() 86 (uf_control->address_table.count < uf_control->buffers.count) in scic_sds_unsolicited_frame_control_set_address_table_count() 87 && (uf_control->address_table.count < SCU_ABSOLUTE_MAX_UNSOLICITED_FRAMES) in scic_sds_unsolicited_frame_control_set_address_table_count() 90 uf_control->address_table.count <<= 1; in scic_sds_unsolicited_frame_control_set_address_table_count() [all …]
|
H A D | scic_sds_unsolicited_frame_control.h | 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. 57 * @brief This file contains all of the unsolicited frame related 78 * This enumeration represents the current unsolicited frame state. The 79 * controller object can not updtate the hardware unsolicited frame put 85 * This state is when the frame is empty and not in use. It is 87 * data to this frame buffer. [all …]
|
/freebsd/sys/contrib/ncsw/inc/flib/ |
H A D | fsl_fman_dtsec.h | 2 * Copyright 2008-2012 Freescale Semiconductor Inc. 44 * - fman_dtsec_defconfig() - This step is optional and yet recommended. Its 47 * - Change dtsec configuration in &dtsec_cfg. This structure will be used 50 * - fman_dtsec_init() - Applies the configuration on dTSEC hardware. Note that 53 * - fman_dtsec_set_mac_address() - Set the station address (mac address). 56 * - fman_dtsec_adjust_link() - Set the link speed and duplex parameters 59 * - dtsec_enable_tx() and dtsec_enable_rx() to enable transmission and 104 * %DTSEC_IEVENT_BABR - Babbling receive error. This bit indicates that 105 * a frame was received with length in excess of the MAC's maximum frame length 108 * %DTSEC_IEVENT_RXC - Receive control (pause frame) interrupt. A pause [all …]
|
H A D | fsl_fman_port.h | 2 * Copyright 2008-2013 Freescale Semiconductor Inc. 156 uint32_t fmbm_rfed; /**< Rx Frame End Data*/ 160 uint32_t fmbm_rfne; /**< Rx Frame Next Engine*/ 161 uint32_t fmbm_rfca; /**< Rx Frame Command Attributes.*/ 162 uint32_t fmbm_rfpne; /**< Rx Frame Parser Next Engine*/ 170 uint32_t fmbm_rfqid; /**< Rx Frame Queue ID*/ 171 uint32_t fmbm_refqid; /**< Rx Error Frame Queue ID*/ 172 uint32_t fmbm_rfsdm; /**< Rx Frame Status Discard Mask*/ 173 uint32_t fmbm_rfsem; /**< Rx Frame Status Error Mask*/ 174 uint32_t fmbm_rfene; /**< Rx Frame Enqueue Next Engine */ [all …]
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBDebuggerDocstrings.i | 50 # Get the first frame 51 frame = thread.GetFrameAtIndex (0) 52 if frame: 53 # Print some simple frame info 54 print frame 55 function = frame.GetFunction() 65 symbol = frame.GetSymbol(); 73 registerList = frame.GetRegisters() 74 … print('Frame registers (size of register set = %d):' % registerList.GetSize()) 77 … print('%s (number of children = %d):' % (value.GetName(), value.GetNumChildren())) [all …]
|
/freebsd/share/man/man4/ |
H A D | ng_ppp.4 | 1 .\" Copyright (c) 1996-1999 Whistle Communications, Inc. 19 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. 51 user-land daemon). 54 user-land implementations. 56 multi-link PPP, Van Jacobson compression, PPP compression, PPP 58 A single PPP node corresponds to one PPP multi-link bundle. 71 Typically this node is connected to a user-land daemon via a 94 These device-independent hooks transmit and receive full PPP 96 information fields, but no checksum or other link-specific fields. 99 has been enabled and the protocol number is suitable for compression, [all …]
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | nl80211_copy.h | 6 * Copyright 2006-2010 Johannes Berg <johannes@sipsolutions.net> 13 * Copyright 2015-2017 Intel Deutschland GmbH 14 * Copyright (C) 2018-2023 Intel Corporation 32 * be careful not to break things - i.e. don't move anything around or so 74 * - a setup station entry is added, not yet authorized, without any rate 76 * - when the TDLS setup is done, a single NL80211_CMD_SET_STATION is valid 79 * - %NL80211_TDLS_ENABLE_LINK is then used 80 * - after this, the only valid operation is to remove it by tearing down 87 * DOC: Frame transmission/registration support 89 * Frame transmission and registration support exists to allow userspace [all …]
|
/freebsd/contrib/unbound/dnstap/ |
H A D | dtstream.h | 2 * dnstap/dtstream.h - Frame Streams thread for unbound DNSTAP 40 * An implementation of the Frame Streams data transport protocol for 55 * A message buffer with dnstap messages queued up. It is per-worker. 72 /** number of messages in the queue */ 100 /** Buffer containing frame, except length counter(s). */ 102 /** Number of bytes written to buffer. */ 107 /** Frame length field. Will contain the 2nd length field for control 110 /** Number of bytes that have been written to the frame_length field. */ 113 /** Set to 1 if this is a control frame, 0 otherwise (ie data frame). */ 121 /** the thread number for the dtio thread, [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/ |
H A D | fsl,qe-tsa.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/soc/fsl/cpm_qe/fsl,qe-tsa.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: PowerQUICC QE Time-slot assigner (TSA) controller 10 - Herve Codina <herve.codina@bootlin.com> 13 The TSA is the time-slot assigner that can be found on some PowerQUICC SoC. 14 Its purpose is to route some TDM time-slots to other internal serial 20 - enum: 21 - fsl,mpc8321-tsa [all …]
|
/freebsd/contrib/opencsd/decoder/source/ |
H A D | trc_frame_deformatter_impl.h | 45 //! output data fragment from the current frame - collates bytes associated with an ID. 49 uint8_t data[15]; //!< frame data bytes for this ID 68 /* enable / disable ID streams - default as all enabled */ 73 …ocsd_datapath_resp_t Reset(); /* reset the decode to the start state, drop partial data - propo… 88 bool extractFrame(); // extract the frame data from incoming stream 89 bool unpackFrame(); // process a complete frame. 106 // output bytes to raw frame monitor 152 // incoming frame buffer 153 …uint8_t m_ex_frm_data[OCSD_DFRMTR_FRAME_SIZE]; // buffer the current frame in case we have to stop… 154 int m_ex_frm_n_bytes; // number of valid bytes in the current frame (extraction) [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | CoreProperties.td | 4 def EnableExternalLookup: Property<"enable-external-lookup", "Boolean">, 7 …-file-search-paths and directory of the executable are always checked first for separate debug inf… 8 def EnableBackgroundLookup: Property<"enable-background-lookup", "Boolean">, 11 …Desc<"Alias for backward compatibility: when enabled this is the equivalent to 'symbols.auto-downl… 12 def AutoDownload: Property<"auto-download", "Enum">, 17 def ClangModulesCachePath: Property<"clang-modules-cache-path", "FileSpec">, 20 Desc<"The path to the clang modules cache directory (-fmodules-cache-path).">; 21 def SymLinkPaths: Property<"debug-info-symlink-paths", "FileSpecList">, 25 def EnableLLDBIndexCache: Property<"enable-lldb-index-cache", "Boolean">, 29 def LLDBIndexCachePath: Property<"lldb-index-cache-path", "FileSpec">, [all …]
|
/freebsd/contrib/opencsd/decoder/include/opencsd/ |
H A D | ocsd_if_types.h | 41 /** VS2010 does not support inttypes - remove when VS2010 support is dropped */ 64 typedef uint64_t ocsd_trc_index_t; /**< Trace source index type - 64 bit size */ 67 typedef uint32_t ocsd_trc_index_t; /**< Trace source index type - 32 bit size */ 72 #define OCSD_BAD_TRC_INDEX ((ocsd_trc_index_t)-1) 74 #define OCSD_BAD_CS_SRC_ID ((uint8_t)-1) 99 OCSD_ERR_ATTACH_TOO_MANY, /**< Cannot attach - attach device limit reached. */ 100 OCSD_ERR_ATTACH_INVALID_PARAM, /**< Cannot attach - invalid parameter. */ 101 OCSD_ERR_ATTACH_COMP_NOT_FOUND,/**< Cannot detach - component not found. */ 103 OCSD_ERR_RDR_FILE_NOT_FOUND, /**< source reader - file not found. */ 104 OCSD_ERR_RDR_INVALID_INIT, /**< source reader - invalid initialisation parameter. */ [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.h | 1 //===- DWARFDebugFrame.h - Parsing of .debug_frame --------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 33 /// A class that represents a location for the Call Frame Address (CFA) or a 34 /// register. This is decoded from the DWARF Call Frame Information 68 uint32_t RegNum; /// The register number for Kind == RegPlusOffset. 115 /// frame pointer as the register, with an offset that accounts for all 140 /// to be able to modify the CFA register when evaluating DWARF Call Frame 144 /// to be able to modify the CFA offset when evaluating DWARF Call Frame 163 /// \param IsEH true if the DWARF Call Frame Information is from .eh_frame [all …]
|