| /freebsd/sys/contrib/openzfs/.github/workflows/ |
| H A D | README.md | 11 sanity-checks-20.04 12 zloop-checks-20.04 13 functional-testing-20.04-->Part1-20.04 14 functional-testing-20.04-->Part2-20.04 15 functional-testing-20.04-->Part3-20.04 16 functional-testing-20.04-->Part4-20.04 17 functional-testing-22.04-->Part1-22.04 18 functional-testing-22.04-->Part2-22.04 19 functional-testing-22.04-->Part3-22.04 20 functional-testing-22.04-->Part4-22.04 [all …]
|
| /freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
| H A D | qemu-1-setup.sh | 7 set -eu 14 (while [ 1 ] ; do sleep 30 && echo "[watchdog: $(ps -eo cmd --sort=-pcpu | head -n 2 | tail -n 1)}… 18 sudo apt-get -y update 19 sudo apt-get install -y axel cloud-image-utils daemonize guestfs-tools \ 20 virt-manager linux-modules-extra-$(uname -r) zfsutils-linux 23 rm -f ~/.ssh/id_ed25519 24 ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519 -q -N "" 31 sudo swapoff -a 32 sudo umount -l /mnt 33 DISK="/dev/disk/cloud/azure_resource-part1" [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/ |
| H A D | auto_replace_002_pos.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 11 # or https://opensource.org/licenses/CDDL-1.0. 33 # Testing Fault Management Agent ZED Logic - Automated Auto-Replace Test. 34 # Verifys that auto-replace works with by-id paths. 39 # 2. Create a pool and set autoreplace=on (auto-replace is opt-in) 43 # 6. Re-online the wiped scsi_debug disk with a new serial number 45 # 8. Verify that the scsi_debug disk was re-partitioned 47 # Creates a raidz1 zpool using persistent /dev/disk/by-id path names 49 # Auto-replace is opt in, and matches by phys_path. [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/mtd/ |
| H A D | mtd-physmap.txt | 1 CFI or JEDEC memory-mapped NOR flash, MTD-RAM (NVRAM...) 6 - compatible : should contain the specific model of mtd chip(s) 7 used, if known, followed by either "cfi-flash", "jedec-flash", 8 "mtd-ram" or "mtd-rom". 9 - reg : Address range(s) of the mtd chip(s) 11 non-identical chips can be described in one node. 12 - bank-width : Width (in bytes) of the bank. Equal to the 14 - device-width : (optional) Width of a single mtd chip. If 15 omitted, assumed to be equal to 'bank-width'. 16 - #address-cells, #size-cells : Must be present if the device has [all …]
|
| H A D | mtd-physmap.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/mtd/mtd-physmap.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: CFI or JEDEC memory-mapped NOR flash, MTD-RAM (NVRAM...) 10 - Rob Herring <robh@kernel.org> 17 - $ref: mtd.yaml# 18 - $ref: /schemas/memory-controllers/mc-peripheral-props.yaml# 23 - items: 24 - enum: [all …]
|
| /freebsd/lib/libarchive/tests/ |
| H A D | Makefile | 17 CFLAGS+= -I${.CURDIR} -I${.CURDIR:H} -I${.OBJDIR} 18 CFLAGS+= -I${_LIBARCHIVEDIR}/libarchive -I${_LIBARCHIVEDIR}/libarchive/test 19 CFLAGS+= -I${_LIBARCHIVEDIR}/test_utils 20 CFLAGS+= -I${SRCTOP}/sys/contrib/zstd/lib 22 CFLAGS.test_utils.c+= -Wno-cast-align 25 #LDADD+= -L/usr/local/lib -ldmalloc 26 #CFLAGS+= -I/usr/local/include -DUSE_DMALLOC 28 .PATH: ${_LIBARCHIVEDIR}/libarchive/test 340 # test_fuzz.c is not a real test, but rather a simple fuzz-test using random(). 341 # Since this is not a regression/unit test, we don't include it by default. [all …]
|
| /freebsd/contrib/bearssl/src/ssl/ |
| H A D | ssl_hs_server.t0 | 23 \ ---------------------------------------------------------------------- 40 * Decrypt the pre-master secret (RSA key exchange). 52 x = (*ctx->policy_vtable)->do_keyx(ctx->policy_vtable, epms, &len); 61 br_enc16be(epms, ctx->client_max_version); 65 * decryption failed. Note that we use a constant-time conditional 68 br_hmac_drbg_generate(&ctx->eng.rng, rpms, sizeof rpms); 74 br_ssl_engine_compute_master(&ctx->eng, prf_id, epms, 48); 77 * Clear the pre-master secret from RAM: it is normally a buffer 78 * in the context, hence potentially long-lived. 99 * decryption failed. Note that we use a constant-time conditional [all …]
|
| H A D | ssl_hs_server.c | 36 x = (uint32_t)-neg; in t0_parse7E_signed() 44 return -(int32_t)~x - 1; in t0_parse7E_signed() 78 #define ENG ((br_ssl_engine_context *)(void *)((unsigned char *)t0ctx - offsetof(br_ssl_engine_con… 95 * Decrypt the pre-master secret (RSA key exchange). 107 x = (*ctx->policy_vtable)->do_keyx(ctx->policy_vtable, epms, &len); in do_rsa_decrypt() 116 br_enc16be(epms, ctx->client_max_version); in do_rsa_decrypt() 120 * decryption failed. Note that we use a constant-time conditional in do_rsa_decrypt() 123 br_hmac_drbg_generate(&ctx->eng.rng, rpms, sizeof rpms); in do_rsa_decrypt() 129 br_ssl_engine_compute_master(&ctx->eng, prf_id, epms, 48); in do_rsa_decrypt() 132 * Clear the pre-master secret from RAM: it is normally a buffer in do_rsa_decrypt() [all …]
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | macintosh | 2 #------------------------------------------------------------------------------ 6 # BinHex is the Macintosh ASCII-encoded file format (see also "apple") 13 # http://ftp.vim.org/pub/ftp/ftp/infomac/disk/mac-update-40b7.hqx 16 # http://ftp.vim.org/pub/ftp/ftp/infomac/_Disk_&_File/zap-res-forks-101.hqx 24 # http://www.faqs.org/faqs/macintosh/comm-faq/part1/ 26 !:mime application/mac-binhex 29 !:mime application/mac-binhex 33 !:mime application/mac-binhex40 37 !:mime application/mac-binhex40 42 !:mime application/mac-binhex [all …]
|
| /freebsd/sys/contrib/openzfs/lib/libzutil/os/linux/ |
| H A D | zutil_device_path_os.c | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 55 return (-1); in zfs_append_partition() 57 (void) strcat(path, "-part1"); in zfs_append_partition() 61 return (-1); in zfs_append_partition() 63 if (isdigit(path[len-1])) { in zfs_append_partition() 77 * forms: "-partX", "pX", or "X", where X is a string of digits. The second 80 * expression "^([hsv]|xv)d[a-z]+", i.e. a scsi, ide, virtio or xen disk. 92 if ((part = strstr(tmp, "-part")) && part != tmp) { in zfs_strip_partition() 95 part > tmp + 1 && isdigit(*(part-1))) { in zfs_strip_partition() [all …]
|
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | test_read_format_rar.c | 1 /*- 2 * Copyright (c) 2003-2007 Tim Kientzle 4 * Copyright (c) 2011-2012 Michihiro NAKAJIMA 27 #include "test.h" 51 const char test_txt[] = "test text document\r\n"; in DEFINE_TEST() 52 int size = sizeof(test_txt)-1; in DEFINE_TEST() 64 assertEqualString("test.txt", archive_entry_pathname(ae)); in DEFINE_TEST() 83 assertEqualString("test.txt", archive_entry_symlink(ae)); in DEFINE_TEST() 90 assertEqualString("testdir/test.txt", archive_entry_pathname(ae)); in DEFINE_TEST() 123 /* Test EOF */ in DEFINE_TEST() [all …]
|
| /freebsd/sbin/ipf/ipsend/ |
| H A D | iptests.c | 105 ip->ip_tos = 0; in ip_test1() 106 ip->ip_off = 0; in ip_test1() 107 ip->ip_ttl = 60; in ip_test1() 108 ip->ip_p = IPPROTO_UDP; in ip_test1() 109 ip->ip_sum = 0; in ip_test1() 111 u->uh_sport = htons(1); in ip_test1() 112 u->uh_dport = htons(9); in ip_test1() 113 u->uh_sum = 0; in ip_test1() 114 u->uh_ulen = htons(sizeof(*u) + 4); in ip_test1() 115 ip->ip_len = sizeof(*ip) + ntohs(u->uh_ulen); in ip_test1() [all …]
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | rtw8852b_rfk.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 2 /* Copyright(c) 2019-2022 Realtek Corporation 282 rtwdev->dbcc_en, phy_idx); in _kpath() 284 if (!rtwdev->dbcc_en) { in _kpath() 311 RTW8852B_RXDCK_VER, rtwdev->hal.cv); in _rx_dck() 317 if (rtwdev->is_tssi_mode[path]) in _rx_dck() 329 if (rtwdev->is_tssi_mode[path]) in _rx_dck() 406 struct rtw89_dack_info *dack = &rtwdev->dack; in _addck_backup() 409 dack->addck_d[0][0] = rtw89_phy_read32_mask(rtwdev, R_ADDCKR0, B_ADDCKR0_A0); in _addck_backup() 410 dack->addck_d[0][1] = rtw89_phy_read32_mask(rtwdev, R_ADDCKR0, B_ADDCKR0_A1); in _addck_backup() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 1 //===-- AArch64TargetTransformInfo.cpp - AArch64 specific TTI -------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 33 static cl::opt<bool> EnableFalkorHWPFUnrollFix("enable-falkor-hwpf-unroll-fix", 36 static cl::opt<unsigned> SVEGatherOverhead("sve-gather-overhead", cl::init(10), 39 static cl::opt<unsigned> SVEScatterOverhead("sve-scatter-overhead", 42 static cl::opt<unsigned> SVETailFoldInsnThreshold("sve-tail-folding-insn-threshold", 46 NeonNonConstStrideOverhead("neon-nonconst-stride-overhead", cl::init(10), 50 "call-penalty-sm-change", cl::init(5), cl::Hidden, 55 "inline-call-penalty-sm-change", cl::init(10), cl::Hidden, [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 1 //===-- HexagonISelLoweringHVX.cpp --- Lowering HVX operations ----- 2110 SDValue Part1 = LowerHvxFunnelShift() local [all...] |
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 1 //===- SelectionDAGBuilder.cpp - Selection-DAG building -------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 119 /// LimitFloatPrecision - Generate low-precision inline sequences for 124 InsertAssertAlign("insert-assert-align", cl::init(true), 129 LimitFPPrecision("limit-float-precision", 130 cl::desc("Generate low-precision inline sequences " 136 "switch-peel-threshold", cl::Hidden, cl::init(66), 142 // DAG-based analysis from blowing up. For example, alias analysis and [all …]
|
| /freebsd/sys/dev/qlnx/qlnxe/ |
| H A D | reg_addr.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 78 …- For ending "endless completion". 0 - When receiving a completion timeout while receiving a compl… 79 … DataWidth:0x4 // 0 - TXCPL sync fifo pop underflow 1 - TXR sync fifo pop underflow 2 - TXW hea… 80 …s:R DataWidth:0x6 // 0 - RX target read and config sync fifo push overflow 1 - RX header syn… 81 …ataWidth:0x14 // 4:0 - TXCPL sync fifo pop status 9:5 - TXR sync fifo pop status 14:10 - TXW hea… 88 …ffff<<0) // Vendor ID. PCI-SIG assigned Manufacturer Identifier. Note: The access attributes of … 90 …ce Identifier. Note: The access attributes of this field are as follows: - Dbi: if (DBI_RO_WR_E… 116 … (0x1<<9) // Fast back-to-back transaction ena… 128 … (0x1<<23) // Fast back-to-back capable. Not ap… 145 …l has_io_bar=0. Note: The access attributes of this field are as follows: - Dbi: if (DBI_RO_WR_E… [all …]
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | spa.c | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 44 * This file contains all the routines used when modifying on-disk SPA state. 115 * moves it to some Illumos-specific place, or removes it entirely. 121 * prevent CPU-intensive kernel threads from affecting latency on interactive 168 * are so high frequency and short-lived that the taskq itself can become a 170 * additional degree of parallelism specified by the number of threads per- 223 * This is used by zdb to analyze non-idle pools. 245 * A non-zero value for zfs_max_missing_tvds means that we allow importing 246 * pools with missing top-level vdevs. This is strictly intended for advanced [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 1 //===--- CodeGenModule.cpp - Emit LLVM Code from ASTs for a Module --------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This coordinates the per-module state used while generating code. 11 //===----------------------------------------------------------------------===// 84 "limited-coverage-experimental", llvm::cl::Hidden, 150 else if (Target.getABI() == "aapcs-soft") in createTargetCodeGenInfo() 161 if (Target.getABI() == "experimental-mv") in createTargetCodeGenInfo() 175 if (ABIStr == "apcs-gnu") in createTargetCodeGenInfo() 212 assert(Triple.isOSBinFormatELF() && "PPC64 LE non-ELF not supported!"); in createTargetCodeGenInfo() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 1 //===- ScalarEvolution.cpp - Scalar Evolution Analysis --------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 17 // pointer-comparisons for equality are legal. 31 // higher-level code, such as the code that recognizes PHI nodes of various 37 //===----------------------------------------------------------------------===// 41 // Chains of recurrences -- a method to expedite the evaluation 42 // of closed-form functions 58 //===----------------------------------------------------------------------===// 84 #include "llvm/Config/llvm-config.h" [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 1 //===--- SemaDeclAttr.cpp - Declaration Attribute Handling ----------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file implements decl-related attribute processing. 11 //===----------------------------------------------------------------------===// 105 S.Diag(Expr->getExprLoc(), diag::err_ice_too_large) in checkPositiveIntArgument() 117 const auto *Literal = dyn_cast<StringLiteral>(E->IgnoreParenCasts()); in checkStringLiteralArgumentAttr() 119 *ArgLocation = E->getBeginLoc(); in checkStringLiteralArgumentAttr() 121 if (!Literal || (!Literal->isUnevaluated() && !Literal->isOrdinary())) { in checkStringLiteralArgumentAttr() 122 Diag(E->getBeginLoc(), diag::err_attribute_argument_type) in checkStringLiteralArgumentAttr() [all …]
|
| /freebsd/crypto/heimdal/lib/wind/ |
| H A D | NormalizationTest.txt | 1 # NormalizationTest-4.0.0.txt 2 # Date: 2003-02-25,23:12:31 GMT [MD] 4 # Normalization Test Suite 59 @Part1 # Character by character test 62 00A0;00A0;00A0;0020;0020; # ( ; ; ; ; ; ) NO-BREAK SPACE 515 0DDC;0DDC;0DD9 0DCF;0DDC;0DD9 0DCF; # (ො; ො; ො; ො; ො; ) SINHALA VOWEL SIGN KOMBUVA HAA AELA-PILLA 516 … 0DCA;0DDD;0DD9 0DCF 0DCA; # (ෝ; ෝ; ො◌්; ෝ; ො◌්; ) SINHALA VOWEL SIGN KOMBUVA HAA DIGA AELA-PILLA 1086 2004;2004;2004;0020;0020; # ( ; ; ; ; ; ) THREE-PER-EM SPACE 1087 2005;2005;2005;0020;0020; # ( ; ; ; ; ; ) FOUR-PER-EM SPACE 1088 2006;2006;2006;0020;0020; # ( ; ; ; ; ; ) SIX-PER-EM SPACE [all …]
|