Home
last modified time | relevance | path

Searched +full:fail +full:- +full:fast (Results 1 – 25 of 609) sorted by relevance

12345678910>>...25

/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dqcom_smbb.txt1 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 Dqcom,pm8941-charger.yaml1 # 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/crypto/krb5/src/lib/krb5/krb/
H A Dt_in_ccache_patypes.py25 # Create a bare-bones KDC.
29 realm.run([kadminl, 'addprinc', '-pw', 'pass', 'nopreauth'])
30 realm.run([kadminl, 'addprinc', '-pw', 'pass', '+requires_preauth', 'preauth'])
40 # Check that we can get creds while supplying a now-populated input ccache that
43 realm.run(['./t_in_ccache', '-I', realm.ccache, 'preauth', 'pass'])
45 # Check that we can get creds while supplying a now-populated input ccache.
47 realm.run(['./t_in_ccache', '-I', realm.ccache, 'preauth', 'pass'])
50 # in a FAST tunnel while using a FAST tunnel. Expect the client-end
51 # preauth-failed error.
53 realm.run(['./t_cc_config', '-p', realm.krbtgt_princ, 'pa_type', '2'])
[all …]
/freebsd/share/man/man4/
H A Drl.415 .\" 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 Dsis.415 .\" 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 Dste.415 .\" 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 Dvr.415 .\" 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 Dffs.47 .\" 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/lib/libpam/modules/pam_krb5/
H A Dpam-krb5.81 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH PAM_KRB5 1 2025-06-05 "perl v5.40.2" "User Contributed Perl Documentation"
64 pam_krb5 \- Kerberos PAM module
91 password (unless configured to use an already-entered password), and then
111 insecure) behavior is to skip this check. If you want to instead fail
143 the user's UID and RANDOM is six randomly-chosen letters. This can be
146 pam\-krb5 does not use the default ticket cache location or
155 user's shell as a sub-process, wait for it to exit, and then close the PAM
261 pam\-krb5 in which that option was added with the current meaning.
306 fail.
[all …]
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-failfast-unittest.py35 --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 Dgoogletest-death-test-test.cc35 #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); in ReplaceDeathTestFactory()
94 unit_test_impl_->death_test_factory_.release(); in ~ReplaceDeathTestFactory()
95 unit_test_impl_->death_test_factory_.reset(old_factory_); in ~ReplaceDeathTestFactory()
118 // will invoke user-defined exit-hooks, which may do dangerous in DieWithMessage()
170 // A non-void function that's expected to die.
[all …]
/freebsd/contrib/pam-krb5/docs/
H A Dpam_krb5.pod2 KRB5CCNAME ChallengeResponseAuthentication GSS-API Heimdal KDC PKINIT
5 logout pam-krb5 preauth 0.8rc1 screensaver screensavers sshd localname
6 krb5.conf. 0.8rc1. Allbery Cusack Salomon FSFAP SPDX-License-Identifier
11 pam_krb5 - Kerberos PAM module
41 password (unless configured to use an already-entered password), and then
61 insecure) behavior is to skip this check. If you want to instead fail
93 the user's UID and RANDOM is six randomly-chosen letters. This can be
96 pam-krb5 does not use the default ticket cache location or
105 user's shell as a sub-process, wait for it to exit, and then close the PAM
215 pam-krb5 in which that option was added with the current meaning.
[all …]
/freebsd/contrib/pam-krb5/module/
H A Dfast.c2 * Support for FAST (Flexible Authentication Secure Tunneling).
4 * FAST is a mechanism to protect Kerberos against password guessing attacks
15 * SPDX-License-Identifier: BSD-3-clause or GPL-1+
25 #include <pam-util/args.h>
26 #include <pam-util/logging.h>
39 putil_debug(args, "not built with anonymous FAST support"); in cache_init_anonymous()
48 krb5_context c = args->config->ctx->context; in cache_init_anonymous()
63 putil_debug_krb5(args, retval, "cannot find realm for anonymous FAST"); in cache_init_anonymous()
90 "cannot create anonymous FAST credential cache %s", in cache_init_anonymous()
98 putil_err_krb5(args, retval, "cannot create FAST credential options"); in cache_init_anonymous()
[all …]
H A Doptions.c2 * Option handling for pam-krb5.
8 * Copyright 2005-2010, 2014, 2020 Russ Allbery <eagle@eyrie.org>
9 * Copyright 2011-2012
12 * Copyright 1999-2000 Frank Cusack <fcusack@fcusack.com>
14 * SPDX-License-Identifier: BSD-3-clause or GPL-1+
24 #include <pam-util/args.h>
25 #include <pam-util/logging.h>
26 #include <pam-util/options.h>
27 #include <pam-util/vector.h>
31 /* clang-format off */
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DEpochTracker.h1 //===- 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/crypto/heimdal/doc/doxyout/hcrypto/man/man3/
H A Dpage_des.31 .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/sys/geom/stripe/
H A Dg_stripe.c1 /*-
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/contrib/wpa/wpa_supplicant/
H A Deapol_test.py33 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/sys/dev/xl/
H A Dif_xl.c1 /*-
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-COMBO 10Mbps/RJ-45,AUI,BNC
45 * 3Com 3c905-TX 10/100Mbps/RJ-45
46 * 3Com 3c905-T4 10/100Mbps/RJ-45
47 * 3Com 3c900B-TPO 10Mbps/RJ-45
48 * 3Com 3c900B-COMBO 10Mbps/RJ-45,AUI,BNC
[all …]
/freebsd/contrib/pam-krb5/.github/workflows/
H A Dbuild.yaml5 branches-ignore:
6 - "debian/**"
7 - "pristine-tar"
8 - "ubuntu/**"
9 - "upstream/**"
11 - "release/*"
14 - master
18 runs-on: ubuntu-latest
25 fail-fast: false
28 - "mit"
[all …]
/freebsd/tools/boot/
H A Duniverse.sh10 # 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/share/man/man7/
H A Dffs.7
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.inc1 //===-- sanitizer_flags.h --------
[all...]
/freebsd/sys/contrib/openzfs/.github/workflows/
H A Dcodeql.yml8 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 - name: Set make jobs
28 echo "MAKEFLAGS=-j$(nproc)" >> $GITHUB_ENV
30 - name: Checkout repository
33 - name: Initialize CodeQL
34 uses: github/codeql-action/init@v3
[all …]
/freebsd/crypto/openssl/test/
H A Dbio_tfo_test.c32 * This test is to ensure that if TCP Fast Open is configured, that socket
33 * connections will still work. These tests are able to detect if TCP Fast
41 * The second test will create the TCP fast open cookie,
43 * e.g. on Linux 4.15.0-135-generic:
44 * $ grep '^TcpExt:' /proc/net/netstat | cut -d ' ' -f 84-90 | column -t
45 * The third attempt will use the cookie and actually do TCP fast open.
46 * The 4th time is client-TFO only, the 5th time is server-TFO only.
135 /* SECOND ACCEPT: if TFO is supported, this will still fail until data is sent */ in test_bio_tfo()
144 BIO_printf(bio_err, "Success: non-TFO connection accepted without data\n"); in test_bio_tfo()
207 int cfd = -1; /* client socket */ in test_fd_tfo()
[all …]

12345678910>>...25