Home
last modified time | relevance | path

Searched refs:finalized (Results 1 – 23 of 23) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_controller.h71 if (finalized()) in setupNewBuffer()
104 if (finalized()) in setupNewBuffer()
110 if (finalized()) in prepareBuffer()
137 if (finalized()) { in returnBuffer()
246 if (finalized() || in functionEnter()
270 if (finalized()) in functionTailExit()
295 if (finalized() || in functionEnterArg()
312 if (finalized() || in functionExit()
335 if (finalized() || in customEvent()
349 if (finalized() || in typedEvent()
[all …]
H A Dxray_fdr_flags.inc23 "notice that the log has been finalized and clean up.")
H A Dxray_profiling_flags.inc25 "notice that the profiler has been finalized and clean up.")
/freebsd-14.2/contrib/unbound/libunbound/
H A Dlibunbound.c416 if(ctx->finalized) { in ub_ctx_set_option()
445 if(ctx->finalized) { in ub_ctx_config()
463 if(ctx->finalized) { in ub_ctx_add_ta()
482 if(ctx->finalized) { in ub_ctx_add_ta_file()
500 if(ctx->finalized) { in ub_ctx_add_ta_autr()
520 if(ctx->finalized) { in ub_ctx_trustedkeys()
562 if(ctx->finalized) { in ub_ctx_async()
982 if(ctx->finalized) { in ub_ctx_set_fwd()
1051 if(ctx->finalized) { in ub_ctx_set_tls()
1092 if(ctx->finalized) { in ub_ctx_set_stub()
[all …]
H A Dcontext.h84 int finalized; member
H A Dcontext.c117 ctx->finalized = 1; in context_finalize()
/freebsd-14.2/crypto/openssl/doc/man3/
H A DPKCS7_sign_add_signer.pod30 is not complete and must be finalized either by streaming (if applicable) or
47 returned B<PKCS7> structure will be valid and finalized when this flag is set.
50 B<PKCS7_SIGNER_INO> structure will not be finalized so additional attributes
72 before it is finalized.
H A DCMS_add1_signer.pod31 structure is not complete and must be finalized either by streaming (if
53 The returned CMS_ContentInfo structure will be valid and finalized when this
57 CMS_SignerInfo structure will not be finalized so additional attributes
86 before it is finalized.
H A DCMS_EnvelopedData_create.pod42 The B<CMS_ContentInfo> structure needs to be finalized using L<CMS_final(3)>
H A DEVP_VerifyInit.pod67 Since only a copy of the digest context is ever finalized the context must
H A DEVP_SignInit.pod71 Since only a copy of the digest context is ever finalized the context must
/freebsd-14.2/usr.sbin/fwget/pci/
H A Dpci32 0x00) echo "old" ;; # built before class codes were finalized
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DChunks.cpp1034 assert(!finalized && "should only finalize once"); in finalizeContents()
1039 finalized = true; in finalizeContents()
H A DChunks.h480 bool finalized = false; variable
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1207 void finalizeContents() override { finalized = true; } in finalizeContents()
1212 bool finalized = false; variable
H A DSyntheticSections.cpp3720 return !finalized || !entries.empty(); in isNeeded()
/freebsd-14.2/sys/contrib/openzfs/.github/
H A DCONTRIBUTING.md145 Any required reviews can then be finalized and the pull request merged.
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticCommonKinds.td125 "cannot rebuild module '%0' as it is already finalized">, DefaultFatal;
/freebsd-14.2/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.1.txt259 A finalized event cannot be re-added or activated. The finalizer
261 "resucitate" the event being finalized in any way.
/freebsd-14.2/contrib/libevent/
H A Dwhatsnew-2.1.txt259 A finalized event cannot be re-added or activated. The finalizer
261 "resucitate" the event being finalized in any way.
/freebsd-14.2/sys/contrib/zstd/
H A DCHANGELOG301 api : finalized advanced API, last stage before "stable" status
/freebsd-14.2/share/doc/IPv6/
H A DIMPLEMENTATION1361 When RFC2553 was about to be finalized, there was discussion on how struct
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXIntrinsics.td4493 // TODO: These intrinsics are not yet finalized, pending PTX ISA design work