Home
last modified time | relevance | path

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

12345678910>>...18

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_015_pos.ksh1 #!/bin/ksh -p
10 # A full copy of the text of the CDDL should have accompanied this
26 # Verify ZFS can receive custom properties on both filesystems and
27 # snapshots from full and incremental streams.
32 # 3. Set custom properties on both the fs and snapshots.
50 log_must zfs destroy -rf $TESTPOOL/$TESTFS1
51 log_must zfs destroy -rf $TESTPOOL/$TESTFS2
54 log_assert "ZFS can receive custom properties."
65 # 3. Set custom properties on both the fs and snapshots.
72 log_must eval "zfs send -p $orig@snap1 > $streamfile_full"
[all …]
H A Dreceive-o-x_props_aliases.ksh1 #!/bin/ksh -p
10 # A full copy of the text of the CDDL should have accompanied this
26 # Verify ZFS property override (-o) and exclude (-x) options work when
32 # 3. Create various send streams (full, incremental, replication) and verify
40 log_must rm -f $streamfile_full
41 log_must rm -f $streamfile_incr
42 log_must rm -f $streamfile_repl
43 log_must rm -f $streamfile_trun
44 destroy_dataset "$orig" "-rf"
45 destroy_dataset "$dest" "-rf"
[all …]
H A Dreceive-o-x_props_override.ksh1 #!/bin/ksh -p
10 # A full copy of the text of the CDDL should have accompanied this
26 # Verify ZFS property override (-o) and exclude (-x) options work when
32 # 3. Create various send streams (full, incremental, replication) and verify
40 log_must rm -f $streamfile_full
41 log_must rm -f $streamfile_incr
42 log_must rm -f $streamfile_repl
43 log_must rm -f $streamfile_trun
44 destroy_dataset "$orig" "-rf"
45 destroy_dataset "$dest" "-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/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/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/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/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_set_ct_validation_callback.318 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
[all …]
/freebsd/share/man/man8/
H A Dnanobsd.835 .Op Fl c Ar config-file
49 .Bl -tag -width ".Fl c Ar config-file" -offset indent
54 .It Fl c Ar config-file
76 stage and adds -DNO_CLEAN to the make command line
92 .Cm native-xtools .
99 .Bl -bullet -offset indent -compact
117 Everything is read-only at run-time.
118 It is safe to pull the power-plug.
121 after a non-graceful shutdown of the system.
130 are normally mounted read-only):
[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/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/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/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/sys/contrib/openzfs/man/man5/
H A Dvdev_id.conf.57 .\" A full copy of the text of the CDDL should have accompanied this
34 .Bl -tag -width "-h"
41 A defined alias takes precedence over a topology-derived name, but the
49 .Pa /dev/disk/by-vdev .
62 .Pa /dev/by-enclosure
74 .Pa /dev/by-enclosure/ Ns Ao Ar prefix Ac Ns - Ns Ao Ar channel Ac Ns Aq Ar num
87 The first-specified
90 Therefore a channel-specific mapping for a given slot should generally appear
92 In this way a custom mapping may be applied to a particular channel
103 will handle only dm-multipath devices.
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp1 //===-- HexagonISelLoweringHVX.cpp --- Lowering HVX operations -----
[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/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 …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dactions,owl-emac.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/actions,owl-emac.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Cristian Ciocaltea <cristian.ciocaltea@gmail.com>
15 IEEE 802.3 CSMA/CD standard, supporting both half-duplex and full-duplex
19 - $ref: ethernet-controller.yaml#
24 - const: actions,owl-emac
25 - items:
26 - enum:
[all …]
/freebsd/usr.bin/clang/llvm-mca/
H A Dllvm-mca.14 .nr rst2man-indent-level 0
7 \\$1 \\n[an-margin]
8 level \\n[rst2man-indent-level]
9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
10 -
11 \\n[rst2man-indent0]
12 \\n[rst2man-indent1]
13 \\n[rst2man-indent2]
18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
19 . nr rst2man-indent-level +1
[all …]

12345678910>>...18