Searched refs:clean (Results 426 - 450 of 455) sorted by relevance

<<111213141516171819

/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.h122 svn_boolean_t clean,
H A Dfs-loader.c214 nor can we clean up the common pool if libsvn_fs is dynamically
652 svn_boolean_t clean, svn_boolean_t incremental,
708 SVN_ERR(vtable->hotcopy(src_fs, dst_fs, src_path, dst_path, clean,
648 svn_fs_hotcopy3(const char *src_path, const char *dst_path, svn_boolean_t clean, svn_boolean_t incremental, svn_fs_hotcopy_notify_t notify_func, void *notify_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dap_config.h133 int clean; member in struct:hostapd_vlan
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzil.c1482 * to clean up in the event of allocation failure or I/O failure.
1939 itxs_t *itxs, *clean = NULL; local
1964 clean = itxg->itxg_itxs;
2009 if (clean != NULL)
2010 zil_itxg_clean(clean);
2017 * don't inadvertently clean out in-memory log records that would be required
3281 * ZIL to be clean, and to wait for all pending lwbs to be
3397 * to clean up.
/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A DMakefile.am189 clean-local:
/freebsd-13-stable/contrib/tcpdump/
H A DMakefile.in430 clean:
/freebsd-13-stable/stand/i386/btx/btx/
H A Dbtx.S517 * hardware interrupt handler a clean slate.
524 movl $PSL_RESERVED_DEFAULT,%ebx # Set clean %eflags
616 pushl $PSL_RESERVED_DEFAULT|PSL_D # Use clean %eflags with
/freebsd-13-stable/contrib/bmake/mk/
H A Dgendirdeps.mk356 echo '# local dependencies - needed for -jN in clean tree'; \
H A Ddirdeps.mk452 # clean up
/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c662 goto clean;
673 clean:
/freebsd-13-stable/sys/conf/
H A Dkern.mk255 checkdpadd clean cleandepend cleandir cleanobj configure \
/freebsd-13-stable/share/mk/
H A Dgendirdeps.mk357 echo '# local dependencies - needed for -jN in clean tree'; \
H A Ddirdeps.mk466 # clean up
/freebsd-13-stable/contrib/bmake/unit-tests/
H A DMakefile614 clean:
/freebsd-13-stable/
H A DMakefile149 checkdpadd checkworld clean cleandepend cleandir cleanworld \
/freebsd-13-stable/usr.bin/bmake/unit-tests/
H A DMakefile618 clean:
/freebsd-13-stable/sys/dev/netmap/
H A Dnetmap_mem2.c1267 * Let them clean up after themselves.
1420 goto clean;
1488 clean:
/freebsd-13-stable/contrib/ipfilter/lib/
H A DMakefile442 clean-lib:
/freebsd-13-stable/sys/tools/
H A Dmakesyscalls.lua108 io.stderr:write("Failed to clean up tmpdir: " ..
/freebsd-13-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec304 %clean
/freebsd-13-stable/contrib/unbound/
H A DMakefile.in296 .PHONY: clean realclean doc lint all install uninstall tests test strip lib longtest longcheck check alltargets
482 clean:
490 distclean: clean
497 maintainer-clean: distclean
500 realclean: maintainer-clean
/freebsd-13-stable/contrib/byacc/
H A Dconfigure7664 clean \\
7665 docs-clean ::
/freebsd-13-stable/contrib/ntp/lib/isc/win32/
H A Dlibisc.mak94 # _VC_MANIFEST_CLEAN - command to clean resources files generated temporarily:
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c262 static int dtrace_dynvar_failclean; /* dynvars failed to clean */
1732 * clean the dirty dynamic variable lists on all CPUs. Dynamic variable
1767 * If the clean list is non-NULL, then we're in a
1770 * also have a non-NULL clean list). We can't simply
1771 * move the dirty list into the clean list on this
1773 * to persist, lest a short clean list prevent a
1777 * with a NULL clean list, NULL dirty list, and NULL
1803 * therefore unable to clean it now.
1848 * into this dirty list; we can make it clean.
2175 dtrace_dynvar_t *clean local
[all...]
/freebsd-13-stable/contrib/bearssl/mk/
H A DRules.mk353 clean:

Completed in 312 milliseconds

<<111213141516171819