Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/test/fs/
H A Dfat-noncontig-test.sh65 for prereq in fallocate mkfs.fat dd crc32; do
66 if [ ! -x "`which $prereq`" ]; then
67 echo "Missing $prereq binary. Exiting!"
H A Dfs-test.sh60 for prereq in $PREREQ_BINS; do
61 if [ ! -x "`which $prereq`" ]; then
62 echo "Missing $prereq binary. Exiting!"
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch135 - printf("%-16s (skipping, prereq failed: $prereq)\n", "$name:");
137 + printf("%-16s (skipping, prereq failed: $prereq)\n", "$name:");
143 # Bad prereq; abort.
/OK3568_Linux_fs/kernel/tools/build/
H A DBuild.include56 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)), \
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Dcompaction_test.c57 int prereq(void) in prereq() function
171 if (prereq() != 0) { in main()
/OK3568_Linux_fs/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), \
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
H A DKbuild.include257 any-prereq = $(filter-out $(PHONY),$?) $(filter-out $(PHONY) $(wildcard $^),$^)
260 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \
266 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check) ), \
308 if_changed_rule = $(if $(strip $(any-prereq) $(arg-check) ), \
335 $(if $(strip $(any-prereq)),- due to: $(any-prereq), \
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H A DKbuild.include257 any-prereq = $(filter-out $(PHONY),$?) $(filter-out $(PHONY) $(wildcard $^),$^)
260 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \
266 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check) ), \
308 if_changed_rule = $(if $(strip $(any-prereq) $(arg-check) ), \
335 $(if $(strip $(any-prereq)),- due to: $(any-prereq), \
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/
H A DKbuild.include261 any-prereq = $(filter-out $(PHONY),$?) $(filter-out $(PHONY) $(wildcard $^),$^)
265 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \
271 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check) ), \
281 if_changed_rule = $(if $(strip $(any-prereq) $(arg-check) ), \
308 $(if $(strip $(any-prereq)),- due to: $(any-prereq), \
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/
H A DKbuild.include261 any-prereq = $(filter-out $(PHONY),$?) $(filter-out $(PHONY) $(wildcard $^),$^)
265 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \
271 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check) ), \
281 if_changed_rule = $(if $(strip $(any-prereq) $(arg-check) ), \
308 $(if $(strip $(any-prereq)),- due to: $(any-prereq), \
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Dchecks.c53 struct check **prereq; member
66 .prereq = _nm##_prereqs, \
125 struct check *prq = c->prereq[i]; in run_check()
130 c->prereq[i]->name); in run_check()
1280 enable_warning_error(c->prereq[i], warn, error); in enable_warning_error()
1298 if (cc->prereq[j] == c) in disable_warning_error()
/OK3568_Linux_fs/buildroot/package/dahdi-linux/
H A Ddahdi-linux.mk73 prereq
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dchecks.c39 struct check **prereq; member
52 .prereq = nm_##_prereqs, \
160 struct check *prq = c->prereq[i]; in run_check()
165 c->prereq[i]->name); in run_check()
1918 enable_warning_error(c->prereq[i], warn, error); in enable_warning_error()
1936 if (cc->prereq[j] == c) in disable_warning_error()