Home
last modified time | relevance | path

Searched refs:again (Results 1 – 25 of 771) sorted by relevance

12345678910>>...31

/src/contrib/bsnmp/tests/
H A Dconstbuf.h229 for (bool again = true; again; again = false) { in count_bits() local
232 again = count_comment(c, mode); in count_bits()
235 again = count_check(c, mode, bits); in count_bits()
238 again = count_goto(c, mode, bits, addr); in count_bits()
241 again = count_hex(c, mode, bits); in count_bits()
244 again = count_bin(c, mode, bits, addr); in count_bits()
274 for (bool again = true; again; again = false) { in constbuf() local
277 again = count_comment(c, mode); in constbuf()
280 again = handle_check(c, mode, bit, addr); in constbuf()
283 again = count_goto(c, mode, bit, addr); in constbuf()
[all …]
/src/sys/contrib/zlib/
H A Dgzwrite.c79 state->again = 0; in gz_comp()
84 state->again = 1; in gz_comp()
113 state->again = 0; in gz_comp()
119 state->again = 1; in gz_comp()
226 return state->again ? put - len : 0; in gz_write()
247 return state->again ? put - len : 0; in gz_write()
265 if (state->mode != GZ_WRITE || (state->err != Z_OK && !state->again)) in gzwrite()
292 if (state->mode != GZ_WRITE || (state->err != Z_OK && !state->again)) in gzfwrite()
321 if (state->mode != GZ_WRITE || (state->err != Z_OK && !state->again)) in gzputc()
361 if (state->mode != GZ_WRITE || (state->err != Z_OK && !state->again)) in gzputs()
[all …]
H A Dgzread.c24 state->again = 0; in gz_load()
38 state->again = 1; in gz_load()
144 if (strm->avail_in == 0 || (state->again && strm->avail_in < 4)) in gz_look()
195 if (!state->again) in gz_decomp()
408 if (state->err != Z_OK && state->err != Z_BUF_ERROR && !state->again) in gzread()
426 if (state->again) { in gzread()
453 if (state->err != Z_OK && state->err != Z_BUF_ERROR && !state->again) in gzfread()
486 if (state->err != Z_OK && state->err != Z_BUF_ERROR && !state->again) in gzgetc()
521 if (state->err != Z_OK && state->err != Z_BUF_ERROR && !state->again) in gzungetc()
582 if (state->err != Z_OK && state->err != Z_BUF_ERROR && !state->again) in gzgets()
/src/lib/libbluetooth/
H A Dbluetooth.c112 again: in bt_gethostent()
118 goto again; in bt_gethostent()
120 goto again; in bt_gethostent()
123 goto again; in bt_gethostent()
126 goto again; in bt_gethostent()
218 again: in bt_getprotoent()
222 goto again; in bt_getprotoent()
224 goto again; in bt_getprotoent()
228 goto again; in bt_getprotoent()
/src/contrib/tcpdump/missing/
H A Dgetservent.c102 again: in getservent()
106 goto again; in getservent()
109 goto again; in getservent()
114 goto again; in getservent()
120 goto again; in getservent()
/src/usr.sbin/bluetooth/hccontrol/
H A Dsend_recv.c72 again: in hci_request()
95 goto again; in hci_request()
111 goto again; in hci_request()
118 goto again; in hci_request()
157 again: in hci_recv()
168 goto again; in hci_recv()
H A Dlink_control.c260 again: in hci_create_connection()
285 goto again; in hci_create_connection()
336 again: in hci_disconnect()
359 goto again; in hci_disconnect()
415 again: in hci_add_sco_connection()
440 goto again; in hci_add_sco_connection()
486 again: in hci_change_connection_packet_type()
510 goto again; in hci_change_connection_packet_type()
579 again: in hci_remote_name_request()
601 goto again; in hci_remote_name_request()
[all …]
/src/contrib/ntp/ntpdc/
H A Dntpdc_ops.c360 again: in peerlist()
367 goto again; in peerlist()
447 again: in dopeers()
454 goto again; in dopeers()
698 again: in showpeer()
730 goto again; in showpeer()
772 again: in peerstats()
807 goto again; in peerstats()
900 again: in loopinfo()
907 goto again; in loopinfo()
[all …]
/src/sys/kern/
H A Dsubr_scanf.c144 again: c = *fmt++; in vsscanf()
158 goto again; in vsscanf()
161 goto again; in vsscanf()
169 goto again; in vsscanf()
172 goto again; in vsscanf()
175 goto again; in vsscanf()
178 goto again; in vsscanf()
186 goto again; in vsscanf()
191 goto again; in vsscanf()
H A Dkern_rangelock.c484 again: in rangelock_noncheating_destroy()
494 goto again; in rangelock_noncheating_destroy()
509 goto again; in rangelock_noncheating_destroy()
515 goto again; in rangelock_noncheating_destroy()
579 again: in rl_r_validate()
595 goto again; in rl_r_validate()
620 again: in rl_w_validate()
636 goto again; in rl_w_validate()
657 again: in rl_insert()
666 goto again; in rl_insert()
[all …]
/src/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dcommonring.c73 again: in brcmf_commonring_write_available()
91 goto again; in brcmf_commonring_write_available()
100 goto again; in brcmf_commonring_write_available()
114 again: in brcmf_commonring_reserve_for_write()
139 goto again; in brcmf_commonring_reserve_for_write()
155 again: in brcmf_commonring_reserve_for_write_multiple()
183 goto again; in brcmf_commonring_reserve_for_write_multiple()
/src/crypto/openssl/ssl/record/methods/
H A Ddtls_meth.c402 again: in dtls_get_more_records()
424 goto again; in dtls_get_more_records()
458 goto again; in dtls_get_more_records()
466 goto again; in dtls_get_more_records()
473 goto again; in dtls_get_more_records()
484 goto again; in dtls_get_more_records()
504 goto again; in dtls_get_more_records()
520 goto again; /* get another record */ in dtls_get_more_records()
530 goto again; /* get another record */ in dtls_get_more_records()
538 goto again; in dtls_get_more_records()
[all …]
/src/crypto/openssl/crypto/asn1/
H A Df_string.c48 int i, j, k, m, n, again, bufsize; in a2i_ASN1_STRING() local
72 again = (buf[i - 1] == '\\'); in a2i_ASN1_STRING()
90 i -= again; in a2i_ASN1_STRING()
119 if (again) in a2i_ASN1_STRING()
H A Df_int.c54 int i, j, k, m, n, again, bufsize; in a2i_ASN1_INTEGER() local
74 again = (buf[i - 1] == '\\'); in a2i_ASN1_INTEGER()
98 i -= again; in a2i_ASN1_INTEGER()
126 if (again) in a2i_ASN1_INTEGER()
/src/lib/libc/yp/
H A Dyplib.c353 again: in _yp_dobind()
392 goto again; in _yp_dobind()
477 goto again; in _yp_dobind()
489 goto again; in _yp_dobind()
526 goto again; in _yp_dobind()
696 again: in yp_match()
719 goto again; in yp_match()
786 again: in yp_first()
811 goto again; in yp_first()
865 again: in yp_next()
[all …]
/src/lib/libc/tests/stdlib/
H A Dcxa_thread_atexit_nothr_test.cc80 again(void *arg) in again() function
83 __cxa_thread_atexit(again, arg, &output); in again()
90 again(NULL); in ATF_TEST_CASE_BODY()
/src/sys/netpfil/ipfw/
H A Dip_fw_pfil.c131 again: in ipfw_check_packet()
271 goto again; in ipfw_check_packet()
285 goto again; in ipfw_check_packet()
298 goto again; /* continue with packet */ in ipfw_check_packet()
306 goto again; in ipfw_check_packet()
309 goto again; /* continue with packet */ in ipfw_check_packet()
345 again: in ipfw_check_frame_mbuf()
390 goto again; /* continue with packet */ in ipfw_check_frame_mbuf()
425 again: in ipfw_check_frame_mem()
465 goto again; /* continue with packet */ in ipfw_check_frame_mem()
/src/sys/dev/atkbdc/
H A Datkbdc.c977 int again = KBD_MAXWAIT; in reset_kbd() local
994 while (again-- > 0) { in reset_kbd()
1015 int again = KBD_MAXWAIT; in reset_aux_dev() local
1024 for (again = KBD_MAXWAIT; again > 0; --again) { in reset_aux_dev()
1038 for (again = KBD_MAXWAIT; again > 0; --again) { in reset_aux_dev()
1063 int again = KBD_MAXWAIT; in test_controller() local
1075 while (again-- > 0) { in test_controller()
1091 int again = KBD_MAXWAIT; in test_kbd_port() local
1103 while (again-- > 0) { in test_kbd_port()
1117 int again = KBD_MAXWAIT; in test_aux_port() local
[all …]
/src/sys/cddl/dev/fbt/powerpc/
H A Dfbt_isa.c158 again: in fbt_provide_module_function()
178 goto again; in fbt_provide_module_function()
184 goto again; in fbt_provide_module_function()
196 goto again; in fbt_provide_module_function()
236 goto again; in fbt_provide_module_function()
/src/usr.sbin/ppp/
H A Dauth.c179 again: in auth_SetPhoneList()
205 goto again; in auth_SetPhoneList()
240 again: in auth_Select()
274 goto again; in auth_Select()
306 again: in auth_Validate()
331 goto again; in auth_Validate()
361 again: in auth_GetSecret()
386 goto again; in auth_GetSecret()
/src/contrib/ntp/libntp/
H A Dntp_intres.c485 int again, noerr; in getaddrinfo_sometime_complete() local
514 again = noerr || should_retry_dns( in getaddrinfo_sometime_complete()
519 if (gai_req->retry > 0 && again) { in getaddrinfo_sometime_complete()
814 int again; in getnameinfo_sometime_complete() local
836 again = should_retry_dns(gni_resp->retcode, gni_resp->gni_errno); in getnameinfo_sometime_complete()
845 if (gni_req->retry > 0 && again) { in getnameinfo_sometime_complete()
1094 int again; in should_retry_dns() local
1103 again = 0; in should_retry_dns()
1108 again = 1; in should_retry_dns()
1112 again = 1; in should_retry_dns()
[all …]
/src/crypto/openssl/doc/man3/
H A DSSL_get_error.pod71 function can be called again.
80 to the B<BIO>. When the B<BIO> is writable again, the same function can be
81 called again.
83 Note that the retry may again lead to an B<SSL_ERROR_WANT_READ> or
101 again to continue sending the application data. If you get B<SSL_ERROR_WANT_WRITE>
122 called again later. The underlying BIO was not connected yet to the peer
124 called again when the connection is established. These messages can only
133 SSL_CTX_set_client_cert_cb() has asked to be called again.
134 The TLS/SSL I/O function should be called again later.
146 function should be called again later. The function B<must> be called from the
[all …]
/src/lib/libc/stdio/
H A Dvfwscanf.c502 again: c = *fmt++; in __vfwscanf()
517 goto again; in __vfwscanf()
520 goto again; in __vfwscanf()
527 goto again; in __vfwscanf()
530 goto again; in __vfwscanf()
533 goto again; in __vfwscanf()
572 goto again; in __vfwscanf()
575 goto again; in __vfwscanf()
578 goto again; in __vfwscanf()
585 goto again; in __vfwscanf()
[all …]
H A Dvfscanf.c519 again: c = *fmt++; in __svfscanf()
533 goto again; in __svfscanf()
536 goto again; in __svfscanf()
543 goto again; in __svfscanf()
546 goto again; in __svfscanf()
549 goto again; in __svfscanf()
588 goto again; in __svfscanf()
591 goto again; in __svfscanf()
594 goto again; in __svfscanf()
601 goto again; in __svfscanf()
[all …]
/src/sys/arm64/vmm/
H A Dvmm_mmu.c165 again: in vmmpmap_l1_table()
182 goto again; in vmmpmap_l1_table()
208 again: in vmmpmap_l2_table()
225 goto again; in vmmpmap_l2_table()
251 again: in vmmpmap_l3_table()
268 goto again; in vmmpmap_l3_table()

12345678910>>...31