Searched refs:ok (Results 351 - 375 of 403) sorted by relevance

<<11121314151617

/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dwpa.c1901 int ok = 0; local
1923 ok = 1;
1939 if (!ok && sm->ptk_set) {
1958 ok = 1;
1961 if (!ok) {
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcofflink.c2716 bfd_boolean ok;
2750 ok = bfd_set_section_contents (output_bfd, output_section, buf,
2753 if (! ok)
2715 bfd_boolean ok; local
H A Dlinker.c2564 bfd_boolean ok;
2596 ok = bfd_set_section_contents (abfd, sec, buf, loc, size);
2598 if (! ok)
2558 bfd_boolean ok; local
H A Delfxx-mips.c4662 bfd_boolean ok;
4669 ok = ((opcode == 0x6) || (opcode == 0x7));
4674 ok = ((opcode == 0x3) || (opcode == 0x1d));
4679 if (!ok)
11135 bfd_boolean ok;
11232 ok = TRUE;
11240 ok = TRUE;
11257 ok = FALSE;
11287 ok = FALSE;
11310 ok
4643 bfd_boolean ok; local
11093 bfd_boolean ok; local
[all...]
H A Delflink.c4710 bfd_boolean ok;
4724 ok = (*bed->check_relocs) (abfd, info, o, internal_relocs);
4729 if (! ok)
9107 bfd_boolean ok;
9139 ok = bfd_set_section_contents (output_bfd, output_section, buf,
9142 if (! ok)
10840 bfd_boolean ok = TRUE;
10857 &ok);
10858 if (!ok)
10864 &ok);
4701 bfd_boolean ok; local
9097 bfd_boolean ok; local
10829 bfd_boolean ok = TRUE; local
10846 &ok); local
[all...]
/freebsd-11-stable/crypto/openssl/apps/
H A Dapps.c573 int ok = 0; local
588 if (ok >= 0)
589 ok = UI_add_input_string(ui, prompt, ui_flags, buf,
591 if (ok >= 0 && verify) {
599 ok = UI_add_verify_string(ui, prompt, ui_flags, buff,
602 if (ok >= 0)
604 ok = UI_process(ui);
606 while (ok < 0 && UI_ctrl(ui, UI_CTRL_IS_REDOABLE, 0, 0, 0));
613 if (ok >= 0)
615 if (ok
[all...]
/freebsd-11-stable/sys/dev/siis/
H A Dsiis.c851 uint32_t istatus, sstatus, ctx, estatus, ok, err = 0; local
858 ok = ch->rslots & ~sstatus;
861 if ((ok >> i) & 1)
/freebsd-11-stable/sys/net80211/
H A Dieee80211_node.c603 goto ok;
629 goto ok;
634 ok:
2245 * idle counters) but this should be ok unless the CSA is
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-ccp.c2574 bool ok = set_rhs (stmtp, result);
2576 gcc_assert (ok);
2573 bool ok = set_rhs (stmtp, result); local
H A Dc-decl.c3345 /* A complete type is ok if size is fixed. */
4929 /* It is ok to modify type here even if itype is
5982 bool ok = false;
5988 ok = true;
5990 ok = false;
5992 ok = true;
5994 ok = false;
5996 if (!ok)
5959 bool ok = false; local
H A Dgengtype.c834 int ok = 0; local
840 ok = 1;
843 if (! ok)
/freebsd-11-stable/contrib/gdb/gdb/
H A Dwince.c1114 check (BOOL ok, const char *file, int line) argument
1116 if (!ok)
/freebsd-11-stable/sys/dev/sound/midi/
H A Dsequencer.c602 goto ok;
623 ok:
/freebsd-11-stable/contrib/wpa/src/ap/
H A Ddrv_callbacks.c1316 size_t len, u16 stype, int ok)
1337 ieee802_11_mgmt_cb(hapd, buf, len, stype, ok);
1315 hostapd_mgmt_tx_cb(struct hostapd_data *hapd, const u8 *buf, size_t len, u16 stype, int ok) argument
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dap.c988 void ap_mgmt_tx_cb(void *ctx, const u8 *buf, size_t len, u16 stype, int ok) argument
992 ieee802_11_mgmt_cb(wpa_s->ap_iface->bss[0], buf, len, stype, ok);
/freebsd-11-stable/contrib/gcc/cp/
H A Ddecl.c2544 /* Check that a return is ok wrt OpenMP structured blocks.
4117 ; /* A complete type is ok. */
6764 tree ok;
6790 ok = duplicate_decls (decl, old_decl, friendp);
6793 if (!ok)
7826 int ok = 0;
7846 ok = 1;
7852 ok = 0;
7857 if (! ok)
9495 /* this is a parmlist of `(void)', which is ok
6750 tree ok; local
7812 int ok = 0; local
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c8524 return 1; /* both single precision - ok */
8623 bfd_boolean ok;
8642 ok = TRUE;
8644 ok = FALSE;
8649 ok = FALSE;
8725 ok = FALSE;
8728 if (! ok)
9371 ok = reg_lookup (&s, RTYPE_NUM | RTYPE_CP0, &regno);
9373 ok = reg_lookup (&s, RTYPE_NUM | RTYPE_GP, &regno);
9375 if (ok)
8616 bfd_boolean ok; local
10095 bfd_boolean ok; local
[all...]
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_display.c4703 bool ok, has_reduced_clock = false, is_sdvo = false; local
4739 ok = limit->find_pll(limit, crtc, adjusted_mode->clock, refclk, NULL,
4741 if (!ok) {
5600 bool ok, has_reduced_clock = false; local
5628 ok = ironlake_compute_clocks(crtc, adjusted_mode, &clock,
5630 if (!ok) {
5783 bool ok, has_reduced_clock = false; local
5829 ok = ironlake_compute_clocks(crtc, adjusted_mode, &clock,
5832 if (!ok) {
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp569 bool ok = Owner->fieldFromInsn(Field, Insn, StartBit, NumBits); local
571 if (ok) {
/freebsd-11-stable/contrib/gdb/
H A Dltconfig1555 echo "${ac_t}ok" 1>&6
/freebsd-11-stable/stand/pc98/cdboot/
H A Dcdboot.S644 jnc ff.load # If subtract ok, keep going
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1486 case std::codecvt_base::ok:
/freebsd-11-stable/sys/dev/ahci/
H A Dahci.c1322 uint32_t cstatus, serr = 0, sntf = 0, ok, err; local
1414 ok = ch->rslots & ~cstatus;
1416 if ((ok >> i) & 1)
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dctrl_iface.c1643 int stype = 0, ok = 0; local
1649 /* stype=<val> ok=<0/1> buf=<frame hexdump> */
1660 param = os_strstr(pos, " ok=");
1663 ok = atoi(param);
1687 event.tx_status.ack = ok;
/freebsd-11-stable/crypto/openssl/ssl/
H A Dt1_lib.c4381 int ok; local
4384 ok = X509_chain_check_suiteb(NULL, x, chain, suiteb_flags);
4385 if (ok == X509_V_OK)

Completed in 771 milliseconds

<<11121314151617