Searched refs:ok (Results 251 - 275 of 403) sorted by relevance

<<11121314151617

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-debug.c504 int ok; local
517 ok = __cvmx_debug_mode_exception_occured == 0;
522 return ok;
528 int ok; local
539 ok = __cvmx_debug_mode_exception_occured == 0;
543 return ok;
/freebsd-11-stable/sys/rpc/
H A Dsvc.c660 bool_t ok; local
674 ok = SVC_REPLY(xprt, rply, rqstp->rq_addr, body, &rqstp->rq_reply_seq);
680 return (ok);
692 bool_t ok; local
704 ok = xdr_results(&xdrs, xdr_location);
707 if (ok) {
/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dtty_update.c1157 bool ok; local
1162 for (col = 0, ok = TRUE; ok && col < last; col++) {
1163 ok = (CharEq(NewScreen(SP_PARM)->_line[row].text[col], blank));
1165 if (!ok)
1168 for (col = 0; ok && col < last; col++) {
1169 ok = (CharEq(CurScreen(SP_PARM)->_line[row].text[col], blank));
1171 if (!ok)
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dmacro.c1451 bool ok = parse_params (pfile, macro); local
1453 if (!ok)
1591 bool ok; local
1609 ok = _cpp_create_trad_definition (pfile, macro);
1612 ok = create_iso_definition (pfile, macro);
1631 if (!ok)
1632 return ok;
1660 return ok;
/freebsd-11-stable/contrib/unbound/contrib/
H A Dwarmup.cmd87 ok.ru
/freebsd-11-stable/contrib/wpa/src/common/
H A Dgas_server.c28 void (*status_cb)(void *ctx, struct wpabuf *resp, int ok);
467 int ok),
461 gas_server_register(struct gas_server *gas, const u8 *adv_proto_id, u8 adv_proto_id_len, struct wpabuf * (*req_cb)(void *ctx, const u8 *sa, const u8 *query, size_t query_len), void (*status_cb)(void *ctx, struct wpabuf *resp, int ok), void *ctx) argument
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_monitor.c26 static void handle_tx_callback(void *ctx, u8 *buf, size_t len, int ok) argument
41 event.tx_status.ack = ok;
/freebsd-11-stable/sys/net80211/
H A Dieee80211_amrr.c280 * Eg, if MCS5 is ok but MCS6/7 isn't, and we can go up to
385 const struct ieee80211_node *ni, int ok,
395 if (ok)
384 amrr_tx_complete(const struct ieee80211vap *vap, const struct ieee80211_node *ni, int ok, void *arg1, void *arg2 __unused) argument
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dieee802_11.c4711 size_t len, int ok)
4728 if (!ok) {
4786 size_t len, int reassoc, int ok)
4813 if (!ok) {
4942 size_t len, int ok)
4953 if (ok)
4966 size_t len, int ok)
4977 if (ok)
4990 size_t len, int ok)
5010 hostapd_dpp_tx_status(hapd, mgmt->da, pos, end - pos, ok);
4709 handle_auth_cb(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int ok) argument
4784 handle_assoc_cb(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int reassoc, int ok) argument
4940 handle_deauth_cb(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int ok) argument
4964 handle_disassoc_cb(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int ok) argument
4988 handle_action_cb(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int ok) argument
5056 ieee802_11_mgmt_cb(struct hostapd_data *hapd, const u8 *buf, size_t len, u16 stype, int ok) argument
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dipa-inline.c1022 bool ok = true; local
1028 && ok; node1 = node1->callers->caller)
1030 ok = false;
1031 if (ok)
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_task.c134 int MS_CALLBACK verify_callback(int ok, X509 *xs, X509 *xi, int depth,
/freebsd-11-stable/sys/geom/raid/
H A Dtr_raid1.c905 int error, i, ok; local
909 ok = 0;
939 ok++;
941 return (ok > 0 ? 0 : error);
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dconfig.c335 goto ok;
349 goto ok;
357 goto ok;
365 ok:
/freebsd-11-stable/crypto/openssl/crypto/ts/
H A Dts_rsp_sign.c689 int ok = 1; local
691 for (i = 0; ok && i < sk_X509_EXTENSION_num(exts); ++i) {
699 ok = (*ctx->extension_cb) (ctx, ext, NULL);
702 return ok;
/freebsd-11-stable/crypto/openssl/crypto/threads/
H A Dmttest.c103 int verify_callback(int ok, X509_STORE_CTX *xs);
511 /* ok */
642 int verify_callback(int ok, X509_STORE_CTX *ctx) argument
650 if (ok)
657 return (ok);
/freebsd-11-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in287 (my $ok, my $why) = $http->can_ssl;
288 log_fatal(LOG_ERR, "TLS/SSL config error: $why") if ! $ok;
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Dec_mult.c192 int ok = 0; local
301 ok = 1;
304 if (!ok) {
308 if (ok)
/freebsd-11-stable/stand/libsa/
H A Dnfs.c99 uint32_t ok; member in struct:nfsv3_readdir_repl
331 uint32_t ok; member in struct:repl
369 if (repl->ok == 0) {
402 uint32_t ok; member in struct:repl
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBData.cpp349 void *ok = nullptr; local
354 ok = m_opaque_sp->GetU8(&offset, buf, size);
355 if ((offset == old_offset) || (ok == nullptr))
358 return ok ? size : 0;
/freebsd-11-stable/sys/kern/
H A Dkern_fork.c841 int error, nprocs_new, ok; local
1016 ok = chgproccnt(td->td_ucred->cr_ruidinfo, 1, 0);
1018 ok = chgproccnt(td->td_ucred->cr_ruidinfo, 1,
1021 if (ok) {
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_wolfssl.c519 int ok = 0; local
541 ok = 1;
545 if (!ok && private_key) {
556 ok = 1;
559 ok = 1;
562 if (ok)
569 if (!ok)
/freebsd-11-stable/usr.bin/gzip/
H A Dgzip.c1193 int ok = 1; local
1206 ok = 0;
1211 ok = 0;
1214 return ok;
1424 /* output is good, ok to delete input */
2155 print_test(const char *file, int ok) argument
2158 if (exit_value == 0 && ok == 0)
2161 strlen(file) < 7 ? "\t\t" : "\t", ok ? "OK" : "NOT OK");
/freebsd-11-stable/crypto/openssh/
H A Dssh-keygen.c694 int r, private = 0, ok = 0; local
718 ok = 1;
719 if (ok)
724 ok = PEM_write_DSAPrivateKey(stdout, k->dsa, NULL,
729 ok = PEM_write_ECPrivateKey(stdout, k->ecdsa, NULL,
734 ok = PEM_write_RSAPrivateKey(stdout, k->rsa, NULL,
743 if (!ok)
1931 int r, is_stdin = 0, ok = 0; local
1968 ok = 1;
1977 exit(ok
[all...]
/freebsd-11-stable/crypto/openssl/apps/
H A Dcms.c73 static int cms_cb(int ok, X509_STORE_CTX *ctx);
1200 static int cms_cb(int ok, X509_STORE_CTX *ctx) argument
1209 && ((error != X509_V_OK) || (ok != 2)))
1210 return ok;
1214 return ok;
/freebsd-11-stable/usr.bin/dc/
H A Dbcode.c1519 bool ok; local
1537 ok = compare_numbers(type, a, b);
1539 if (!ok && elseidx != NO_ELSE)
1542 if (idx >= 0 && (ok || (!ok && elseidx != NO_ELSE))) {

Completed in 224 milliseconds

<<11121314151617