| /OK3568_Linux_fs/u-boot/test/fs/ |
| H A D | fat-noncontig-test.sh | 65 for prereq in fallocate mkfs.fat dd crc32; do 66 if [ ! -x "`which $prereq`" ]; then 67 echo "Missing $prereq binary. Exiting!"
|
| H A D | fs-test.sh | 60 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 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.
|
| /OK3568_Linux_fs/kernel/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)), \
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | compaction_test.c | 57 int prereq(void) in prereq() function 171 if (prereq() != 0) { in main()
|
| /OK3568_Linux_fs/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), \
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/ |
| H A D | Kbuild.include | 257 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 D | Kbuild.include | 257 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 D | Kbuild.include | 261 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 D | Kbuild.include | 261 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 D | checks.c | 53 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 D | dahdi-linux.mk | 73 prereq
|
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | checks.c | 39 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()
|