Home
last modified time | relevance | path

Searched full:clean (Results 1 – 25 of 865) sorted by relevance

12345678910>>...35

/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/health/
H A Dphosphor-health-monitor_%.bbappend5 SRC_URI += "file://clean-up-filesystem \
6 file://clean-up-filesystem.service \
8 STORAGE_CRIT_TGT = "clean-up-filesystem.service"
15 clean-up-filesystem.service \
19 …install -m 0644 ${UNPACKDIR}/clean-up-filesystem.service ${D}${systemd_system_unitdir}/clean-up-fi…
21 install -m 0755 ${UNPACKDIR}/clean-up-filesystem ${D}${libexecdir}/${PN}/
/openbmc/qemu/tests/
H A DMakefile.include24 @echo " $(MAKE) check-clean Clean the tests and related data"
41 CLEAN_TCG_TARGET_RULES=$(patsubst %,clean-tcg-tests-%, $(TCG_TESTS_TARGETS))
60 .PHONY: $(TCG_TESTS_TARGETS:%=clean-tcg-tests-%)
61 $(TCG_TESTS_TARGETS:%=clean-tcg-tests-%): clean-tcg-tests-%:
63 $(MAKE) -C tests/tcg/$* $(SUBDIR_MAKEFLAGS) clean, \
64 "CLEAN", "$* guest-tests")
70 "CLEAN", "$* guest-tests")
79 .PHONY: clean-tcg
80 clean-tcg: $(CLEAN_TCG_TARGET_RULES)
120 .PHONY: check check-clean
[all …]
/openbmc/qemu/util/
H A Dqemu-co-timeout.c35 CleanupFunc *clean; member
47 if (s->clean) { in qemu_co_timeout_entry()
48 s->clean(s->opaque); in qemu_co_timeout_entry()
58 uint64_t timeout_ns, CleanupFunc clean) in qemu_co_timeout() argument
72 .clean = clean in qemu_co_timeout()
H A Dtransactions.c71 if (act->drv->clean) { in tran_abort()
72 act->drv->clean(act->opaque); in tran_abort()
92 if (act->drv->clean) { in tran_commit()
93 act->drv->clean(act->opaque); in tran_commit()
/openbmc/openbmc/poky/scripts/
H A Dtest-reexec14 # initial build logs for each recipe. Log files with prefix "clean" are
15 # used to save logs of clean task after testing for a recipe is finished.
71clean|build|cleansstate|cleanall|package|cleansstate2|package_write|package_write_ipk|package_writ…
85 bitbake $target -c clean > $LOGS/clean.$target.$task
91 bitbake $target -c clean > $LOGS/clean.$target.$task
H A Dclean-hashserver-database15 [--mark value] [--clean-db] [--threshold-age seconds]
26 --clean-db) Remove all unmarked and unused entries from the database
39 --clean-db) CLEAN_DB="true";;
76 $BB_HASHCLIENT --address "$BB_HASHSERVER" clean-unused "$THRESHOLD_AGE"
/openbmc/u-boot/scripts/
H A DMakefile.clean45 $(always) $(targets) $(clean-files) \
49 __clean-files := $(filter-out $(no-clean-files), $(__clean-files))
51 # clean-files is given relative to the current directory, unless it
59 # same as clean-files
62 $(addprefix $(obj)/, $(filter-out $(objtree)/%, $(clean-dirs))) \
63 $(filter $(objtree)/%, $(clean-dirs)))
67 quiet_cmd_clean = CLEAN $(obj)
69 quiet_cmd_cleandir = CLEAN $(__clean-dirs)
75 +$(call cmd,clean)
92 $(Q)$(MAKE) $(clean)=$@
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/files/
H A D0001-Remove-modules_clean-from-clean-target.patch4 Subject: [PATCH] Remove modules_clean from clean target
7 Since OE will run 'make clean' before reconfiguring, this
26 -clean: modules_clean nbcat_clean mkemlog_clean
27 +clean: nbcat_clean mkemlog_clean
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/
H A D0007-Makefile-reorganize.patch17 To clean simply invoke: make TARGET=clean
40 +.PHONY: all lib install clean $(TARGETS)
50 -clean:
51 - for target in $(TARGETS); do ($(MAKE) -C $$target clean); done
H A D0002-add-install-targets-to-Makefiles.patch35 clean:
36 for target in $(TARGETS); do ($(MAKE) -C $$target clean); done
50 clean:
63 clean:
77 clean:
92 clean:
107 clean:
122 clean:
137 clean:
152 clean:
[all …]
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/health/phosphor-health-monitor/
H A Dclean-up-filesystem.service2 Description=Clean up files that might full up filesystem
6 ExecStart=/usr/libexec/phosphor-health-monitor/clean-up-filesystem
7 SyslogIdentifier=clean-up-filesystem
/openbmc/hiomapd/
H A DMakefile.am35 clean-local: code-coverage-clean
36 distclean-local: code-coverage-dist-clean
57 cscope.files: clean-cscope cscopelist-unique
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lockdev/lockdev/
H A Dbuild.patch29 .PHONY: clean distclean perl-clean mostyclean
30 perl-clean: clean
/openbmc/openbmc/meta-google/recipes-phosphor/initrdscripts/
H A Dobmc-phosphor-initfs.bbappend11 SRC_URI:append:gbmc:dev = " file://rwfs-clean-dev.patch"
12 SRC_URI:remove:gbmc:mfg = " file://rwfs-clean-dev.patch"
14 # Required for the clean-dev patch to detect version changes
18 echo "clean-rwfs-filesystem" > ${D}/init-options-base
/openbmc/u-boot/arch/arm/cpu/armv7m/
H A Dcache.c50 FLUSH_POU, /* d-cache clean by address to the PoU */
51 FLUSH_POC, /* d-cache clean by address to the PoC */
52 FLUSH_SET_WAY, /* d-cache clean by sets/ways */
53 FLUSH_INVAL_POC, /* d-cache clean & invalidate by addr to PoC */
54 FLUSH_INVAL_SET_WAY, /* d-cache clean & invalidate by set/ways */
72 * Return the io register to perform required cache action like clean or clean
92 * Return the io register to perform required cache action like clean or clean
134 /* Perform the action like invalidate/clean on a range of cache addresses */
169 /* Perform the action like invalidate/clean on all cached addresses */
/openbmc/u-boot/arch/arm/mach-mvebu/
H A Dlowlevel_spl.S37 * flush_l1_v6 - l1 cache clean invalidate
47 mcr p15, 0, r0, c7, c14, 1 /* @ clean & invalidate D line */
55 * flush_l1_v7 - l1 cache clean invalidate
65 mcr p15, 0, r0, c7, c14, 1 /* @ clean & invalidate D line */
/openbmc/qemu/python/
H A DMakefile43 @echo "make clean:"
48 @echo " built distribution files, and everything from 'make clean'."
123 .PHONY: clean
124 clean: target
125 python3 setup.py clean --all
129 distclean: clean
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/indent/indent/
H A D0001-Makefile.am-remove-regression-dir.patch23 distclean: clean
25 maintainer-clean: clean
29 clean:
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/nv-codec-headers/nv-codec-headers/
H A D0001-Makefile-add-clean-target.patch4 Subject: [PATCH] Makefile: add clean target
21 +clean: uninstall
23 +.PHONY: all clean install uninstall
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/
H A Dfix-ldflags.patch17 clean :
29 clean :
57 clean :
69 clean :
81 clean :
93 clean :
105 clean :
/openbmc/openbmc/poky/meta/recipes-core/glibc/
H A Dglibc-tests.inc23 # clean out previous test results
24 oe_runmake tests-clean
25 # makefiles don't clean entirely (and also sometimes fails due to too many args)
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0013-remove-clean-script.patch4 Subject: [PATCH] remove clean script
24 - $(topdir)/efi/clean-gnu-efi.sh $(EFI_SUBARCH) $(objdir)
26 clean: tidy
/openbmc/qemu/tests/qtest/migration/
H A DMakefile19 @echo " $(MAKE) clean Remove all intermediate files"
37 clean: target
39 $(MAKE) -C $$target clean; \
/openbmc/qemu/scripts/
H A Dclean-includes3 # Clean up QEMU #include lines by ensuring that qemu/osdep.h
17 # clean-includes [--git subjectprefix] [--check-dup-head] file ...
19 # clean-includes [--git subjectprefix] [--check-dup-head] --all
23 # with the subject line "subjectprefix: Clean up includes"
29 # Using --all will cause clean-includes to run on the whole source
84 echo "Usage: clean-includes [--git subjectprefix] [--check-dup-head] [--all | foo.c ...]"
194 $GITSUBJ: Clean up includes
196 This commit was created with scripts/clean-includes.
/openbmc/qemu/pc-bios/vof/
H A DMakefile26 clean: target
29 distclean: clean
31 .PHONY: all clean distclean

12345678910>>...35