Searched refs:prereq (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/test/fs/ |
H A D | fat-noncontig-test.sh | 64 for prereq in fallocate mkfs.fat dd crc32; do 65 if [ ! -x "`which $prereq`" ]; then 66 echo "Missing $prereq binary. Exiting!"
|
H A D | fs-test.sh | 64 for prereq in $PREREQ_BINS; do 65 if [ ! -x "`which $prereq`" ]; then 66 echo "Missing $prereq binary. Exiting!"
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | compaction_test.c | 57 int prereq(void) in prereq() function 187 if (prereq() != 0) in main()
|
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/ |
H A D | 0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch | 135 - printf("%-16s (skipping, prereq failed: $prereq)\n", "$name:"); 137 + printf("%-16s (skipping, prereq failed: $prereq)\n", "$name:"); 143 # Bad prereq; abort.
|
/openbmc/linux/tools/build/ |
H A D | Build.include | 56 any-prereq = $(filter-out $(PHONY),$?) $(filter-out $(PHONY) $(wildcard $^),$^) 75 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check)), \ 82 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \
|
/openbmc/u-boot/scripts/ |
H A D | Kbuild.include | 254 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 D | checks.c | 53 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()
|
/openbmc/linux/scripts/dtc/ |
H A D | checks.c | 39 struct check **prereq; member 52 .prereq = nm_##_prereqs, \ 168 struct check *prq = c->prereq[i]; in run_check() 173 c->prereq[i]->name); in run_check() 1994 enable_warning_error(c->prereq[i], warn, error); in enable_warning_error() 2012 if (cc->prereq[j] == c) in disable_warning_error()
|
/openbmc/linux/scripts/ |
H A D | Kbuild.include | 273 # Use .SECONDARY for older Make versions, but "newer-prereq" cannot detect
|