Home
last modified time | relevance | path

Searched +full:stream +full:- +full:match +full:- +full:mask (Results 1 – 25 of 200) sorted by relevance

12345678

/freebsd/sys/contrib/device-tree/Bindings/iommu/
H A Darm,smmu.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Will Deacon <will@kernel.org>
11 - Robi
[all...]
/freebsd/contrib/blocklist/bin/
H A Dblacklistd.conf.572 means use the default, or wildcard match.
87 are used to match the
100 as an address, mask, and port.
104 .Bd -literal -offset indent
105 [<address>|<interface>][/<mask>][:<port>]
112 Mask modifiers are not allowed on interfaces because interfaces
113 can have multiple addresses in different protocols where the mask has a different
117 .Dv mask
124 .Dv stream ,
147 .Dq - ,
[all …]
H A Dconf.c3 /*-
76 ((const struct sockaddr_if *)(const void *)(a))->sif_name
80 #define FSTAR -1
81 #define FEQUAL -2
120 return -1; in conf_getnum()
123 return -1; in conf_getnum()
127 return -1; in conf_getnum()
135 return conf_getnum(f, l, local, &c->c_nfail, "nfail", p); in conf_getnfail()
147 c->c_duration = FSTAR; in conf_getsecs()
153 c->c_duration = FEQUAL; in conf_getsecs()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h1 //===-- Module.h --------
52 class Stream; global() variable
967 SetNameTypeMask(lldb::FunctionNameType mask) SetNameTypeMask() argument
[all...]
/freebsd/sys/dev/mwl/
H A Dif_mwlvar.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2007-2009 Sam Leffler, Errno Consulting
5 * Copyright (c) 2007-2009 Marvell Semiconductor, Inc.
116 * firmware pre-fetches descriptors. This means that we
132 snprintf((_tq)->name, sizeof((_tq)->name), "%s_txq%u", \
133 device_get_nameunit((_sc)->sc_dev), (_tq)->qnum); \
134 mtx_init(&(_tq)->lock, (_tq)->name, NULL, MTX_DEF); \
136 #define MWL_TXQ_LOCK_DESTROY(_tq) mtx_destroy(&(_tq)->lock)
137 #define MWL_TXQ_LOCK(_tq) mtx_lock(&(_tq)->lock)
[all …]
/freebsd/share/man/man4/
H A Dauditpipe.430 .Nd "pseudo-device for live audit event tracking"
39 provide a reliable long-term store for audit log information, current log
41 unwieldy for live monitoring applications such as host-based intrusion
47 direct access to live BSM audit data for the purposes of real-time
53 of the audit event stream.
64 Audit pipe devices are blocking by default, but support non-blocking I/O,
77 .Bl -tag -width ".Dv AUDITPIPE_GET_MAXAUDITDATA"
97 process which may not match the interests of the user process.
104 matched by the system-wide audit trail, configured by
107 alternative criteria, including pipe-local flags and naflags settings, as
[all …]
/freebsd/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_lzma2.c5 * Igor Pavlov <https://7-zip.org/>
35 * In multi-call mode, also these are true:
40 * Most of these variables are size_t to support single-call mode,
56 * would read beyond the beginning of the uncompressed stream.
64 * End of the dictionary buffer. In multi-call mode, this is
65 * the same as the dictionary size. In single-call mode, this
73 * read beyond the beginning of the uncompressed stream.
78 * Maximum allowed dictionary size in multi-call mode.
79 * This is ignored in single-call mode.
107 * temp.buf or the caller-provided input buffer.
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h1 //===-- lldb-private-enumerations.h -----------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 #include "lldb/lldb-enumerations.h"
60 // Votes - Need a tri-state, yes, no, no opinion...
61 enum Vote { eVoteNo = -1, eVoteNoOpinion = 0, eVoteYes = 1 };
103 // ([arg-type arg-value]), occurs exactly once
122 enum LazyBool { eLazyBoolCalculate = -1, eLazyBoolNo = 0, eLazyBoolYes = 1 };
149 eExecutionPolicyTopLevel // used for top-level code
165 eLanguageRuntimeDescriptionDisplayVerbosityFull, // print the full-blown
[all …]
/freebsd/sys/contrib/zstd/doc/educational_decoder/
H A Dzstd_decompress.c5 * This source code is licensed under both the BSD-style license (found in the
8 * You may select, at your option, one of the above-listed licenses.
25 // 4 Bytes, little-endian format. Value : 0xFD2FB528"
73 /// file. They implement low-level functionality needed for the higher level
76 /*** IO STREAM OPERATIONS *************/
80 /// They are written/read forward, and reads are treated as little-endian
96 /// non-byte aligned
100 /// Backs-up the stream by `num` bits so they can be read again
106 /// Write the given byte into the output stream
109 /// Returns the number of bytes left to be read in this stream. The stream must
[all …]
/freebsd/sbin/ipf/ipsend/
H A Dipsend.53 ipsend \- IP packet description language
5 The \fBipsend\fP program expects, with the \fB-L\fP option, input to be a
38 "tr" | "sec" | "lsrr" | "e-sec" | "cipso" | "satid" |
41 ipv4secclass := "unclass" | "confid" | "reserv-1" | "reserv-2" |
42 "reserv-3" | "reserv-4" | "secret" | "topsecret" .
67 unreachtype ::= "net-unr" | "host-unr" | "proto-unr" | "port-unr" |
68 "needfrag" | "srcfail" | "net-unk" | "host-unk" | "isolate" |
69 "net-prohib" | "host-prohib" | "net-tos" | "host-tos" |
70 "filter-prohib" | "host-preced" | "cutoff-preced" .
71 redirtype ::= "net-redir" | "host-redir" | "tos-net-redir" |
[all …]
/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_ec_regs.h1 /*-
10 found at http://www.gnu.org/licenses/gpl-2.0.html
175 /* [0x4] Mask for comparison */
214 /* [0x38] VLAN p-bits table address */
216 /* [0x3c] VLAN p-bits table data */
280 /* [0xb8] Tuple (4/2) Hash configuration , mask for the input ... */
282 /* [0xbc] Tuple (4/2) Hash configuration , mask for the input ... */
284 /* [0xc0] Tuple (4/2) Hash configuration , mask for the input ... */
286 /* [0xc4] Tuple (4/2) Hash configuration , mask for the input ... */
311 /* [0x8] MAC address mask [31:0] */
[all …]
/freebsd/sys/dev/sfxge/common/
H A Defx.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2006-2016 Solarflare Communications Inc.
46 ((void)sizeof (char[(_cond) ? 1 : -1]))
52 ((size_t)&(((_type *)0)->_field))
55 #define EFX_DIV_ROUND_UP(_n, _d) (((_n) + (_d) - 1) / (_d))
59 (-(-(_type)(_value) & -(_type)(_align)))
63 ((_type)(_value) & -(_type)(_align))
67 ((((_type)(_value)) & ((_type)(_align) - 1)) == 0)
536 #define EFX_MAC_SDU_FROM_PDU(_pdu) ((_pdu) - EFX_MAC_PDU_ADJUSTMENT)
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp1 //===-- SymbolFileCTF.cpp ----------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
77 ModuleSP module_sp(m_objfile_sp->GetModule()); in ParseHeader()
78 const SectionList *section_list = module_sp->GetSectionList(); in ParseHeader()
83 section_list->FindSectionByType(lldb::eSectionTypeCTF, true)); in ParseHeader()
87 m_objfile_sp->ReadSectionData(section_sp.get(), m_data); in ParseHeader()
93 GetObjectFile()->GetModule()->GetDescription(module_desc.AsRawOstream(), in ParseHeader()
153 (Bytef *)const_cast<uint8_t *>(decompressed_data->GetBytes()); in ParseHeader()
177 "CTF parsing failed: decompressed size ({0}) doesn't match " in ParseHeader()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1 //===- LowerMatrixIntrinsics.cpp - Lower matrix intrinsics -----*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 // * Support more cases, e.g. multiply-add, multiply-sub, operands/results
15 // * Improve cost-modeling, e.g. choose different number of rows/columns
18 //===----------------------------------------------------------------------===//
53 #define DEBUG_TYPE "lower-matrix-intrinsics"
56 FuseMatrix("fuse-matrix", cl::init(true), cl::Hidden,
58 // TODO: Allow and use non-square tiles.
60 "fuse-matrix-tile-size", cl::init(4), cl::Hidden,
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h1 //===-- SymbolFile.h --------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
27 #include "lldb/lldb-private.h"
37 #define ASSERT_MODULE_LOCK(expr) (expr->AssertModuleLock())
58 static bool classof(const SymbolFile *obj) { return obj->isA(&ID); } in classof()
65 // determine which plug-in will be best to load the debug information found
75 kAllAbilities = ((1u << 7) - 1u)
86 /// backing SymbolFile implementation that loads on-demand.
89 /// Get a mask of what this symbol file supports for the object file
[all …]
H A DSymbolContext.h1 //===-- SymbolContext.h -----------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
20 #include "lldb/Utility/Stream.h"
21 #include "lldb/lldb-private.h"
94 /// Dump a description of this object to a Stream.
96 /// Dump a description of the contents of this object to the supplied stream
100 /// The stream to which to dump the object description.
101 void Dump(Stream *s, Target *target) const;
103 /// Dump the stop context in this object to a Stream.
[all …]
/freebsd/contrib/ncurses/man/
H A Dcurs_mouse.3x3 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
4 .\" Copyright 1998-2015,2017 Free Software Foundation, Inc. *
32 .TH curs_mouse 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
56 \fB\%mouseinterval\fP \-
90 pseudo-key values in the \fB\%wgetch\fP(3X) input stream.
98 function such as \fB\%getstr\fP that expects a linefeed for input-loop
109 or if the terminal does not support mouse-events,
112 If \fIoldmask\fP is non-\fBNULL\fP,
114 current screen's mouse event mask.
116 As a side effect, setting a zero mouse mask may turn off the mouse pointer;
[all …]
H A Dcurs_terminfo.3x3 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
4 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. *
32 .TH curs_terminfo 3X 2024-04-13 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
67 \fB\%vidputs\fP \-
105 \fBint tigetflag(const char *\fIcap-code\fP);
106 \fBint tigetnum(const char *\fIcap-code\fP);
107 \fBchar *tigetstr(const char *\fIcap-code\fP);
112 \fBchar *tiparm_s(int \fIexpected\fP, int \fImask\fP, const char *\fIstr\fP, ...);
113 \fBint tiscan_s(int *\fIexpected\fP, int *\fImask\fP, const char *\fIstr\fP);
119 These low-level functions must be called by programs that deal directly
[all …]
/freebsd/usr.sbin/kldxref/
H A Dkldxref.c1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
18 * 4. Neither the name of the author nor the names of any co-contributors
133 if (MAXRECSIZE - recpos < size) in record_buf()
159 * A string is stored as 1-byte length plus data, no padding
209 #define TYPE_MASK 0x200 /* Specifies a mask to follow */
247 * byte order. The two fields both must match.
250 * M uint32_t Mask of which fields to test. Fields that
254 * Z string pnp string must match this
258 * Strings and int32_t's start on a 32-bit boundary and are padded with 0
[all …]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1 //===-- Module.cpp --------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
47 #include "lldb/Utility/Stream.h"
155 file_size = data_sp->GetByteSize(); in Module()
168 // UUID YYY and we don't want those to match. If they don't match, just don't in Module()
170 // they don't match... in Module()
175 LLDB_LOGF(log, "Found local object file but the specs didn't match"); in Module()
306 process_sp->ReadMemory(header_addr, data_sp->GetBytes(), in GetMemoryObjectFile()
307 data_sp->GetByteSize(), readmem_error); in GetMemoryObjectFile()
[all …]
/freebsd/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk1 #!/usr/bin/awk -f
3 #-
4 # Copyright (c) 2015-2016 Landon Fuller <landon@landonf.org>
39 print "usage: bhnd_nvram_map.awk <input map> [-hd] [-o output file]"
74 if (ARGV[_i] == "--debug") {
76 } else if (ARGV[_i] == "-d" && OUT_T == null) {
78 } else if (ARGV[_i] == "-h" && OUT_T == null) {
80 } else if (ARGV[_i] == "-v") {
82 } else if (ARGV[_i] == "-o") {
88 } else if (ARGV[_i] == "--") {
[all …]
/freebsd/sys/contrib/device-tree/Bindings/misc/
H A Dfsl,qoriq-mc.txt3 The Freescale Management Complex (fsl-mc) is a hardware resource
5 network-oriented packet processing applications. After the fsl-mc
12 For an overview of the DPAA2 architecture and fsl-mc bus see:
16 same hardware "isolation context" and a 10-bit value called an ICID
21 between ICIDs and IOMMUs, so an iommu-map property is used to define
28 For arm-smmu binding, see:
32 The msi-map property is used to associate the devices with both the ITS
36 Documentation/devicetree/bindings/interrupt-controller/msi.txt.
39 Documentation/devicetree/bindings/interrupt-controller/arm,gic-v3.yaml.
43 - compatible
[all …]
/freebsd/sbin/pfctl/
H A Dparse.y3 /*-
4 * SPDX-License-Identifier: BSD-2-Clause
90 FILE *stream; member
277 /* new-style scrub opts */
498 !isdigit((addr).v.ifname[strlen((addr).v.ifname)-1])))
502 %token PASS BLOCK MATCH SCRUB RETURN IN OS OUT LOG QUICK ON FROM TO FLAGS
602 | ruleset error '\n' { file->errors++; }
640 yyerror("unknown ruleset-optimization %s", $1);
668 if (!(pf->opts & PF_OPT_OPTIMIZE)) {
669 pf->opts |= PF_OPT_OPTIMIZE;
[all …]
/freebsd/contrib/libpcap/
H A Dpcap-filter.manmisc.in21 .TH PCAP-FILTER @MAN_MISC_INFO@ "13 June 2023"
23 pcap-filter \- packet filter syntax
31 some stream of packets to determine which packets will be supplied to
54 E.g., `\fBhost\fP foo', `\fBnet\fP 128.3', `\fBport\fP 20', `\fBportrange\fP 6000-6008'.
75 E.g., `\fBsrc\fP foo', `\fBdst net\fP 128.3', `\fBsrc or dst port\fP ftp-data'.
89 qualifiers restrict the match to a particular protocol.
106 `\fBudp portrange\fP 7000-7009', `\fBwlan addr2\fP 0:2:3:4:5:6'.
117 network interface''. FDDI headers contain Ethernet-like source
118 and destination addresses, and often contain Ethernet-like packet
146 E.g., `\fBhost\fP foo \fBand not port\fP ftp \fBand not port\fP ftp-data'.
[all …]
/freebsd/sys/dev/firewire/
H A Dfwohcireg.h1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
5 * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa
207 fwohcireg_t match; member
235 fwohcireg_t dummy0[2]; /* dummy 0x2c-0x30 */
240 fwohcireg_t dummy1[3]; /* dummy 0x44-0x4c */
251 fwohcireg_t dummy2[2]; /* dummy 0x58-0x5c */
256 fwohcireg_t ir_mask_hi_set; /* ir mask hi set 0x70 */
257 fwohcireg_t ir_mask_hi_clr; /* ir mask hi set 0x74 */
258 fwohcireg_t ir_mask_lo_set; /* ir mask hi set 0x78 */
[all …]

12345678