Searched refs:debug (Results 1 - 25 of 55) sorted by relevance

123

/openwrt/target/linux/ar71xx/base-files/etc/hotplug.d/net/
H A D10-ar922x-led-fix31 [ -f /sys/kernel/debug/ieee80211/$1/ath9k/regidx ] && {
32 echo $regidx > /sys/kernel/debug/ieee80211/$1/ath9k/regidx
33 regval=`cat /sys/kernel/debug/ieee80211/$1/ath9k/regval`
36 echo $regval > /sys/kernel/debug/ieee80211/$1/ath9k/regval
/openwrt/include/
H A Ddebug.mk8 # debug flags:
26 define debug macro
31 $$(if $(call debug,$(1),$(2)),$$(warning $(3)))
35 $$(if $(call debug,$(1),$(2)),$(3))
45 debug:= macro
H A Dkernel-build.mk50 rm -rf $(KERNEL_BUILD_DIR)/debug
51 mkdir -p $(KERNEL_BUILD_DIR)/debug/modules
52 $(CP) $(LINUX_DIR)/vmlinux $(KERNEL_BUILD_DIR)/debug/
55 $(KERNEL_BUILD_DIR)/debug/modules/
56 $(FIND) $(KERNEL_BUILD_DIR)/debug -type f | $(XARGS) $(KERNEL_CROSS)strip --only-keep-debug
57 $(TAR) c -C $(KERNEL_BUILD_DIR) debug \
59 | bzip2 -c -9 > $(BIN_DIR)/kernel-debug.tar.bz2
H A Dsubdir.mk37 $(if $(call debug,$(1),v),,@)+ \
83 $$(if $(call debug,$(1),v),,.SILENT: $$($(1)/stamp-$(3)))
/openwrt/package/boot/uboot-ar71xx/files/board/zyxel/nbg460n/
H A Dnbg460n.c80 debug("Testing mac addresses\n");
85 debug("Setting eth0 mac addr to %pM\n", macaddr);
91 debug("Setting eth1 mac addr to %pM\n", macaddr);
/openwrt/target/linux/mcs814x/files-3.18/arch/arm/mach-mcs814x/include/mach/
H A Ddebug-macro.S11 #include <asm/hardware/debug-8250.S>
/openwrt/scripts/
H A Dslugimage.pl45 my($debug) = 0;
142 $debug and print "Found terminator for <FIS directory>\n";
159 $debug and printf("Found skip region at 0x%05X, size 0x%05X\n",
187 $debug and printf("Found <%s> at 0x%08X (%s)%s\n", $fields_ref->[0], $fields_ref->[1],
323 $debug and printf("Skipped <%s> (pseudo partition)\n", $partitions_ref->[$partition_count]->{'name'});
330 $debug and printf("Splicing new partition <%s> before <%s>\n",
344 $debug and printf("Overwriting <%s> with <%s>\n",
357 $debug and printf("Locating <%s> at 0x%08X (%s)\n",
371 $debug and printf("Locating <%s> at 0x%08X (%s)\n",
399 $debug an
[all...]
/openwrt/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/
H A Dag71xx_debugfs.c29 ag->debug.int_stats.total++;
31 ag->debug.int_stats.tx_ps++;
33 ag->debug.int_stats.tx_ur++;
35 ag->debug.int_stats.tx_be++;
37 ag->debug.int_stats.rx_pr++;
39 ag->debug.int_stats.rx_of++;
41 ag->debug.int_stats.rx_be++;
49 "%20s: %10lu\n", _label, ag->debug.int_stats._field);
76 struct ag71xx_napi_stats *stats = &ag->debug.napi_stats;
101 struct ag71xx_napi_stats *stats = &ag->debug
[all...]
/openwrt/package/kernel/trelay/files/
H A Dtrelay.init13 [ -d "/sys/kernel/debug/trelay/${dev1}-${dev2}" ] && return
18 echo "${dev1}-${dev2},${dev1},${dev2}" > /sys/kernel/debug/trelay/add
29 for relay in /sys/kernel/debug/trelay/*; do
/openwrt/package/system/zram-swap/files/
H A Dzram.init68 logger -s -t zram_reset -p daemon.debug "$message via $proc_entry"
98 logger -s -t zram_start -p daemon.debug "activating '$zram_dev' for swapping ($zram_size MegaBytes)"
116 logger -s -t zram_stop -p daemon.debug "deactivate swap $zram_dev"
/openwrt/package/network/services/authsae/files/lib/wifi/
H A Dauthsae.sh34 debug = 0;
46 debug = 0;
/openwrt/tools/firmware-utils/src/
H A Dfw.h66 if (debug) \
H A Dsrec2bin.c51 int debug; variable
84 if (debug)
146 if (debug)
171 if (debug)
371 // if(debug)
518 debug = TRUE;
519 debug = FALSE;
/openwrt/package/network/services/ead/src/tinysrp/
H A Dtconf.c59 int debug = 0; variable
91 debug++;
/openwrt/package/boot/uboot-oxnas/files/arch/arm/cpu/arm1136/nas782x/
H A Dclock.c86 debug("Freq %d MHz out of range, default to lowest\n", mhz);
/openwrt/target/linux/xburst/image/
H A DMakefile31 -e $(call kernel_entry,$(KDIR)/vmlinux.debug) -n 'MIPS OpenWrt Linux-$(LINUX_VERSION)' \
/openwrt/target/sdk/files/
H A DMakefile27 include $(TOPDIR)/include/debug.mk
/openwrt/package/base-files/files/etc/init.d/
H A Dboot36 grep -q debugfs /proc/filesystems && /bin/mount -o noatime -t debugfs debugfs /sys/kernel/debug
/openwrt/package/kernel/lantiq/ltq-adsl/
H A DMakefile81 --enable-debug=yes \
82 --enable-debug-prints=yes
/openwrt/package/network/config/ltq-adsl-app/
H A DMakefile54 --enable-debug-prints \
58 --enable-debug-tool-interface \
/openwrt/package/utils/nvram/files/
H A Dnvram.init7 alias debug=${DEBUG:-:}
/openwrt/toolchain/musl/
H A Dcommon.mk35 --enable-debug
/openwrt/package/network/utils/linux-atm/
H A DMakefile69 define Package/atm-debug-tools
74 define Package/atm-debug-tools/description
144 define Package/atm-debug-tools/install
192 $(eval $(call BuildPackage,atm-debug-tools))
/openwrt/package/utils/ubi-utils/
H A DMakefile34 TITLE:=Utilities for ubi info/debug
/openwrt/toolchain/uClibc/
H A Dcommon.mk41 $(if $(CONFIG_UCLIBC_ENABLE_DEBUG),$(if $(wildcard $(CONFIG_DIR)/debug),'+' $(CONFIG_DIR)/debug)) \

Completed in 124 milliseconds

123