Searched refs:ERROR (Results 1 - 12 of 12) sorted by relevance

/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dmkfwimage2.c103 ERROR("Failed opening file '%s'\n", d->filename);
108 ERROR("Failed mmaping memory for file '%s'\n", d->filename);
210 ERROR("Too many partitions specified\n");
224 ERROR("Bad partition parameter %d, '%s'\n", t, part_desc);
229 ERROR("No partition name specified in '%s'\n", part_desc);
234 ERROR("Bad offset value '%s'\n", offset);
239 ERROR("Bad length value '%s'\n", length);
247 ERROR("Unable to determine size of '%s'\n",
255 ERROR("Bad memaddr vaule '%s'\n", memaddr);
260 ERROR("Ba
[all...]
H A Dmkfwimage.c151 ERROR("Failed opening file '%s'\n", d->filename);
157 ERROR("Failed mmaping memory for file '%s'\n", d->filename);
283 ERROR("Invalid part count '%d'\n", im->part_count);
293 ERROR("Invalid partition name '%s' of the part %d\n",
299 ERROR("Couldn't stat file '%s' from part '%s'\n",
305 ERROR("File '%s' from part '%s' is empty!\n",
310 ERROR("File '%s' too big (%d) - max size: 0x%08X (exceeds %lu bytes)\n",
339 ERROR("Cannot allocate memory chunk of size '%u'\n", mem_size);
353 ERROR("ERROR
[all...]
H A Dfw.h63 #define ERROR(...) fprintf(stderr, "ERROR: "__VA_ARGS__) macro
/netgear-R7800-V1.0.2.28/tools/wrt350nv2-builder/src/
H A Dupgrade.h38 #ifndef ERROR
39 #define ERROR -1 macro
/netgear-R7800-V1.0.2.28/include/
H A Dsubdir.mk25 define ERROR macro
40 $(if $(call debug,$(1)/$(bd),v),,@)+$$(SUBMAKE) -C $(1)/$(bd) $(btype)-$(target) $(if $(findstring $(bd),$($(1)/builddirs-ignore-$(btype)-$(target))), || $(call ERROR,$(1), ERROR: $(1)/$(bd) [$(btype)] failed to build.))
46 $(if $(call debug,$(1)/$(bd),v),,@)+$(if $(BUILD_LOG),set -o pipefail;) $$(SUBMAKE) -C $(1)/$(bd) $(target) BUILD_VARIANT="$(filter-out __default,$(variant))" $(if $(BUILD_LOG),SILENT= 2>&1 | tee $(BUILD_LOG_DIR)/$(1)/$(bd)/$(target).txt) $(if $(findstring $(bd),$($(1)/builddirs-ignore-$(target))), || $(call ERROR,$(1), ERROR: $(1)/$(bd) failed to build$(if $(filter-out __default,$(variant)), (build variant: $(variant))).))
H A Dscan.mk34 $$(call progress,ERROR: please fix $(SCAN_DIR)/$(2)/Makefile - see logs/$(SCAN_DIR)/$(2)/dump.txt for details\n) \
H A Ddownload.mk35 dl_pack/unknown=echo "ERROR: Unknown pack format for file $(1)"; false
41 @echo "ERROR: No download method available"; false
H A Dkernel.mk168 echo "ERROR: module '$$$$$$$$mod' is missing."; \
/netgear-R7800-V1.0.2.28/
H A DMakefile68 unset ERROR; \
70 $(_SINGLE)$(NO_TRACE_MAKE) -s -r -C package/$$package prereq || ERROR=1; \
72 if [ -n "$$ERROR" ]; then \
82 echo 'ERROR: Missing site config for target "$(REAL_GNU_TARGET_NAME)" !'; \
/netgear-R7800-V1.0.2.28/target/linux/at91/image/dfboot/src/
H A Ddataflash.h123 #define ERROR 0x2 macro
/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/usb/dwc_otg/
H A Ddummy_audio.c376 #define ERROR(dev,fmt,args...) \ macro
876 ERROR (dev, "bad OUT byte, buf [%d] = %d\n", i, *buf);
964 ERROR (dev, "kill %s: resubmit %d bytes --> %d\n",
987 ERROR (dev, "start %s --> %d\n", ep->name, status);
/netgear-R7800-V1.0.2.28/target/linux/orion/image/
H A Dgeneric.mk95 [ `stat -c %s '$(1)'` -le $(2) ] || { echo ' ERROR: $(1) too big (> $(2) bytes)'; exit 1; }

Completed in 146 milliseconds