| /f-stack/dpdk/examples/ipsec-secgw/test/ |
| H A D | load_env.sh | 58 legacy="${default} CRYPTO_PRIM_TYPE=" 71 if [[ ${legacy_only} -eq 1 && "${i}" != *legacy* ]]; then 73 elif [[ ${legacy_only} -eq 0 && "${i}" == *legacy* ]]; then 89 if [[ ${legacy_only} -eq 1 && "${i}" != *legacy* ]] 92 elif [[ ${legacy_only} -eq 0 && "${i}" == *legacy* ]]
|
| H A D | run_test.sh | 78 legacy=0 101 legacy=1 137 if [[ ${legacy} -eq 1 ]] && [[ ${multi_seg} -eq 1 || ${fallback} -eq 1 \
|
| /f-stack/dpdk/doc/guides/linux_gsg/ |
| H A D | linux_eal_parameters.rst | 39 * ``--vfio-intr <legacy|msi|msix>`` 59 * ``--legacy-mem`` 61 Use legacy DPDK memory allocation mode. 75 Place a per-socket upper limit on memory use (non-legacy memory mode only). 80 Create fewer files in hugetlbfs (non-legacy mode only).
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pci/ |
| H A D | uniphier-pcie.txt | 35 - legacy-interrupt-controller: Specifies interrupt controller for legacy PCI 38 Required properties for legacy-interrupt-controller: 43 - interrupts: An interrupt specifier for legacy interrupt. 75 pcie_intc: legacy-interrupt-controller {
|
| H A D | rockchip-pcie-host.txt | 25 - "legacy" 43 Required properties for legacy PHY model (deprecated): 66 The core controller provides a single interrupt for legacy INTx. The PCIe node 93 interrupt-names = "sys", "legacy", "client"; 109 /* deprecated legacy PHY model */
|
| H A D | xilinx-nwl-pcie.txt | 19 "intx": interrupt asserted when a legacy interrupt is received 29 - legacy-interrupt-controller: Interrupt controller device node for Legacy 64 pcie_intc: legacy-interrupt-controller {
|
| /f-stack/freebsd/contrib/zstd/lib/ |
| H A D | BUCK | 35 ':legacy', 51 name='legacy', 55 ('legacy', '*.h'), 57 srcs=glob(['legacy/*.c']),
|
| H A D | README.md | 16 and support for decoding legacy formats >= v0.5.0. 74 - `lib/legacy` : makes it possible to decompress legacy zstd formats, starting from `v0.1.0`. 78 For example, `ZSTD_LEGACY_SUPPORT=2` means : "support legacy formats >= v0.2.0". 79 Conversely, `ZSTD_LEGACY_SUPPORT=0` means "do __not__ support legacy formats". 81 …Decoding supported legacy format is a transparent capability triggered within decompression functi… 82 It's also allowed to invoke legacy API directly, exposed in `lib/legacy/zstd_legacy.h`. 84 For example, advanced API for version `v0.4` is exposed in `lib/legacy/zstd_v04.h` .
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mmc/ |
| H A D | sdhci-am654.txt | 22 - ti,otap-del-sel-legacy 34 corresponding speed mode (i.e. all nodes must provide at least -legacy) 55 ti,otap-del-sel-legacy = <0x0>;
|
| H A D | sdhci-sprd.txt | 33 - sprd,phy-delay-legacy: Delay value for legacy timing.
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | send_realloc_dnode_size.ksh | 47 rm -f $BACKDIR/fs-dn-legacy 74 log_must zfs set dnodesize=legacy $POOL/fs
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/history/ |
| H A D | history_002_pos.ksh | 72 mountpoint /history.$$ mountpoint legacy 99 mountpoint /history.$$ mountpoint legacy 127 mountpoint /history.$$ mountpoint legacy
|
| /f-stack/freebsd/contrib/device-tree/Bindings/soc/fsl/cpm_qe/cpm/ |
| H A D | i2c.txt | 15 The following two properties are deprecated. They are only used by legacy 20 by legacy i2c device drivers to find a bus in a specific context like
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/ |
| H A D | misc.cfg | 46 on legacy none on \ 71 on legacy none on \ 98 on legacy none on \
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/features/large_dnode/ |
| H A D | large_dnode_007_neg.ksh | 61 LGCYFS=$LGCYPOOL/legacy
|
| H A D | large_dnode_004_neg.ksh | 68 LGCYFS=$LGCYPOOL/legacy
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mips/img/ |
| H A D | pistachio-marduk.txt | 9 It is also known as Creator Ci40. Marduk is legacy name and will
|
| /f-stack/freebsd/contrib/zstd/ |
| H A D | TESTING.md | 14 - Small tests (`tests/legacy.c`, `tests/longmatch.c`) on x64_64 42 - Testing `zstd` with legacy mode off
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/ |
| H A D | zfs_set_003_neg.ksh | 63 log_must zfs create -o mountpoint=legacy $TESTPOOL/foo
|
| /f-stack/freebsd/contrib/device-tree/Bindings/phy/ |
| H A D | nvidia,tegra20-usb-phy.txt | 59 - nvidia,has-legacy-mode : boolean indicates whether this controller can 60 operate in legacy mode (as APX 2500 / 2600). In legacy mode some
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/adc/ |
| H A D | lpc32xx-adc.txt | 11 for legacy reason, but highly encouraging to us in new device tree
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | facebook-bmc-flash-layout.dtsi | 36 * explicitly created to avoid breaking legacy applications.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | aspeed,ast2400-vic.txt | 4 AST2500 SoC families include a legacy register layout before a re-designed
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | README.md | 6 …rguments; includes dictionary builder, benchmark, and supports decompression of legacy zstd formats 7 - `zstd_nolegacy` : Same as `zstd` but without support for legacy zstd formats 8 …mized for minimal size; no dictionary builder, no benchmark, and no support for legacy zstd formats 26 By default, `zstd` supports decoding legacy formats >= v0.4.0 (`ZSTD_LEGACY_SUPPORT=4`). 30 `ZSTD_LEGACY_SUPPORT=0` means _DO NOT_ support any legacy format. 31 if `ZSTD_LEGACY_SUPPORT >= 8`, it's the same as `0`, since there is no legacy format after `7`. 32 Note : `zstd` only supports decoding older formats, and cannot generate any legacy format. 201 --train-legacy[=s=#] : use the legacy algorithm with selectivity (default: 9)
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | qca,qca7000.txt | 26 - qca,legacy-mode : Set the SPI data transfer of the QCA7000 to legacy mode.
|