Home
last modified time | relevance | path

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

/u-boot/net/
A Dudp.c16 if (udp_ops->prereq) in udp_prereq()
17 ret = udp_ops->prereq(udp_ops->data); in udp_prereq()
/u-boot/doc/
A DREADME.udp11 int (*prereq)(void *data);
16 The callback prereq define if all the requirements are
28 .prereq = wmp_prereq,
/u-boot/test/fs/
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!"
A Dfs-test.sh64 for prereq in $PREREQ_BINS; do
65 if [ ! -x "`which $prereq`" ]; then
66 echo "Missing $prereq binary. Exiting!"
/u-boot/include/net/
A Dudp.h20 int (*prereq)(void *data); member
/u-boot/scripts/
A DKbuild.include256 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) ), \
276 if_changed_rule = $(if $(strip $(any-prereq) $(arg-check) ), \
303 $(if $(strip $(any-prereq)),- due to: $(any-prereq), \
/u-boot/scripts/dtc/
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()
1627 enable_warning_error(c->prereq[i], warn, error); in enable_warning_error()
1645 if (cc->prereq[j] == c) in disable_warning_error()
/u-boot/cmd/
A Dnet.c362 .prereq = sntp_prereq,

Completed in 11 milliseconds