Home
last modified time | relevance | path

Searched full:embedded (Results 1 – 25 of 1311) sorted by relevance

12345678910>>...53

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend-c_embedded_blocks.ksh23 # Verify that compressed streams can contain embedded blocks.
26 # 1. Create a filesystem with compressible data and embedded blocks.
28 # 3. Verify the presence / absence of embedded blocks in the compressed stream,
34 log_assert "Verify that compressed streams can contain embedded blocks."
50 # Populate the send dataset with compressible data and embedded block files.
82 # Verify embedded blocks are present only when expected.
96 grep -q "EMBEDDED" $BACKDIR/sendfs.zdb || \
97 log_fail "Obj $send_obj not embedded in $sendfs"
98 grep -q "EMBEDDED" $BACKDIR/recvfs.zdb || \
99 log_fail "Obj $recv_obj not embedded in $recvfs"
[all …]
H A Drsend_021_pos.ksh24 # -e (embedded) flag in the presence of a corrupted stream.
27 # 1. Start a full ZFS send with the -e flag (embedded), redirect output to
39 "with the -e (embedded) flag"
53 "with the -e (embedded) flag"
H A Dsend_raw_spill_block.ksh83 # file6 - Truncate file to embedded size; embedded data
100 # file16 - Truncate file to embedded size; embedded data
121 # file26 - Truncate file to embedded size; embedded data
H A Dsend_spill_block.ksh79 # file6 - Truncate file to embedded size; embedded data
96 # file16 - Truncate file to embedded size; embedded data
117 # file26 - Truncate file to embedded size; embedded data
H A Dsend_raw_ashift.ksh83 # file6 - Truncate file to embedded size; embedded data
100 # file16 - Truncate file to embedded size; embedded data
121 # file26 - Truncate file to embedded size; embedded data
/freebsd/sys/contrib/xz-embedded/
H A DREADME2 XZ Embedded
5 XZ Embedded is a relatively small, limited implementation of the .xz
8 XZ Embedded was written for use in the Linux kernel, but the code can
13 of XZ Embedded isn't part of the Linux kernel tree. You should also
14 read linux/Documentation/xz.txt even if you aren't using XZ Embedded
51 XZ Embedded should compile as either GNU-C89 (used in the Linux
81 the .h files are meant only for internal use in XZ Embedded.
104 XZ Embedded always supports the integrity check types None and
106 supported in XZ Embedded although the .xz format does support it.
108 enough in embedded systems to keep the code size smaller.
[all …]
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A De6500_power_isa.dtsi39 power-isa-e; // Embedded
43 power-isa-e.ed; // Embedded.Enhanced Debug
44 power-isa-e.pd; // Embedded.External PID
45 power-isa-e.hv; // Embedded.Hypervisor
46 power-isa-e.le; // Embedded.Little-Endian
47 power-isa-e.pm; // Embedded.Performance Monitor
48 power-isa-e.pc; // Embedded.Processor Control
49 power-isa-ecl; // Embedded Cache Locking
57 power-isa-e.pt; // Embedded.Page Table
58 power-isa-e.hv.lrat; // Embedded.Hypervisor.LRAT
[all …]
H A De500mc_power_isa.dtsi39 power-isa-e; // Embedded
43 power-isa-e.ed; // Embedded.Enhanced Debug
44 power-isa-e.pd; // Embedded.External PID
45 power-isa-e.hv; // Embedded.Hypervisor
46 power-isa-e.le; // Embedded.Little-Endian
47 power-isa-e.pm; // Embedded.Performance Monitor
48 power-isa-e.pc; // Embedded.Processor Control
49 power-isa-ecl; // Embedded Cache Locking
57 mmu-type = "power-embedded";
H A De5500_power_isa.dtsi39 power-isa-e; // Embedded
43 power-isa-e.ed; // Embedded.Enhanced Debug
44 power-isa-e.pd; // Embedded.External PID
45 power-isa-e.hv; // Embedded.Hypervisor
46 power-isa-e.le; // Embedded.Little-Endian
47 power-isa-e.pm; // Embedded.Performance Monitor
48 power-isa-e.pc; // Embedded.Processor Control
49 power-isa-ecl; // Embedded Cache Locking
58 mmu-type = "power-embedded";
H A De500v2_power_isa.dtsi39 power-isa-e; // Embedded
42 power-isa-e.le; // Embedded.Little-Endian
43 power-isa-e.pm; // Embedded.Performance Monitor
44 power-isa-ecl; // Embedded Cache Locking
47 power-isa-sp.fd; // SPE.Embedded Float Scalar Double
48 power-isa-sp.fs; // SPE.Embedded Float Scalar Single
49 power-isa-sp.fv; // SPE.Embedded Float Vector
50 mmu-type = "power-embedded";
H A De500v1_power_isa.dtsi39 power-isa-e; // Embedded
42 power-isa-e.le; // Embedded.Little-Endian
43 power-isa-e.pm; // Embedded.Performance Monitor
44 power-isa-ecl; // Embedded Cache Locking
47 power-isa-sp.fs; // SPE.Embedded Float Scalar Single
48 power-isa-sp.fv; // SPE.Embedded Float Vector
49 mmu-type = "power-embedded";
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
H A Dredacted_embedded.ksh22 # Verify embedded blocks and redacted send work correctly together.
25 # 1. Create recsize sized files with embedded blocks from size 512b to 16k.
27 # 3. Verify the received files match the source, contain embedded blocks, and
28 # that the stream has the redacted and embedded data features.
31 # contain embedded blocks and the stream has the redacted and embedded
35 typeset ds_name="embedded"
63 log_must grep -q "EMBEDDED" $tmpdir/send.zdb
64 log_must grep -q "EMBEDDED" $tmpdir/recv.zdb
91 log_must grep -q "EMBEDDED" $tmpdir/send.zdb
92 log_must grep -q "EMBEDDED" $tmpdir/recv.zdb
[all …]
/freebsd/sys/modules/xz/
H A DMakefile2 .PATH: ${SRCTOP}/sys/contrib/xz-embedded/freebsd
3 .PATH: ${SRCTOP}/sys/contrib/xz-embedded/linux/lib/xz
16 -I${SRCTOP}/sys/contrib/xz-embedded/freebsd \
17 -I${SRCTOP}/sys/contrib/xz-embedded/linux/lib/xz \
18 -I${SRCTOP}/sys/contrib/xz-embedded/linux/include/linux
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Darm,embedded-trace-extension.yaml5 $id: http://devicetree.org/schemas/arm/arm,embedded-trace-extension.yaml#
8 title: ARM Embedded Trace Extensions
15 Arm Embedded Trace Extension(ETE) is a per CPU trace component that
29 - const: arm,embedded-trace-extension
59 compatible = "arm,embedded-trace-extension";
65 compatible = "arm,embedded-trace-extension";
H A Dete.yaml8 title: ARM Embedded Trace Extensions
15 Arm Embedded Trace Extension(ETE) is a per CPU trace component that
30 - const: arm,embedded-trace-extension
57 compatible = "arm,embedded-trace-extension";
63 compatible = "arm,embedded-trace-extension";
H A Dcoresight.txt16 - Embedded Trace Buffer (version 1.0):
22 - Trace Memory Controller, used for Embedded Trace Buffer(ETB),
23 Embedded Trace FIFO(ETF) and Embedded Trace Router(ETR)
33 - Embedded Trace Macrocell (version 3.x) and
37 - Embedded Trace Macrocell (version 4.x), with memory mapped access.
40 - Embedded Trace Macrocell (version 4.x), with system register access only.
69 * Additional required property for Embedded Trace Macrocell (version 3.x and
124 (embedded trace router). This property is obsolete. The buffer size
/freebsd/crypto/openssl/doc/man3/
H A DCMS_get0_type.pod22 CMS_set1_eContentType() sets the embedded content type of a CMS_ContentInfo
29 ASN1_OBJECT *CMS_get0_eContentType() returns a pointer to the embedded
33 containing the embedded content.
58 B<*pconf> could be NULL if there is no embedded content. Applications can
59 access, modify or create the embedded content in a B<CMS_ContentInfo> structure
61 embedded content as it is normally set by higher level functions.
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/
H A Dlantiq-gswip.txt6 - compatible : "lantiq,xrx200-gswip" for the embedded GSWIP in the
8 "lantiq,xrx300-gswip" for the embedded GSWIP in the
10 "lantiq,xrx330-gswip" for the embedded GSWIP in the
32 for the loading of the firmware into the embedded
37 embedded GPHY
41 - resets : list of resets of the embedded GPHY
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dralink,rt3050-esw.txt1 Ralink Fast Ethernet Embedded Switch
4 The ralink fast ethernet embedded switch can be found on Ralink and Mediatek
10 - interrupts: Should contain the embedded switches interrupt
11 - resets: Should contain the embedded switches resets
/freebsd/release/
H A DMakefile.mirrors24 EMBEDDED= 1
42 .if defined(EMBEDDED) && !empty(EMBEDDED)
49 .endif # embedded
81 . if defined(EMBEDDED) && !empty(EMBEDDED)
90 . endif # not embedded
114 . if defined(EMBEDDED) && !empty(EMBEDDED)
122 . else # not embedded
134 . if defined(EMBEDDED) && !empty(EMBEDDED)
140 . endif # not embedded
159 . if defined(EMBEDDED) && !empty(EMBEDDED)
[all …]
/freebsd/sys/contrib/xz-embedded/linux/Documentation/
H A Dxz.txt13 The XZ decompressor in Linux is called XZ Embedded. It supports
15 for integrity checking. The home page of XZ Embedded is at
16 <https://tukaani.org/xz/embedded.html>, where you can find the
56 Since the XZ Embedded supports only streams with no integrity check or
96 kernel, but I know that it would be useful in some embedded projects
110 at upstream. See <https://tukaani.org/xz/embedded.html> to get the
/freebsd/sys/dev/oce/
H A Doce_mbox.c110 mbx->u0.s.embedded = 1; in oce_reset_fun()
303 mbx.u0.s.embedded = 1; in oce_get_fw_version()
348 mbx->u0.s.embedded = 1; in oce_first_mcc_cmd()
459 mbx.u0.s.embedded = 1; in oce_read_mac_addr()
504 mbx.u0.s.embedded = 1; in oce_get_fw_config()
590 mbx.u0.s.embedded = 1; in oce_if_create()
638 mbx.u0.s.embedded = 1; in oce_if_del()
695 mbx.u0.s.embedded = 1; in oce_config_vlan()
748 mbx.u0.s.embedded = 1; in oce_set_flow_control()
853 mbx.u0.s.embedded in oce_config_nic_rss()
[all...]
/freebsd/secure/lib/libcrypto/man/man3/
H A DCMS_get0_type.3157 \&\fBCMS_set1_eContentType()\fR sets the embedded content type of a CMS_ContentInfo
164 \&\s-1ASN1_OBJECT\s0 *\fBCMS_get0_eContentType()\fR returns a pointer to the embedded
168 containing the embedded content.
196 \&\fB*pconf\fR could be \s-1NULL\s0 if there is no embedded content. Applications can
197 access, modify or create the embedded content in a \fBCMS_ContentInfo\fR structure
199 embedded content as it is normally set by higher level functions.
/freebsd/sys/cddl/boot/zfs/
H A Dblkptr.c21 * Embedded-data Block Pointers
29 * Embedded-data Block Pointers allow small pieces of data (the "payload",
35 * be embedded in the block pointer. The logic for this is handled in
39 * See spa.h for details on the exact layout of embedded block pointers.
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dblkptr.c26 * Embedded-data Block Pointers
34 * Embedded-data Block Pointers allow small pieces of data (the "payload",
40 * be embedded in the block pointer. The logic for this is handled in
44 * See spa.h for details on the exact layout of embedded block pointers.
123 * Fill in the buffer with the (decompressed) payload of the embedded

12345678910>>...53