/freebsd-src/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | qcom,pm8916-lbc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/power/supply/qcom,pm8916-lbc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Nikita Travkin <nikita@trvn.ru> 17 - $ref: power-supply.yaml# 21 const: qcom,pm8916-lbc 25 - description: Charger 26 - description: Battery 27 - description: USB [all …]
|
H A D | qcom_smbb.txt | 1 Qualcomm Switch-Mode Battery Charger and Boost 4 - compatible: 8 - "qcom,pm8941-charger" 10 - reg: 12 Value type: <prop-encoded-array> 15 - interrupts: 17 Value type: <prop-encoded-array> 21 - charge done 22 - charge fast mode 23 - charge trickle mode [all …]
|
H A D | qcom,pm8941-charger.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/power/supply/qcom,pm8941-charger.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm Switch-Mode Battery Charger and Boost 10 - Sebastian Reichel <sre@kernel.org> 15 - qcom,pm8226-charger 16 - qcom,pm8941-charger 23 - description: charge done 24 - description: charge fast mode [all …]
|
/freebsd-src/sys/contrib/openzfs/.github/workflows/ |
H A D | zfs-linux.yml |
|
H A D | codeql.yml | 8 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} 9 cancel-in-progress: true 14 runs-on: ubuntu-22.04 18 security-events: write 21 fail-fast: false 26 - nam [all...] |
/freebsd-src/share/man/man4/ |
H A D | rl.4 | 15 .\" 4. Neither the name of the author nor the names of any co-contributors 36 .Nd "RealTek 8129/8139 Fast Ethernet device driver" 41 .Bd -ragged -offset indent 49 .Bd -literal -offset indent 56 controllers based on the RealTek 8129 and 8139 Fast Ethernet controller 60 descriptor-based data transfer mechanism. 68 be longword aligned or else transmission will fail. 85 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx 100 .Ar full-duplex 102 .Ar half-duplex [all …]
|
H A D | sis.4 | 15 .\" 4. Neither the name of the author nor the names of any co-contributors 36 .Nd "SiS 900, SiS 7016 and NS DP83815/DP83816 Fast Ethernet device driver" 41 .Bd -ragged -offset indent 49 .Bd -literal -offset indent 57 and SiS 7016 Fast Ethernet controller chips. 63 The SiS 900 is a 100Mbps Ethernet MAC and MII-compliant transceiver 70 The SiS 900 and SiS 7016 both have a 128-bit multicast hash filter 81 .Bl -tag -width 10baseTXUTP 93 .Sq full-duplex 95 .Sq half-duplex [all …]
|
H A D | ste.4 | 15 .\" 4. Neither the name of the author nor the names of any co-contributors 36 .Nd "Sundance Technologies ST201 Fast Ethernet device driver" 41 .Bd -ragged -offset indent 49 .Bd -literal -offset indent 56 controllers based on the Sundance Technologies ST201 PCI Fast 64 The ST201 has a 64-bit multicast hash filter 72 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx 84 .Ar full-duplex 86 .Ar half-duplex 89 Set 100Mbps (Fast Ethernet) operation. [all …]
|
H A D | vr.4 | 15 .\" 4. Neither the name of the author nor the names of any co-contributors 41 .Bd -ragged -offset indent 49 .Bd -literal -offset indent 57 VT86C100A Rhine II, and VT6105/VT6105M Rhine III Fast Ethernet 78 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx 90 .Ar full-duplex 92 .Ar half-duplex 95 Set 100Mbps (Fast Ethernet) operation. 99 .Ar full-duplex 101 .Ar half-duplex [all …]
|
H A D | ffs.4 | 7 .\" contract N66001-01-C-8035 ("CBOSS"), as part of the DARPA CHATS 36 .Nd Berkeley fast file system 51 .Bd -literal -compact 55 The Berkeley fast file system 64 .Bl -tag -width 2n 68 on a per-user basis. 79 .Bl -tag -width 2n 142 command will fail if a file 147 .Bl -tag -width 2n 164 .Bl -tag -width 2n [all …]
|
/freebsd-src/contrib/googletest/googletest/test/ |
H A D | googletest-failfast-unittest.py | 35 --gtest_fail_fast flag. The default value of the flag can also be changed 36 by Bazel fail fast environment variable TESTBRIDGE_TEST_RUNNER_FAIL_FAST. 38 This script tests such functionality by invoking googletest-failfast-unittest_ 48 # Bazel testbridge environment variable for fail fast 51 # The environment variable for specifying fail fast. 54 # The command line flag for specifying fail fast. 63 # Command to run the googletest-failfast-unittest_ program. 65 'googletest-failfast-unittest_' 70 LIST_TESTS_FLAG = '--gtest_list_tests' 99 args += ['--gtest_output=xml:' + xml_path] [all …]
|
H A D | googletest-death-test-test.cc | 35 #include "gtest/gtest-death-test.h" 37 #include "gtest/internal/gtest-filepath.h" 64 #include "gtest/gtest-spi.h" 65 #include "src/gtest-internal-inl.h" 89 old_factory_ = unit_test_impl_->death_test_factory_.release(); in ReplaceDeathTestFactory() 90 unit_test_impl_->death_test_factory_.reset(new_factory); 94 unit_test_impl_->death_test_factory_.release(); in ~ReplaceDeathTestFactory() 95 unit_test_impl_->death_test_factory in ~ReplaceDeathTestFactory() [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | EpochTracker.h | 1 //===- llvm/ADT/EpochTracker.h - ADT epoch tracking --------------*- C++ -*-==// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 /// These can be used to write iterators that are fail-fast when LLVM is built 14 //===----------------------------------------------------------------------===// 19 #include "llvm/Config/abi-breaking.h" 29 /// ("handles") pointing into themselves fail-fast. When building without 47 /// The destructor calls incrementEpoch to make use-after-free bugs 57 /// make an iterator-invalidating modification. 67 : EpochAddress(&Parent->Epoch), EpochAtCreation(Parent->Epoch) {} in HandleBase()
|
/freebsd-src/crypto/heimdal/doc/doxyout/hcrypto/man/man3/ |
H A D | page_des.3 | 1 .TH "page_des" 3 "11 Jan 2012" "Version 1.5.2" "Heimdal crypto library" \" -*- nroff -*- 5 page_des \- DES - Data Encryption Standard crypto interface 8 …ifed by NSA and then adopted by NBS (now NIST) and published ad FIPS PUB 46 (updated by FIPS 46-1). 10 Since the 19th May 2005 DES was withdrawn by NIST and should no longer be used. See \fBEVP - generi… 15 …e a DES key safely you have to use the code-snippet below. This is because the \fBDES_random_key()… 31 …e was no complete BSD licensed, fast, GPL compatible implementation of DES, so Love wrote the part… 33 …was working, instead I used table-lookup was used for all key schedule setup. The document was ver…
|
/freebsd-src/sys/geom/stripe/ |
H A D | g_stripe.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2004-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org> 77 SYSCTL_INT(_kern_geom_stripe, OID_AUTO, fast, 79 "Fast, but memory-consuming, mode"); 83 "Maximum memory that can be allocated in \"fast\" mode (in bytes)"); 86 &g_stripe_fast_failed, 0, "How many times \"fast\" mode failed"); 122 g_stripe_maxmem -= g_stripe_maxmem % maxphys; in g_stripe_init() 142 for (i = 0; i < sc->sc_ndisks; i++) { in g_stripe_nvalid() 143 if (sc->sc_disks[i] != NULL) in g_stripe_nvalid() [all …]
|
/freebsd-src/contrib/wpa/wpa_supplicant/ |
H A D | eapol_test.py | 33 if "FAIL" in id: 39 if "FAIL" in id: 45 if "FAIL" in res: 51 if "FAIL" in res: 68 remaining = start + timeout - now 100 fail = False 103 ev = et.wait_event(["CTRL-EVENT-CONNECTED", "CTRL-EVENT-EAP-FAILURE"]) 104 if ev is None or "CTRL-EVENT-CONNECTED" not in ev: 105 fail = True 110 if fail: [all …]
|
/freebsd-src/contrib/libfido2/.github/workflows/ |
H A D | cygwin_builds.yml | 2 # Use of this source code is governed by a BSD-style 4 # SPDX-License-Identifier: BSD-2-Clause 11 - main 14 - main 15 - '*-ci' 19 runs-on: ${{ matrix.os }} 21 fail-fast: false 23 os: [ windows-2022 ] 27 - uses: actions/checkout@v4 28 - name: build [all …]
|
H A D | macos_builds.yml | 2 # Use of this source code is governed by a BSD-style 4 # SPDX-License-Identifier: BSD-2-Clause 11 - main 14 - main 15 - '*-ci' 19 runs-on: ${{ matrix.os }} 21 fail-fast: false 23 os: [ macos-13, macos-12 ] 26 - uses: actions/checkout@v4 27 - name: dependencies [all …]
|
H A D | bsd_builds.yml | 2 # Use of this source code is governed by a BSD-style 4 # SPDX-License-Identifier: BSD-2-Clause 11 - main 12 - '*-ci' 17 runs-on: ubuntu-22.04 19 fail-fast: false 23 - uses: actions/checkout@v4 24 - name: dependencies 26 sudo apt -q update 27 sudo apt install -q -y curl jq [all …]
|
H A D | windows_builds.yml | 2 # Use of this source code is governed by a BSD-style 4 # SPDX-License-Identifier: BSD-2-Clause 11 - main 14 - main 15 - '*-ci' 19 runs-on: ${{ matrix.os }} 21 fail-fast: false 23 os: [ windows-2022 ] 28 - uses: actions/checkout@v4 29 - name: build [all …]
|
H A D | alpine_builds.yml | 1 # Copyright (c) 2022-2023 Yubico AB. All rights reserved. 2 # Use of this source code is governed by a BSD-style 4 # SPDX-License-Identifier: BSD-2-Clause 11 - main 14 - main 15 - '*-ci' 19 runs-on: ubuntu-20.04 22 fail-fast: false 26 - name: dependencies 28 apk -q update [all …]
|
H A D | linux_fuzz.yml | 2 # Use of this source code is governed by a BSD-style 4 # SPDX-License-Identifier: BSD-2-Clause 11 - main 14 - main 15 - '*-ci' 19 runs-on: ${{ matrix.os }} 21 fail-fast: false 23 os: [ ubuntu-22.04 ] 24 cc: [ clang-16 ] 27 - uses: actions/checkout@v4 [all …]
|
H A D | cifuzz_oss.yml | 2 # Use of this source code is governed by a BSD-style 4 # SPDX-License-Identifier: BSD-2-Clause 11 - main 14 - main 15 - '*-ci' 20 runs-on: ubuntu-20.04 22 fail-fast: false 26 - name: build fuzzers (${{ matrix.sanitizer }}) 27 uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master 29 oss-fuzz-project-name: 'libfido2' [all …]
|
/freebsd-src/tools/boot/ |
H A D | universe.sh | 10 # about a minute or two on a fast machine. It's also possible that you need a full 28 echo -n "Building $ta ${opt} ... " 29 objdir=$(make buildenv TARGET_ARCH=$ta BUILDENV_SHELL="make -V .OBJDIR" | tail -1) 36 rm -rf ${objdir} 39 echo "Fail (cleanup)" 42 if ! make buildenv TARGET_ARCH=$ta BUILDENV_SHELL="make ${opt} -j 40 all" \ 44 echo "Fail (build)" 50 top=$(make -V SRCTOP)
|
/freebsd-src/sys/dev/xl/ |
H A D | if_xl.c | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 18 * 4. Neither the name of the author nor the names of any co-contributors 40 * bus-master chips (3c90x cards and embedded controllers) including 43 * 3Com 3c900-TPO 10Mbps/RJ-45 44 * 3Com 3c900-COMB [all...] |