Home
last modified time | relevance | path

Searched +full:frame +full:- +full:number (Results 1 – 25 of 1094) sorted by relevance

12345678910>>...44

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameList.h1 //===-- 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-src/sys/contrib/device-tree/Bindings/timer/
H A Darm,arch_timer_mmio.yaml1 # 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
[all...]
/freebsd-src/sys/dev/dpaa/
H A Dqman.h1 /*-
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-src/sys/compat/linuxkpi/common/src/
H A Dlinux_hdmi.c17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
46 return 256 - csum; in hdmi_infoframe_set_checksum()
57 * hdmi_avi_infoframe_init() - initialize an HDMI AVI infoframe in hdmi_avi_infoframe_init() argument
58 * @frame: HDMI AVI infoframe in hdmi_avi_infoframe_init()
60 void hdmi_avi_infoframe_init(struct hdmi_avi_infoframe *frame) in hdmi_avi_infoframe_init()
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 in hdmi_avi_infoframe_init()
67 hdmi_avi_infoframe_check_only(const struct hdmi_avi_infoframe * frame) hdmi_avi_infoframe_check_only() argument
89 hdmi_avi_infoframe_check(struct hdmi_avi_infoframe * frame) hdmi_avi_infoframe_check() argument
109 hdmi_avi_infoframe_pack_only(const struct hdmi_avi_infoframe * frame,void * buffer,size_t size) hdmi_avi_infoframe_pack_only() argument
200 hdmi_avi_infoframe_pack(struct hdmi_avi_infoframe * frame,void * buffer,size_t size) hdmi_avi_infoframe_pack() argument
221 hdmi_spd_infoframe_init(struct hdmi_spd_infoframe * frame,const char * vendor,const char * product) hdmi_spd_infoframe_init() argument
241 hdmi_spd_infoframe_check_only(const struct hdmi_spd_infoframe * frame) hdmi_spd_infoframe_check_only() argument
260 hdmi_spd_infoframe_check(struct hdmi_spd_infoframe * frame) hdmi_spd_infoframe_check() argument
280 hdmi_spd_infoframe_pack_only(const struct hdmi_spd_infoframe * frame,void * buffer,size_t size) hdmi_spd_infoframe_pack_only() argument
334 hdmi_spd_infoframe_pack(struct hdmi_spd_infoframe * frame,void * buffer,size_t size) hdmi_spd_infoframe_pack() argument
353 hdmi_audio_infoframe_init(struct hdmi_audio_infoframe * frame) hdmi_audio_infoframe_init() argument
365 hdmi_audio_infoframe_check_only(const struct hdmi_audio_infoframe * frame) hdmi_audio_infoframe_check_only() argument
384 hdmi_audio_infoframe_check(struct hdmi_audio_infoframe * frame) hdmi_audio_infoframe_check() argument
404 hdmi_audio_infoframe_pack_only(const struct hdmi_audio_infoframe * frame,void * buffer,size_t size) hdmi_audio_infoframe_pack_only() argument
469 hdmi_audio_infoframe_pack(struct hdmi_audio_infoframe * frame,void * buffer,size_t size) hdmi_audio_infoframe_pack() argument
488 hdmi_vendor_infoframe_init(struct hdmi_vendor_infoframe * frame) hdmi_vendor_infoframe_init() argument
508 hdmi_vendor_infoframe_length(const struct hdmi_vendor_infoframe * frame) hdmi_vendor_infoframe_length() argument
519 hdmi_vendor_infoframe_check_only(const struct hdmi_vendor_infoframe * frame) hdmi_vendor_infoframe_check_only() argument
545 hdmi_vendor_infoframe_check(struct hdmi_vendor_infoframe * frame) hdmi_vendor_infoframe_check() argument
567 hdmi_vendor_infoframe_pack_only(const struct hdmi_vendor_infoframe * frame,void * buffer,size_t size) hdmi_vendor_infoframe_pack_only() argument
630 hdmi_vendor_infoframe_pack(struct hdmi_vendor_infoframe * frame,void * buffer,size_t size) hdmi_vendor_infoframe_pack() argument
644 hdmi_vendor_any_infoframe_check_only(const union hdmi_vendor_any_infoframe * frame) hdmi_vendor_any_infoframe_check_only() argument
660 hdmi_drm_infoframe_init(struct hdmi_drm_infoframe * frame) hdmi_drm_infoframe_init() argument
672 hdmi_drm_infoframe_check_only(const struct hdmi_drm_infoframe * frame) hdmi_drm_infoframe_check_only() argument
691 hdmi_drm_infoframe_check(struct hdmi_drm_infoframe * frame) hdmi_drm_infoframe_check() argument
711 hdmi_drm_infoframe_pack_only(const struct hdmi_drm_infoframe * frame,void * buffer,size_t size) hdmi_drm_infoframe_pack_only() argument
784 hdmi_drm_infoframe_pack(struct hdmi_drm_infoframe * frame,void * buffer,size_t size) hdmi_drm_infoframe_pack() argument
801 hdmi_vendor_any_infoframe_check(union hdmi_vendor_any_infoframe * frame) hdmi_vendor_any_infoframe_check() argument
820 hdmi_vendor_any_infoframe_pack_only(const union hdmi_vendor_any_infoframe * frame,void * buffer,size_t size) hdmi_vendor_any_infoframe_pack_only() argument
841 hdmi_vendor_any_infoframe_pack(union hdmi_vendor_any_infoframe * frame,void * buffer,size_t size) hdmi_vendor_any_infoframe_pack() argument
863 hdmi_infoframe_check(union hdmi_infoframe * frame) hdmi_infoframe_check() argument
896 hdmi_infoframe_pack_only(const union hdmi_infoframe * frame,void * buffer,size_t size) hdmi_infoframe_pack_only() argument
948 hdmi_infoframe_pack(union hdmi_infoframe * frame,void * buffer,size_t size) hdmi_infoframe_pack() argument
1000 hdmi_infoframe_log_header(const char * level,struct device * dev,const struct hdmi_any_infoframe * frame) hdmi_infoframe_log_header() argument
1196 hdmi_avi_infoframe_log(const char * level,struct device * dev,const struct hdmi_avi_infoframe * frame) hdmi_avi_infoframe_log() argument
1267 hdmi_spd_infoframe_log(const char * level,struct device * dev,const struct hdmi_spd_infoframe * frame) hdmi_spd_infoframe_log() argument
1397 hdmi_audio_infoframe_log(const char * level,struct device * dev,const struct hdmi_audio_infoframe * frame) hdmi_audio_infoframe_log() argument
1424 hdmi_drm_infoframe_log(const char * level,struct device * dev,const struct hdmi_drm_infoframe * frame) hdmi_drm_infoframe_log() argument
1482 hdmi_vendor_any_infoframe_log(const char * level,struct device * dev,const union hdmi_vendor_any_infoframe * frame) hdmi_vendor_any_infoframe_log() argument
1517 hdmi_infoframe_log(const char * level,struct device * dev,const union hdmi_infoframe * frame) hdmi_infoframe_log() argument
1552 hdmi_avi_infoframe_unpack(struct hdmi_avi_infoframe * frame,const void * buffer,size_t size) hdmi_avi_infoframe_unpack() argument
1616 hdmi_spd_infoframe_unpack(struct hdmi_spd_infoframe * frame,const void * buffer,size_t size) hdmi_spd_infoframe_unpack() argument
1658 hdmi_audio_infoframe_unpack(struct hdmi_audio_infoframe * frame,const void * buffer,size_t size) hdmi_audio_infoframe_unpack() argument
1709 hdmi_vendor_any_infoframe_unpack(union hdmi_vendor_any_infoframe * frame,const void * buffer,size_t size) hdmi_vendor_any_infoframe_unpack() argument
1789 hdmi_drm_infoframe_unpack_only(struct hdmi_drm_infoframe * frame,const void * buffer,size_t size) hdmi_drm_infoframe_unpack_only() argument
1844 hdmi_drm_infoframe_unpack(struct hdmi_drm_infoframe * frame,const void * buffer,size_t size) hdmi_drm_infoframe_unpack() argument
1879 hdmi_infoframe_unpack(union hdmi_infoframe * frame,const void * buffer,size_t size) hdmi_infoframe_unpack() argument
[all...]
/freebsd-src/sys/contrib/dev/athk/ath12k/
H A Drx_desc.h1 /* 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-src/sys/contrib/device-tree/src/arm64/qcom/
H A Dipq5018.dtsi1 // 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-gi
[all...]
H A Dipq5332.dtsi1 // 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-binding
[all...]
/freebsd-src/sys/contrib/dev/athk/ath11k/
H A Drx_desc.h1 /* 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-src/sys/contrib/dev/iwlwifi/fw/api/
H A Dtx.h1 /* 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 Dstats.h1 /* 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 Drx.h1 /* 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-src/usr.sbin/cxgbetool/
H A Dcxgbetool.840 .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-comman
[all...]
/freebsd-src/sys/dev/isci/scil/
H A Dscic_sds_unsolicited_frame_control.c1 /*-
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 Dscic_sds_unsolicited_frame_control.h1 /*-
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-src/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebuggerDocstrings.i50 # 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-src/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_dtsec.h2 * 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 Dfsl_fman_port.h2 * 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-src/share/man/man4/
H A Dng_ppp.41 .\" 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-src/contrib/llvm-project/lldb/source/Core/
H A DCoreProperties.td4 def EnableExternalLookup: Property<"enable-external-lookup", "Boolean">,
7 Desc<"Control the use of external tools and repositories to locate symbol files. Directories listed in target.debug-file-search-paths and directory of the executable are always checked first for separate debug info files. Then depending on this setting: On macOS, Spotlight would be also used to locate a matching .dSYM bundle based on the UUID of the executable. On NetBSD, directory /usr/libdata/debug would be also searched. On platforms other than NetBSD directory /usr/lib/debug would be also searched. If all other methods fail there may be symbol-locator plugins that, if configured properly, will also attempt to acquire symbols. The debuginfod plugin defaults to the DEGUFINFOD_URLS environment variable which is configurable through the 'plugin.symbol-locator.debuginfod.server_urls' setting.">;
8 def EnableBackgroundLookup: Property<"enable-background-lookup", "Boolean">,
11 Desc<"Alias for backward compatibility: when enabled this is the equivalent to 'symbols.auto-downloa
[all...]
/freebsd-src/contrib/wpa/src/drivers/
H A Dnl80211_copy.h6 * 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 transmissio
[all...]
/freebsd-src/contrib/opencsd/decoder/source/
H A Dtrc_frame_deformatter_impl.h45 //! 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-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h1 //===- DWARFDebugFrame.h - Parsing of .debug_frame --------
[all...]
/freebsd-src/contrib/unbound/dnstap/
H A Ddtstream.h2 * 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-src/tools/tools/net80211/wlaninject/
H A DREADME2 This tool generates raw 802.11 frames. The resulting frame will
14 802.11 body The payload of the 802.11 frame. This includes
18 -----------------------------------
19 -i The network interface to use to TX; defaults to ath0.
20 -c The channel to TX on; defaults to 1.
21 -N Mark transmitted frames such that no ACK is expected. In practice,
24 -V Verify that the packet you TXed did indeed fly in the air as
26 and comparing the received frame to what was sent. This option
29 -W The WME AC to use for transmission. Symbolic names are used:
34 -X The rate to use for transmission; defaults to 1Mbps.
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h197 // A type representing the id generated by hashing the contents of the Frame. in serialize()
199 // A type representing the id to index into the frame array. in serialize()
201 // Describes a call frame for a dynamic allocation context. The contents of
202 // the frame are populated by symbolizing the stack depot call frame from the
204 struct Frame { in deserialize()
208 // The symbol name for the function. Only populated in the Frame by the reader in deserialize()
213 // The source column number of the call to help distinguish multiple calls in deserialize()
216 // Whether the current frame is inlined. in deserialize()
219 Frame(cons
141 struct Frame { global() struct
145 FunctionFrame global() argument
154 IsInlineFrameFrame global() argument
156 FrameFrame Frame() argument
164 FrameFrame Frame() argument
203 deserializeFrame deserialize() argument
220 serializedSizeFrame serializedSize() argument
231 printYAMLFrame printYAML() argument
237 hashFrame hash() argument
[all...]

12345678910>>...44