Home
last modified time | relevance | path

Searched refs:ok (Results 251 – 275 of 417) sorted by relevance

1...<<11121314151617

/dragonfly/sys/dev/misc/dcons/
H A Ddcons_os.c465 goto ok; in dcons_drv_init()
488 ok: in dcons_drv_init()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-phiopt.c1483 bool found, ok = false, res; in cond_if_else_store_replacement() local
1632 ok = ok || res; in cond_if_else_store_replacement()
1642 return ok; in cond_if_else_store_replacement()
H A Dmodulo-sched.c946 bool ok = false; in optimize_sc() local
960 ok = false; in optimize_sc()
984 ok = true; in optimize_sc()
1016 ok = false; in optimize_sc()
1033 ok = false; in optimize_sc()
1081 ok = false; in optimize_sc()
1092 ok = true; in optimize_sc()
1101 return ok; in optimize_sc()
/dragonfly/sys/dev/raid/hptmv/
H A Dreadme.txt191 ok load hptmv
193 ok boot
/dragonfly/sys/net/wg/
H A Dwg_cookie.c581 goto ok; in ratelimit_allow()
610 ok: in ratelimit_allow()
/dragonfly/contrib/gcc-8.0/libcpp/
H A Dmacro.c3259 bool ok = parse_params (pfile, macro); in create_iso_definition() local
3261 if (!ok) in create_iso_definition()
3459 bool ok; in _cpp_create_definition() local
3478 ok = _cpp_create_trad_definition (pfile, macro); in _cpp_create_definition()
3481 ok = create_iso_definition (pfile, macro); in _cpp_create_definition()
3502 if (!ok) in _cpp_create_definition()
3503 return ok; in _cpp_create_definition()
3548 return ok; in _cpp_create_definition()
/dragonfly/contrib/wpa_supplicant/src/wps/
H A Dwps_upnp_web.c584 int ok = 0; in web_process_put_wlan_response() local
659 ok = 1; in web_process_put_wlan_response()
662 if (!ok) { in web_process_put_wlan_response()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dfstream.tcc317 codecvt_base::result __r = codecvt_base::ok; in underflow()
595 if (__r == codecvt_base::ok || __r == codecvt_base::partial) in _M_convert_to_external()
947 else if (__r == codecvt_base::ok || in _M_terminate_output()
/dragonfly/crypto/libressl/ssl/
H A Dtls13_server.c568 int *ok, const struct ssl_sigalg **out_sigalg) in tls13_server_check_certificate() argument
573 *ok = 0; in tls13_server_check_certificate()
589 *ok = 1; in tls13_server_check_certificate()
H A Dtls13_client.c802 int *ok, const struct ssl_sigalg **out_sigalg) in tls13_client_check_certificate() argument
807 *ok = 0; in tls13_client_check_certificate()
816 *ok = 1; in tls13_client_check_certificate()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dloop-invariant.c904 bool ok; in inv_can_prop_to_addr_use() local
917 ok = verify_changes (0); in inv_can_prop_to_addr_use()
919 if (!ok && (use_set = single_set (use_insn)) != NULL_RTX) in inv_can_prop_to_addr_use()
938 ok = true; in inv_can_prop_to_addr_use()
942 return ok; in inv_can_prop_to_addr_use()
H A Dplugin.c753 bool ok = try_init_one_plugin (plugin); in init_one_plugin() local
754 if (!ok) in init_one_plugin()
/dragonfly/crypto/libressl/apps/openssl/
H A Dcms.c72 static int cms_cb(int ok, X509_STORE_CTX *ctx);
1812 cms_cb(int ok, X509_STORE_CTX *ctx) in cms_cb() argument
1821 ((error != X509_V_OK) || (ok != 2))) in cms_cb()
1822 return ok; in cms_cb()
1826 return ok; in cms_cb()
H A Dts.c112 static int verify_cb(int ok, X509_STORE_CTX *ctx);
1237 verify_cb(int ok, X509_STORE_CTX *ctx) in verify_cb() argument
1253 return ok; in verify_cb()
/dragonfly/crypto/openssh/
H A Dsshconnect2.c786 int r, ok = 0; in userauth_gssapi() local
797 !ok) { in userauth_gssapi()
803 ok = 1; /* Mechanism works */ in userauth_gssapi()
809 if (!ok || mech == NULL) in userauth_gssapi()
939 goto ok; in input_gssapi_response()
952 goto ok; in input_gssapi_response()
954 ok: in input_gssapi_response()
H A Dssh-keygen.c753 int r, private = 0, ok = 0; in do_convert_from() local
777 ok = 1; in do_convert_from()
778 if (ok) in do_convert_from()
783 ok = PEM_write_DSAPrivateKey(stdout, k->dsa, NULL, in do_convert_from()
788 ok = PEM_write_ECPrivateKey(stdout, k->ecdsa, NULL, in do_convert_from()
793 ok = PEM_write_RSAPrivateKey(stdout, k->rsa, NULL, in do_convert_from()
801 if (!ok) in do_convert_from()
2153 int r, is_stdin = 0, ok = 0; in do_show_cert() local
2191 ok = 1; in do_show_cert()
2201 exit(ok ? 0 : 1); in do_show_cert()
H A Dmonitor_wrap.c264 u_char ok; in mm_getpwnamallow() local
279 if ((r = sshbuf_get_u8(m, &ok)) != 0) in mm_getpwnamallow()
281 if (ok == 0) { in mm_getpwnamallow()
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dtls_openssl.c3690 int ok; in tls_connection_private_key() local
3695 ok = 0; in tls_connection_private_key()
3702 ok = 1; in tls_connection_private_key()
3711 ok = 1; in tls_connection_private_key()
3720 ok = 1; in tls_connection_private_key()
3729 ok = 1; in tls_connection_private_key()
3736 while (!ok && private_key) { in tls_connection_private_key()
3739 ok = 1; in tls_connection_private_key()
3747 ok = 1; in tls_connection_private_key()
3754 ok = 1; in tls_connection_private_key()
[all …]
/dragonfly/stand/boot/pc32/boot2/
H A Dboot2.c457 goto ok; in parse()
461 ok: ; /* ugly but save space */ in parse()
/dragonfly/games/larn/
H A DREADME128 I did "make" and then "make install" -- seems to work "ok", but
132 V. Execute and have fun. If wizard code "ok", larn -c will refresh the
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Drrm.c667 size_t len, int ok) in hostapd_rrm_beacon_req_tx_status() argument
673 mgmt->u.action.u.rrm.dialog_token, ok); in hostapd_rrm_beacon_req_tx_status()
/dragonfly/contrib/flex/src/
H A Dflex.skl90 %ok-for-header
259 %ok-for-header
266 %ok-for-header
544 %ok-for-header
582 %ok-for-header
931 %ok-for-header
950 %ok-for-header
1102 %ok-for-header
1412 %ok-for-header
1541 %ok-for-header
[all …]
/dragonfly/sys/kern/
H A Dkern_fork.c313 int ok, error; in fork1() local
419 ok = chgproccnt(lp1->lwp_thread->td_ucred->cr_ruidinfo, 1, in fork1()
421 if (!ok) { in fork1()
/dragonfly/usr.bin/ee/nls/hu_HU.ISO8859-2/
H A Dee.msg65 55 " ee [+#] [-i] [-e] [-h] [f�jl(ok) "
90 80 "haszn�lat: %s [-i] [-e] [-h] [+sor_sz�ma] [f�jl(ok)]\n"
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-ia64.texi80 @item -mhint.b=ok
84 instruction is used. @code{-mhint.b=ok} will make the assembler accept

1...<<11121314151617