Home
last modified time | relevance | path

Searched refs:cleaned (Results 1 – 25 of 64) sorted by relevance

123

/freebsd-head/contrib/kyua/utils/process/
HDexecutor.cpp307 bool cleaned; member
343 all_exec_handles(all_exec_handles_), cleaned(false) in impl()
350 if (!cleaned) { in ~impl()
387 cleaned = true; in cleanup()
418 PRE(!_pimpl->cleaned); in cleanup()
420 POST(_pimpl->cleaned); in cleanup()
558 bool cleaned; member
568 cleaned(false) in impl()
575 if (!cleaned) { in ~impl()
579 cleaned = true; in ~impl()
[all …]
HDexecutor_pid_test.cpp62 …ariant check failed: PID 60876 already in all_exec_handles; not properly cleaned up or reused too …
/freebsd-head/tools/tools/locale/tools/
HDcldr2def.pl296 my @cleaned;
301 push @cleaned, $_;
303 return join(";",@cleaned);
318 my @cleaned;
326 push @cleaned, $_;
328 return join(";",@cleaned);
/freebsd-head/contrib/ntp/sntp/libevent/cmake/
HDCodeCoverage.cmake117 …COV_PATH} --remove ${_outputname}.info 'tests/*' '/usr/*' --output-file ${_outputname}.info.cleaned
118 COMMAND ${GENHTML_PATH} -o ${_outputname} ${_outputname}.info.cleaned
119 COMMAND ${CMAKE_COMMAND} -E remove ${_outputname}.info ${_outputname}.info.cleaned
/freebsd-head/contrib/libevent/cmake/
HDCodeCoverage.cmake117 …COV_PATH} --remove ${_outputname}.info 'tests/*' '/usr/*' --output-file ${_outputname}.info.cleaned
118 COMMAND ${GENHTML_PATH} -o ${_outputname} ${_outputname}.info.cleaned
119 COMMAND ${CMAKE_COMMAND} -E remove ${_outputname}.info ${_outputname}.info.cleaned
/freebsd-head/crypto/openssl/doc/internal/man3/
HDossl_lib_ctx_get_data.pod55 Any resources allocated via a run once initialisation routine can be cleaned up
99 * method's destructor will be called when the library context is cleaned up.
/freebsd-head/sys/dev/cxgb/
HDcxgb_adapter.h232 uint32_t cleaned; member
519 #define desc_reclaimable(q) ((int)((q)->processed - (q)->cleaned - TX_MAX_DESC))
HDcxgb_sge.c385 q->cleaned += reclaim; in reclaim_completed_tx()
412 unsigned int r = q->processed - q->cleaned; in should_restart_tx()
976 reclaim_ofl = txq[TXQ_OFLD].processed - txq[TXQ_OFLD].cleaned; in sge_timer_cb()
1869 unsigned int reclaim = q->processed - q->cleaned; in reclaim_completed_tx_imm()
1872 q->cleaned += reclaim; in reclaim_completed_tx_imm()
3533 CTLFLAG_RD, &txq->cleaned, in t3_add_configured_sysctls()
/freebsd-head/crypto/openssl/doc/man3/
HDEVP_VerifyInit.pod68 be cleaned up after use by calling EVP_MD_CTX_free() or a memory leak
HDEVP_SignInit.pod72 be cleaned up after use by calling EVP_MD_CTX_free() or a memory leak
HDEVP_MD_meth_new.pod153 cleanup before the method's private data structure is cleaned out and
HDEVP_CIPHER_meth_new.pod204 extra cleanup before the method's private data structure is cleaned
HDOSSL_trace_set_channel.pod128 will be lost if the tracing channel or callback were cleaned away
HDEVP_DigestInit.pod312 the digest context I<ctx> is automatically cleaned up with EVP_MD_CTX_reset().
664 If digest contexts are not cleaned up after use,
HDOPENSSL_init_crypto.pod229 resources are cleaned up on library exit) except if thread local resources
HDASYNC_start_job.pod41 user code exits per-thread resources need to be cleaned up. This will normally
/freebsd-head/sys/contrib/device-tree/src/arm64/qcom/
HDmsm8998-clamshell.dtsi97 * If EFIFB is used, enabling MMCC will cause important MMSS clocks to be cleaned
/freebsd-head/lib/libc/regex/
HDWHATSNEW14 makefile has generally been cleaned up some. Fixes have been made
/freebsd-head/contrib/nvi/regex/
HDWHATSNEW15 makefile has generally been cleaned up some. Fixes have been made
/freebsd-head/sys/contrib/device-tree/scripts/
HDKbuild.include87 # is automatically cleaned up.
/freebsd-head/contrib/unbound/testdata/
HDserve_expired_client_timeout_val_bogus.rpl46 ; Also the DNSKEY lookup authority and additional are cleaned to stop overwrite
HDserve_expired_val_bogus.rpl52 ; Also the DNSKEY lookup authority and additional are cleaned to stop overwrite
/freebsd-head/sys/dev/mlx4/mlx4_en/
HDen.h357 u64 cleaned; member
/freebsd-head/contrib/llvm-project/lldb/docs/
HDpython_api_enums.rst1307 The LLDB temp directory for this system that will be cleaned up on exit.
1311 The LLDB temp directory for this system, NOT cleaned up on a process
/freebsd-head/contrib/one-true-awk/
HDFIXES.1e422 cleaned up a handful of tests that didn't seem to actually
997 cleaned up some declarations so gcc -Wall is now almost silent.
1107 cleaned up some error messages; "out of space" now means
1408 Error reporting slightly cleaned up.

123