| /freebsd/contrib/libcbor/doc/ |
| H A D | Makefile | 55 @echo "Build finished. The HTML pages are in $(BUILDDIR)/html." 60 @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml." 65 @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml." 70 @echo "Build finished; now you can process the pickle files." 75 @echo "Build finished; now you can process the JSON files." 80 @echo "Build finished; now you can run HTML Help Workshop with the" \ 86 @echo "Build finished; now you can run "qcollectiongenerator" with the" \ 95 @echo "Build finished." 104 @echo "Build finished. The epub file is in $(BUILDDIR)/epub." 109 @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex." [all …]
|
| H A D | make.bat | 67 echo.Build finished. The HTML pages are in %BUILDDIR%/html. 75 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. 83 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. 91 echo.Build finished; now you can process the pickle files. 99 echo.Build finished; now you can process the JSON files. 107 echo.Build finished; now you can run HTML Help Workshop with the ^ 116 echo.Build finished; now you can run "qcollectiongenerator" with the ^ 128 echo.Build finished. 136 echo.Build finished. The epub file is in %BUILDDIR%/epub. 144 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. [all …]
|
| /freebsd/contrib/llvm-project/lld/docs/ |
| H A D | make.bat | 51 echo.Build finished. The HTML pages are in %BUILDDIR%/html. 59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. 67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. 75 echo.Build finished; now you can process the pickle files. 83 echo.Build finished; now you can process the JSON files. 91 echo.Build finished; now you can run HTML Help Workshop with the ^ 100 echo.Build finished; now you can run "qcollectiongenerator" with the ^ 112 echo.Build finished. 120 echo.Build finished. The epub file is in %BUILDDIR%/epub. 128 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. [all …]
|
| /freebsd/sys/arm/arm/ |
| H A D | db_trace.c | 64 bool finished; in db_stack_trace_cmd() local 66 finished = false; in db_stack_trace_cmd() 67 while (!finished) { in db_stack_trace_cmd() 68 finished = unwind_stack_one(state, 1); in db_stack_trace_cmd() 106 if (finished) in db_stack_trace_cmd() 120 finished = true; in db_stack_trace_cmd() 123 finished = true; in db_stack_trace_cmd()
|
| /freebsd/sys/contrib/zstd/examples/ |
| H A D | streaming_compression.c | 54 * If the read may not be finished (read == toRead) we use in compressFile_orDie() 66 int finished; in compressFile_orDie() local 75 /* If we're on the last chunk we're finished when zstd returns 0, in compressFile_orDie() 76 * which means its consumed all the input AND finished the frame. in compressFile_orDie() 77 * Otherwise, we're finished when we've consumed all the input. in compressFile_orDie() 79 finished = lastChunk ? (remaining == 0) : (input.pos == input.size); in compressFile_orDie() 80 } while (!finished); in compressFile_orDie()
|
| H A D | streaming_compression_thread_pool.c | 70 * If the read may not be finished (read == toRead) we use in compressFile_orDie() 82 int finished; in compressFile_orDie() local 91 /* If we're on the last chunk we're finished when zstd returns 0, in compressFile_orDie() 92 * which means its consumed all the input AND finished the frame. in compressFile_orDie() 93 * Otherwise, we're finished when we've consumed all the input. in compressFile_orDie() 95 finished = lastChunk ? (remaining == 0) : (input.pos == input.size); in compressFile_orDie() 96 } while (!finished); in compressFile_orDie()
|
| H A D | multiple_streaming_compression.c | 79 int finished; in compressFile_orDie() local 85 finished = lastChunk ? (remaining == 0) : (input.pos == input.size); in compressFile_orDie() 86 } while (!finished); in compressFile_orDie()
|
| /freebsd/crypto/openssh/regress/ |
| H A D | channel-timeout.sh | 8 rm -f $OBJ/finished.* $OBJ/mux.* 106 mux_client "sleep 1 ; echo ok ; sleep 1; echo ok; sleep 60; touch $OBJ/finished.1" >/dev/null & 107 mux_client "sleep 60 ; touch $OBJ/finished.2" >/dev/null & 108 mux_client "sleep 2 ; touch $OBJ/finished.3" >/dev/null & 110 test -f $OBJ/finished.1 && fail "first mux process completed" 111 test -f $OBJ/finished.2 && fail "second mux process completed" 112 test -f $OBJ/finished.3 || fail "third mux process did not complete"
|
| /freebsd/lib/libpmc/pmu-events/arch/powerpc/power8/ |
| H A D | pipeline.json | 5 "BriefDescription": "1 or more ppc insts finished", 6 "PublicDescription": "1 or more ppc insts finished (completed)" 203 "BriefDescription": "Larx finished", 221 "BriefDescription": "LSU Finished an instruction (up to 2 per cycle)", 305 "BriefDescription": "Store Instructions Finished", 306 "PublicDescription": "Store Instructions Finished (store sent to nest)" 311 "BriefDescription": "Store forwards that finished", 335 "BriefDescription": "tlbie finished",
|
| /freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | ConstantInitBuilder.h | 106 bool Finished = false; variable 132 assert(Finished && "didn't finish aggregate builder"); in ~ConstantAggregateBuilderBase() 137 assert(!Finished && "builder already finished"); in markFinished() 138 Finished = true; in markFinished() 161 Finished(other.Finished), Frozen(other.Frozen), Packed(other.Packed), in ConstantAggregateBuilderBase() 163 other.Finished = true; in ConstantAggregateBuilderBase() 171 assert(!this->Finished && "cannot query after finishing builder"); in size() 191 assert(!Finished && "cannot add more values after finishing builder"); in add() 217 assert(!Finished && "cannot add more values after finishing builder"); in addAll() 260 assert(!Finished && "cannot add more values after finishing builder"); in getNextOffsetFromGlobal() [all …]
|
| /freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/ |
| H A D | lac_sym_key.h | 34 * 7.4.9. Finished - How the finished message uses the TLS PRF 73 #define LAC_SYM_KEY_TLS_CLIENT_FIN_LABEL ("client finished") 75 * Label for TLS Client finished Message, as defined in RFC4346. */ 77 #define LAC_SYM_KEY_TLS_SERVER_FIN_LABEL ("server finished") 79 * Label for TLS Server finished Message, as defined in RFC4346. */ 123 /**< client finished label */ 125 /**< server finished label */
|
| /freebsd/contrib/netbsd-tests/lib/librumpclient/ |
| H A D | h_execthr.c | 123 SAY("rumpclient_init finished.\n"); in main() 131 SAY("startup pthread_create finished.\n"); in main() 136 SAY("startup pthread_join finished.\n"); in main() 141 SAY("startup rump_sys_read finished.\n"); in main() 144 SAY("startup getproc finished.\n"); in main() 194 SAY("getproc finished.\n"); in main()
|
| /freebsd/contrib/bearssl/src/ssl/ |
| H A D | ssl_hs_common.t0 | 66 \ -- The handshake is finished, and application data may flow. There may 1088 \ Write Finished message. 1089 : write-Finished ( from_client -- ) 1090 compute-Finished 1093 \ Read Finished message. 1094 : read-Finished ( from_client -- ) 1095 compute-Finished 1101 \ Compute the "Finished" contents (either the value to send, or the 1103 \ "from_client" value is non-zero for the Finished sent by the client. 1106 : compute-Finished ( from_client -- ) [all …]
|
| /freebsd/crypto/openssl/test/ |
| H A D | dtlstest.c | 393 * Test just sending a Finished message as the first message. Should fail due 472 * Test that swapping later records before Finished or CCS still works 476 * Test 3: Test receiving an app data before Finished on client side 516 /* Recv flight 2, send flight 3: ClientKeyExchange, CCS, Finished */ in test_swap_records() 521 /* Swap Finished and CCS within the datagram */ in test_swap_records() 528 /* Recv flight 3, send flight 4: datagram 0(NST, CCS) datagram 1(Finished) */ in test_swap_records() 540 /* Finished comes before NST/CCS */ in test_swap_records() 548 /* App data comes before Finished */ in test_swap_records() 556 * + flight 4 (datagram 2): Finished in test_swap_records() 629 /* Recv flight 2, send flight 3: ClientKeyExchange, CCS, Finished */ in test_duplicate_app_data() [all …]
|
| /freebsd/crypto/openssl/crypto/des/asm/ |
| H A D | des_enc.m4 | 243 ! the previous round is finished. 312 xor $1, local1, $1 ! 1 finished, local1 now sbox 7 324 xor $1, local2, $1 ! 2 finished local2 now sbox 6 328 xor $1, local3, $1 ! 3 finished local3 now sbox 5 336 xor $1, local4, $1 ! 4 finished 340 xor $1, local0, $1 ! 8 finished 343 xor $1, local2, $1 ! 6 finished 348 xor $1, local1, $1 ! 7 finished 351 xor $1, local3, $1 ! 5 finished 367 xor $2, local2, $2 ! 5 finished local2 used [all …]
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/ |
| H A D | tst.usdt.d | 39 /json(this->j, "finished") == NULL && json(this->j, "action") != "ignore"/ 50 /json(this->j, "finished") != NULL/ 52 printf("FINISHED!\n");
|
| /freebsd/tools/tools/netrate/tcpp/ |
| H A D | tcpp_client.c | 77 static int finished; /* Number finished so far. */ variable 150 finished++; in tcpp_client_closeconn() 250 while (finished < tflag) { in tcpp_client_worker() 251 while ((started - finished < mflag) && (started < tflag)) in tcpp_client_worker() 261 /* printf("Worker %d done - %d finished\n", workernum, finished); */ in tcpp_client_worker()
|
| /freebsd/share/man/man9/ |
| H A D | sbuf.9 | 548 as finished, which means that it may no longer be modified using 563 only works on a finished 576 is finished. 632 must be finished before calling 640 is finished using 714 if the sbuf overflowed before being finished,
|
| /freebsd/sys/contrib/openzfs/cmd/zed/zed.d/ |
| H A D | history_event-zfs-list-cacher.sh.in | 29 finished() { function 43 finished 85 finished
|
| /freebsd/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_store.c | 678 goto finished; in bhnd_nvram_store_export_child() 694 goto finished; in bhnd_nvram_store_export_child() 700 goto finished; in bhnd_nvram_store_export_child() 712 goto finished; in bhnd_nvram_store_export_child() 739 goto finished; in bhnd_nvram_store_export_child() 772 goto finished; in bhnd_nvram_store_export_child() 778 finished: in bhnd_nvram_store_export_child() 928 goto finished; in bhnd_nvram_store_export() 971 finished: in bhnd_nvram_store_export() 1114 goto finished; in bhnd_nvram_store_getvar() [all …]
|
| /freebsd/contrib/wpa/src/tls/ |
| H A D | tlsv1_server_read.c | 1107 tlsv1_server_log(conn, "TEST-FAILURE: Client Finished received after invalid ServerKeyExchange"); in tls_process_client_finished() 1113 tlsv1_server_log(conn, "TEST-FAILURE: Client Finished received after bogus DHE \"prime\" 15"); in tls_process_client_finished() 1119 …tlsv1_server_log(conn, "TEST-FAILURE: Client Finished received after short 58-bit DHE prime in lon… in tls_process_client_finished() 1125 …tlsv1_server_log(conn, "TEST-WARNING: Client Finished received after short 511-bit DHE prime (inse… in tls_process_client_finished() 1131 …tlsv1_server_log(conn, "TEST-NOTE: Client Finished received after 767-bit DHE prime (relatively in… in tls_process_client_finished() 1137 …tlsv1_server_log(conn, "TEST-NOTE: Client Finished received after non-prime claimed as DHE prime"); in tls_process_client_finished() 1143 tlsv1_server_log(conn, "Expected Finished; received content type 0x%x", in tls_process_client_finished() 1162 wpa_printf(MSG_DEBUG, "TLSv1: Expected Finished; received " in tls_process_client_finished() 1175 tlsv1_server_log(conn, "Too short buffer for Finished (len=%lu > left=%lu)", in tls_process_client_finished() 1183 tlsv1_server_log(conn, "Unexpected verify_data length in Finished: %lu (expected %d)", in tls_process_client_finished() [all …]
|
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | bio_enc.c | 32 int cont; /* <= 0 when finished */ 33 int finished; member 164 ctx->finished = 1; in enc_read() 315 ctx->finished = 0; in enc_ctrl() 352 if (!ctx->finished) { in enc_ctrl() 353 ctx->finished = 1; in enc_ctrl()
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | ossl-guide-tls-introduction.pod | 262 complete once an endpoint has sent its last message (known as the "Finished" 263 message) and received a Finished message from its peer. Note that this might 265 server always sends its Finished message before the client. The client later 266 responds with its Finished message. At this point the client has completed the 267 handshake because it has both sent and received a Finished message. The server 268 has sent its Finished message but the Finished message from the client may still
|
| /freebsd/secure/lib/libcrypto/man/man7/ |
| H A D | ossl-guide-tls-introduction.7 | 322 complete once an endpoint has sent its last message (known as the "Finished" 323 message) and received a Finished message from its peer. Note that this might 325 server always sends its Finished message before the client. The client later 326 responds with its Finished message. At this point the client has completed the 327 handshake because it has both sent and received a Finished message. The server 328 has sent its Finished message but the Finished message from the client may still
|
| /freebsd/sys/dev/mlxfw/ |
| H A D | mlxfw_mfa2.c | 419 bool *finished) in mlxfw_mfa2_xz_dec_run() argument 427 *finished = true; in mlxfw_mfa2_xz_dec_run() 430 *finished = false; in mlxfw_mfa2_xz_dec_run() 459 bool finished; in mlxfw_mfa2_file_cb_offset_xz() local 478 err = mlxfw_mfa2_xz_dec_run(xz_dec, &dec_buf, &finished); in mlxfw_mfa2_file_cb_offset_xz() 481 if (finished) { in mlxfw_mfa2_file_cb_offset_xz() 492 err = mlxfw_mfa2_xz_dec_run(xz_dec, &dec_buf, &finished); in mlxfw_mfa2_file_cb_offset_xz()
|