Searched refs:good (Results 51 - 75 of 90) sorted by relevance

1234

/freebsd-13-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c120 * then we re-reading AR_TSF_U32 does no good as the
221 u_int32_t good = AH_TRUE; local
238 good = AH_FALSE;
257 return (good);
H A Dar5416_ani.c820 int good; local
836 good = ar5416GetMibCycleCounts(ah, &hs);
842 if (good == AH_FALSE) {
/freebsd-13-stable/contrib/sendmail/src/
H A Dmci.c834 sm_dprintf("mci_lock_host: Sanity check -- lock is good\n");
1592 bool good = false; local
1595 good = true;
1599 good = true;
1601 if (!good)
/freebsd-13-stable/crypto/openssl/crypto/ocsp/
H A Docsp_srv.c136 if ((cs->value.good = ASN1_NULL_new()) == NULL)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DLayoutOverrideSource.cpp39 while (Input.good()) {
/freebsd-13-stable/contrib/kyua/utils/
H A Dunits_test.cpp199 ATF_REQUIRE(input.good());
/freebsd-13-stable/contrib/bearssl/test/
H A Dtest_x509.c1810 int good; local
1912 good = 1;
1928 good = 0;
1935 good = 0;
1956 good = 0;
1961 if (!good) {
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dtls_openssl_ocsp.c110 * good [0] IMPLICIT NULL,
117 ASN1_NULL *good; member in union:__anon6401::__anon6402
187 ASN1_IMP(CertStatus, value.good, ASN1_NULL, 0),
744 wpa_printf(MSG_DEBUG, "OpenSSL: certStatus: good");
829 "OpenSSL: OCSP response did not indicate good status");
834 /* OCSP response indicated the certificate is good. */
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcond-op.mk72 # This would add a good deal of complexity to the code though, for almost
H A Dvar-op-expand.mk162 # It might be a good idea to forbid undefined variables on the left-hand side
/freebsd-13-stable/stand/lua/
H A Dpassword.lua140 -- good state, otherwise we're drawing back a couple lines
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c2182 char *good;
2194 good = netobuf; /* where the good bytes go */
2205 memmove(good, thisitem, length);
2206 good += length;
/freebsd-13-stable/sys/dev/vnic/
H A Dnicvf_queues.h211 uint64_t good; member in struct:cmp_queue_stats::tx_stats
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_modes.c856 bool good = false; local
859 good = true;
863 if (!good)
946 * Sort @mode_list by favorability, putting good modes first.
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_ani.c872 int good; local
888 good = ar5212GetMibCycleCounts(ah, &hs);
894 if (good == AH_FALSE) {
H A Dar5212_misc.c246 * then we re-reading AR_TSF_U32 does no good as the
1419 u_int32_t good = AH_TRUE; local
1435 good = AH_FALSE;
1453 return (good);
/freebsd-13-stable/contrib/bc/src/
H A Dbc_parse.c65 bool good = false; local
83 good = ((flags & BC_PARSE_FLAG_IF) != 0);
89 for (i = 0; !good && i < p->flags.len; ++i) {
91 good = (((*fptr) & BC_PARSE_FLAG_BRACE) != 0);
95 return good;
/freebsd-13-stable/contrib/wpa/src/tls/
H A Dtlsv1_client_read.c893 int good = 0, revoked = 0; local
939 good++;
945 else if (good)
971 * of the trusted certificates has a good status. If not,
/freebsd-13-stable/contrib/kyua/utils/text/
H A Dtemplates.cpp515 while (std::getline(input, line).good()) {
H A Dtemplates_test.cpp914 ATF_REQUIRE(std::getline(output, line).good());
/freebsd-13-stable/sys/geom/multipath/
H A Dg_multipath.c869 * pick good unique names, but good unique names (like uuids) are a
1072 /* Here when the consumer is present and in good shape */
1535 int good; local
1551 good = g_multipath_good(gp);
1553 good == 0 ? "BROKEN" :
1554 (good != sc->sc_ndisks || sc->sc_ndisks == 1) ?
/freebsd-13-stable/contrib/kyua/engine/
H A Dscheduler.cpp1199 if (!result.get().good()) {
1216 // for user consumption. For the time being this is good enough and
1233 if (body_result.good()) {
/freebsd-13-stable/contrib/kyua/utils/cmdline/
H A Dparser_test.cpp659 while (std::getline(input, line).good()) {
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-sriox-defs.h2337 uint64_t good : 16; /**< Number of Outbound Messages requesting an INT that member in struct:cvmx_sriox_omsg_done_countsx::cvmx_sriox_omsg_done_countsx_s
2340 uint64_t good : 16;
3874 uint64_t good : 16; /**< Count of the final outbound NwriteR in the series member in struct:cvmx_sriox_wr_done_counts::cvmx_sriox_wr_done_counts_s
3878 uint64_t good : 16;
/freebsd-13-stable/usr.sbin/mfiutil/
H A Dmfi_drive.c455 warnx("good: %s", ac > 2 ? "extra arguments" :
462 MFI_COMMAND(top, good, good_drive);

Completed in 992 milliseconds

1234