Home
last modified time | relevance | path

Searched refs:prereq (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/test/fs/
H A Dfat-noncontig-test.sh64 for prereq in fallocate mkfs.fat dd crc32; do
65 if [ ! -x "`which $prereq`" ]; then
66 echo "Missing $prereq binary. Exiting!"
H A Dfs-test.sh64 for prereq in $PREREQ_BINS; do
65 if [ ! -x "`which $prereq`" ]; then
66 echo "Missing $prereq binary. Exiting!"
/openbmc/u-boot/scripts/
H A DKbuild.include254 any-prereq = $(filter-out $(PHONY),$?) $(filter-out $(PHONY) $(wildcard $^),$^)
258 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \
264 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check) ), \
274 if_changed_rule = $(if $(strip $(any-prereq) $(arg-check) ), \
301 $(if $(strip $(any-prereq)),- due to: $(any-prereq), \
/openbmc/u-boot/scripts/dtc/
H A Dchecks.c53 struct check **prereq; member
66 .prereq = nm_##_prereqs, \
141 struct check *prq = c->prereq[i]; in run_check()
146 c->prereq[i]->name); in run_check()
1430 enable_warning_error(c->prereq[i], warn, error); in enable_warning_error()
1448 if (cc->prereq[j] == c) in disable_warning_error()