Searched refs:ok (Results 326 - 350 of 403) sorted by relevance

<<11121314151617

/freebsd-11-stable/contrib/file/src/
H A Dcompress.c924 goto ok;
934 ok:
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c1912 wpas_dpp_gas_status_handler(void *ctx, struct wpabuf *resp, int ok) argument
1923 "DPP: Ignore GAS status report (ok=%d) for unknown response",
1924 ok);
1929 wpa_printf(MSG_DEBUG, "DPP: Configuration exchange completed (ok=%d)",
1930 ok);
1934 if (ok && auth->peer_version >= 2 &&
1950 if (ok)
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipfstat.c1209 PRINTF("%lu\tlog ok\n", ipsp->iss_log_ok);
1919 int ok = 0; local
1946 ok = 1;
1950 ok = 1;
1953 ok = 1;
1955 if (ok == 0) {
/freebsd-11-stable/sys/dev/isp/
H A Disp_freebsd.c2076 int sentstatus = 0, ok = 0, notify_cam = 0, failure = 0; local
2129 ok = (ct->ct_nphdl == CT7_OK);
2134 isp_prt(isp, ok? ISP_LOGTDEBUG0 : ISP_LOGWARN, "%s: CTIO7[%x] seq %u nc %d sts 0x%x flg 0x%x sns %d resid %d %s", __func__, ct->ct_rxid, ATPD_GET_SEQNO(ct),
2151 ok = (ct->ct_status & ~QLTM_SVALID) == CT_OK;
2156 isp_prt(isp, ok? ISP_LOGTDEBUG0 : ISP_LOGWARN, "%s: CTIO2[%x] seq %u nc %d sts 0x%x flg 0x%x sns %d resid %d %s", __func__, ct->ct_rxid, ATPD_GET_SEQNO(ct),
2159 if (ok) {
2178 * We never *not* notify CAM when there has been any error (ok == 0),
2181 isp_prt(isp, ISP_LOGTDEBUG0, "%s CTIO[0x%x] done (ok=%d nc=%d nowsendstatus=%d ccb ss=%d)",
2182 (sentstatus)? " FINAL " : "MIDTERM ", atp->tag, ok, notify_cam, atp->sendst, (ccb->ccb_h.flags & CAM_SEND_STATUS) != 0);
2194 if (ok
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_dns.c1005 /* ok, just say notfound. */
1831 int ok = 0; local
1840 ok = 1;
1849 return ok;
/freebsd-11-stable/contrib/gcc/
H A Dlocal-alloc.c1361 Subregs in place of regs are also ok.
2430 int ok = 0;
2449 ok = 1;
2460 return ok;
2414 int ok = 0; local
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoff-ppc.c1650 bfd_boolean ok = TRUE;
1660 ok = ppc_record_toc_entry(abfd, info, sec,
1662 if (!ok)
1643 bfd_boolean ok = TRUE; local
H A Decoff.c4104 bfd_boolean ok;
4193 ok = bfd_set_section_contents (output_bfd, output_section, (void *) buf,
4196 if (! ok)
4284 ok = (bfd_seek (output_bfd, pos, SEEK_SET) == 0
4288 if (ok)
4293 return ok;
4094 bfd_boolean ok; local
H A Delfxx-ia64.c5543 bfd_boolean ok = TRUE;
5583 ok = FALSE;
5592 ok = FALSE;
5601 ok = FALSE;
5610 ok = FALSE;
5620 ok = FALSE;
5623 return ok;
5536 bfd_boolean ok = TRUE; local
H A Dieee.c373 parse_i (common_header_type *ieee, bfd_boolean *ok)
376 *ok = parse_int (ieee, &x);
1914 bfd_boolean ok;
1922 ieee->w.offset[part] = parse_i (&(ieee->h), &ok);
1923 if (! ok)
3383 0xf1, 0xce, 0x21, 00, 52, 0x00, /* exec ok. */
371 parse_i(common_header_type *ieee, bfd_boolean *ok) argument
1911 bfd_boolean ok; local
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_edid.c1082 bool ok = false; local
1091 ok = true;
1093 return ok;
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps_er.c614 int ok = 0; local
622 ok = 1;
632 if (ok)
/freebsd-11-stable/contrib/ipfilter/
H A DMakefile403 -@echo make ok
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl.h452 max, int *ok);
541 * certificate is not ok, we must remember the error for session reuse:
1047 int (*default_verify_callback) (int ok, X509_STORE_CTX *ctx);
1549 int (*verify_callback) (int ok, X509_STORE_CTX *ctx);
2171 int (*callback) (int ok, X509_STORE_CTX *ctx));
H A Dssl_locl.h1177 long ssl3_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok);
1332 long dtls1_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok);
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_ural.c2206 int ok, fail; local
2214 ok = sc->sta[7] + /* TX ok w/o retry */
2215 sc->sta[8]; /* TX ok w/ retry */
2217 sum = ok+fail;
2220 ieee80211_ratectl_tx_update(vap, ni, &sum, &ok, &retrycnt);
/freebsd-11-stable/stand/lua/
H A Dconfig.lua360 print("ok")
507 -- These may or may not exist, and that's ok. Do a
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersRestore.S675 @ it's ok to execute.
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-i386.c4925 int ok;
4931 ok = 1;
4953 ok = 0;
4966 ok = 0;
4983 ok = 0;
4993 ok = 0;
4996 if (!ok)
5023 return ok;
4920 int ok; local
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c1904 reply(200, "STRU F ok.");
1921 reply(200, "MODE S ok.");
/freebsd-11-stable/sys/compat/ndis/
H A Dntoskrnl_var.h433 * driver code treats the mutex as opaque, we should be ok.
1111 #define IoSetCompletionRoutine(irp, func, ctx, ok, err, cancel) \
1118 if (ok) s->isl_ctl = SL_INVOKE_ON_SUCCESS; \
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_hostap.c120 size_t len, int ok)
135 event.tx_status.ack = ok;
119 handle_tx_callback(struct hostap_driver_data *drv, u8 *buf, size_t len, int ok) argument
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth.c878 int ok = 0; local
912 ok = 1;
921 if (!ok) {
2811 int ok = 0, psk_found = 0; local
2870 ok = 1;
2878 ok = 1;
2888 if (!ok) {
/freebsd-11-stable/contrib/sendmail/src/
H A Dqueue.c6960 bool ok; local
6964 ok = false;
6966 return ok;
6994 ok = sm_io_fprintf(keyf, SM_TIME_DEFAULT, "%ld\n", key) !=
6996 ok = (sm_io_close(keyf, SM_TIME_DEFAULT) != SM_IO_EOF) && ok;
6998 return ok;
8996 ** not guaranteed. It's ok if they fail, mail won't be lost.
/freebsd-11-stable/usr.sbin/ppp/
H A Dcommand.c3255 int ok; local
3271 ok = iface_Delete(arg->bundle->iface, &arg->bundle->ncp, &ifa);
3272 if (!ok) {
3274 ok = 1;
3283 return !ok;

Completed in 608 milliseconds

<<11121314151617