Home
last modified time | relevance | path

Searched +full:full +full:- +full:custom (Results 1 – 25 of 455) sorted by relevance

12345678910>>...19

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_015_pos.ksh1 #!/bin/ksh -p
2 # SPDX-License-Identifier: CDDL-1.0
11 # A full copy of the text of the CDDL should have accompanied this
27 # Verify ZFS can receive custom properties on both filesystems and
28 # snapshots from full and incremental streams.
33 # 3. Set custom properties on both the fs and snapshots.
51 log_must zfs destroy -rf $TESTPOOL/$TESTFS1
52 log_must zfs destroy -rf $TESTPOOL/$TESTFS2
55 log_assert "ZFS can receive custom properties."
66 # 3. Set custom properties on both the fs and snapshots.
[all …]
H A Dreceive-o-x_props_aliases.ksh1 #!/bin/ksh -p
2 # SPDX-License-Identifier: CDDL-1.0
11 # A full copy of the text of the CDDL should have accompanied this
27 # Verify ZFS property override (-o) and exclude (-x) options work when
33 # 3. Create various send streams (full, incremental, replication) and verify
41 log_must rm -f $streamfile_full
42 log_must rm -f $streamfile_incr
43 log_must rm -f $streamfile_repl
44 log_must rm -f $streamfile_trun
45 destroy_dataset "$orig" "-rf"
[all …]
H A Dreceive-o-x_props_override.ksh1 #!/bin/ksh -p
2 # SPDX-License-Identifier: CDDL-1.0
11 # A full copy of the text of the CDDL should have accompanied this
27 # Verify ZFS property override (-o) and exclude (-x) options work when
33 # 3. Create various send streams (full, incremental, replication) and verify
41 log_must rm -f $streamfile_full
42 log_must rm -f $streamfile_incr
43 log_must rm -f $streamfile_repl
44 log_must rm -f $streamfile_trun
45 destroy_dataset "$orig" "-rf"
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Frontend/
H A DCheckerRegistry.h1 //===- CheckerRegistry.h - Maintains all available checkers -----*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
16 //===----------------------------------------------------------------------===//
37 // To add a custom checker to the analyzer, the plugin must also define the
46 // The first method argument is the full name of the checker, including its
49 // The second method argument is a short human-readable description of the
53 // registry. If any checkers require additional initialization, use the three-
56 // To load a checker plugin, specify the full path to the dynamic library as
57 // the argument to the -load option in the cc1 frontend. You can then enable
[all …]
/freebsd/contrib/opencsd/decoder/include/opencsd/c_api/
H A Dopencsd_c_api.h49 /** Building the C-API DLL **/
57 /** building or using the static C-API library **/
65 /** using the C-API DLL **/
87 /** Get Library version. Return a 32 bit version in form MMMMnnpp - MMMM = major version, nn = mino…
94 /*---------------------- Trace Decode Tree --------------------------------------------------------…
102 * @param src_type : Type of tree - formatted input, or single source input
103 * @param deformatterCfgFlags : Formatter flags - determine presence of frame syncs etc.
140 /*---------------------- Generic Trace Element Output --------------------------------------------…
146 * any full trace decoder in the decode tree.
154 * @return ocsd_err_t : Library error code - OCSD_OK if successful.
[all …]
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-io-arch.md11 ----------
13 The [requirements for QUIC](./quic-requirements.md) which have formed the basis
16 - The application must have the ability to be in control of the event loop
20 - High performance applications (primarily server based) using existing libssl
21 APIs; using custom network interaction BIOs in order to get the best
23 handling, using fibres). Would prefer to use the existing APIs - they don’t
30 - We want to support both blocking and non-blocking semantics
33 - In the case of non-blocking applications, it must be possible
37 - We want to support custom BIOs on the network side and to the extent
38 feasible, minimise the level of adaptation needed for any custom BIOs already
[all …]
/freebsd/sys/contrib/openzfs/contrib/pyzfs/docs/source/
H A Dconf.py1 # -*- coding: utf-8 -*-
5 # sphinx-quickstart on Mon Apr 6 23:48:40 2015.
24 # -- General configuration ------------------------------------------------
30 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
45 #source_encoding = 'utf-8-sig'
61 # The full version, including alpha/beta/rc tags.
72 # non-false value, then it is used:
85 # If true, '()' will be appended to :func: etc. cross-reference text.
109 # -- Options for HTML output ----------------------------------------------
115 # Theme options are theme-specific and customize the look and feel of a theme
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_ct_validation_callback.pod8 SSL_ct_is_enabled, SSL_CTX_ct_is_enabled -
35 This is accomplished by setting a built-in CT validation callback.
40 If B<validation_mode> is equal to B<SSL_CT_VALIDATION_STRICT>, then in a full
45 However, in that case if the verification status before the built-in callback
65 register a custom callback that may implement a different policy than either of
70 and the callback returns a non-positive result.
85 validated via DANE-TA(2) or DANE-EE(3) TLSA records which use a private X.509
88 nor to have specified server verification via DANE-TA(2) or DANE-EE(3) TLSA
92 enabled via the built-in or the custom callbacks, by setting a NULL callback.
96 enabled via either SSL_enable_ct() or a non-null custom callback, and 0
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_set_ct_validation_callback.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH SSL_CTX_SET_CT_VALIDATION_CALLBACK 3ossl 2025-07-01 3.5.1 OpenSSL
67 SSL_ct_is_enabled, SSL_CTX_ct_is_enabled \-
94 This is accomplished by setting a built-in CT validation callback.
99 If \fBvalidation_mode\fR is equal to \fBSSL_CT_VALIDATION_STRICT\fR, then in a full
104 However, in that case if the verification status before the built-in callback
124 register a custom callback that may implement a different policy than either of
129 and the callback returns a non-positive result.
144 validated via \fBDANE\-TA\fR\|(2) or \fBDANE\-EE\fR\|(3) TLSA records which use a private X.509
147 nor to have specified server verification via \fBDANE\-TA\fR\|(2) or \fBDANE\-EE\fR\|(3) TLSA
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DXRayInstr.h1 //===--- XRayInstr.h --------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
29 // TODO: Auto-generate these as we add more instrumentation kinds.
41 constexpr XRayInstrMask Custom = 1U << XRIO_Custom; variable
43 constexpr XRayInstrMask All = FunctionEntry | FunctionExit | Custom | Typed;
63 bool full() const { return Mask == XRayInstrKind::All; } in full() function
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTrace.h1 //===-- SBTrace.h --------
[all...]
/freebsd/sys/conf/
H A DMakefile.arm641 # Makefile.arm64 -- with config changes.
26 INCLUDES+= -I$S/contrib/libfdt -I$S/contrib/device-tree/include
28 LINUX_DTS_VERSION!= awk '/freebsd,dts-version/ { sub(/;$$/,"", $$NF); print $$NF }' $S/dts/freebsd-
29 CFLAGS += -DLINUX_DTS_VERSION=\"${LINUX_DTS_VERSION}\"
35 ARM64_SSP_CFLAGS = -mstack-protector-guard=sysreg
36 ARM64_SSP_CFLAGS += -mstack-protector-guard-reg=sp_el0
37 ARM64_SSP_CFLAGS += -mstack-protector-guard-offset=0
39 ARM64_SSP_CFLAGS += -DPERTHREAD_SSP_WARNING
46 # Use a custom SYSTEM_LD command to generate the elf kernel, so we can
52 --defsym='text_start=kernbase + SIZEOF_HEADERS' \
[all …]
/freebsd/share/man/man8/
H A Dnanobsd.82 .\" SPDX-License-Identifier: BSD-2-Clause
37 .Op Fl c Ar config-file
51 .Bl -tag -width ".Fl c Ar config-file" -offset indent
56 .It Fl c Ar config-file
78 stage and adds -DNO_CLEAN to the make command line
94 .Cm native-xtools .
101 .Bl -bullet -offset indent -compact
119 Everything is read-only at run-time.
120 It is safe to pull the power-plug.
123 after a non-graceful shutdown of the system.
[all …]
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DRecordInitializer.cpp1 //===- FDRRecordProducer.cpp - XRay FDR Mode Record Producer --------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
26 OffsetPtr += MetadataRecord::kMetadataBodySize - (OffsetPtr - PreReadOffset); in visit()
54 assert(OffsetPtr - BeginOffset <= MetadataRecord::kMetadataBodySize); in visit()
55 OffsetPtr += MetadataRecord::kMetadataBodySize - (OffsetPtr - BeginOffset); in visit()
80 OffsetPtr += MetadataRecord::kMetadataBodySize - (OffsetPtr - BeginOffset); in visit()
98 OffsetPtr += MetadataRecord::kMetadataBodySize - (OffsetPtr - PreReadOffset); in visit()
107 "Invalid offset for a custom event record (%" PRId64 ").", OffsetPtr); in visit()
115 "Cannot read a custom event record size field offset %" PRId64 ".", in visit()
[all …]
/freebsd/contrib/libxo/doc/
H A Dconf.py2 # -*- coding: utf-8 -*-
5 # sphinx-quickstart on Tue Oct 10 10:18:55 2017.
30 vers_cmd = "grep AC_INIT ../configure.ac | awk '{ print substr($2, 2, length($2) - 3);}'"
31 version = subprocess.check_output(vers_cmd, shell=True).decode("utf-8")
33 # -- General configuration ------------------------------------------------
40 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
58 copyright = '2017-2019, Juniper Networks Inc'
70 # The full version, including alpha/beta/rc tags.
92 # -- Options for HTML output ----------------------------------------------
99 # Theme options are theme-specific and customize the look and feel of a theme
[all …]
/freebsd/contrib/libcbor/
H A DCMakeLists.txt13 option(CMAKE_SKIP_INSTALL_ALL_DEPENDENCY "cmake --build --target install does not depend on cmake --build" true)
21 add_definitions(-DIS_BIG_ENDIAN)
24 option(CBOR_CUSTOM_ALLOC "Custom, dynamically defined allocator support" OFF)
27 "CBOR_CUSTOM_ALLOC has been deprecated. Custom allocators are now enabled by default."
28 "The flag is a no-o
[all...]
/freebsd/contrib/libcbor/doc/source/
H A Dindex.rst7 --------
8 *libcbor* is a C library for parsing and generating CBOR_, the general-purpose schema-les
[all...]
H A Dapi.rst6 - create items,
7 - set items' data,
8 - parse serialized data into items,
9 - manage, move, and links item together.
15 …quirements (constrained environment, custom application protocol built on top of CBOR, etc.) may c…
19 - stateless encoders and decoders
20- encoding and decoding *drivers*, routines that coordinate encoding and decoding of complex struc…
21 - data structures to represent and transform CBOR structures
22 - routines for building and manipulating these structures
23 - utilities for inspection and debugging
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DXRayRecord.h1 //===- XRayRecord.h - XRay Trace Record -----------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // follow the evolution of the log record versions supported in the compiler-rt
13 //===----------------------------------------------------------------------===//
24 /// XRay traces all have a header providing some top-matter information useful
68 /// the logical representation of records in a higher-level event log.
70 /// RecordType values are used as "sub-types" which have meaning in the
71 /// context of the `Type` below. For function call and custom event records,
85 /// Get the full 8 bytes of the TSC when we get the log record.
[all …]
/freebsd/contrib/xz/src/xz/
H A Dxz.12 .\" SPDX-License-Identifier: 0BSD
7 .TH XZ 1 "2025-03-08" "Tukaani" "XZ Utils"
10 xz, unxz, xzcat, lzma, unlzma, lzcat \- Compress or decompress .xz and .lzma files
42 .RB ( "xz \-d"
52 is a general-purpose data compression tool with
93 .B \-\-stdout
97 .B \-
188 .B \-\-keep
204 .B \-\-verbose
218 .B xz \-9
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1 //===-- SparcISelLowering.cpp - Sparc DAG Lowering Implementation ---------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
40 //===----------------------------------------------------------------------===//
42 //===----------------------------------------------------------------------===//
106 // Allocate a full-sized argument for the 64-bit ABI.
112 "Can't handle non-64 bits locations"); in Analyze_CC_Sparc64_Full()
121 // Promote integers to %i0-%i5. in Analyze_CC_Sparc64_Full()
124 // Promote doubles to %d0-%d30. (Which LLVM calls D0-D15). in Analyze_CC_Sparc64_Full()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp1 //===-- BPFISelLowering.cpp - BPF DAG Lowering Implementation ------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
34 #define DEBUG_TYPE "bpf-lower"
36 static cl::opt<bool> BPFExpandMemcpyInOrder("bpf-expand-memcpy-in-order",
45 Val->print(OS);
49 DAG.getContext()->diagnose(DiagnosticInfoUnsupported(
67 setOperationAction(ISD::BR_CC, MVT::i64, Custom); in BPFTargetLowering()
72 setOperationAction({ISD::GlobalAddress, ISD::ConstantPool}, MVT::i64, Custom); in BPFTargetLowering()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp1 //===-- HexagonISelLoweringHVX.cpp --- Lowering HVX operations -----
[all...]
/freebsd/sys/contrib/openzfs/man/man5/
H A Dvdev_id.conf.51 .\" SPDX-License-Identifier: CDDL-1.0
8 .\" A full copy of the text of the CDDL should have accompanied this
35 .Bl -tag -width "-h"
42 A defined alias takes precedence over a topology-derived name, but the
50 .Pa /dev/disk/by-vdev .
63 .Pa /dev/by-enclosure
75 .Pa /dev/by-enclosure/ Ns Ao Ar prefix Ac Ns - Ns Ao Ar channel Ac Ns Aq Ar num
88 The first-specified
91 Therefore a channel-specific mapping for a given slot should generally appear
93 In this way a custom mapping may be applied to a particular channel
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_log_writer.h1 //===-- xray_fdr_log_writer.h ---------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
51 AggregateSizesImpl<Tuple, Index - 1>::value;
61 AggregateSizesImpl<Tuple, std::tuple_size<Tuple>::value - 1>::value;
67 sizeof(MetadataRecord) - 1,
104 // 1) Buffer is full, and cannot handle one metadata record.
168 // We write the metadata record and the custom event data into the buffer
171 // will only ever see the full metadata and custom event payload accounted
[all …]

12345678910>>...19