Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Deepro100.c87 #define TRACE(flag, command) ((flag) ? (command) : (void)0) macro
393 TRACE(INT, logout("interrupt disabled\n")); in disable_interrupt()
402 TRACE(INT, logout("interrupt enabled\n")); in enable_interrupt()
485 TRACE(OTHER, logout("%p\n", s)); in e100_pci_reset()
602 TRACE(EEPROM, logout("checksum=0x%04x\n", eeprom_contents[EEPROM_SIZE - 1])); in nic_selective_reset()
614 TRACE(OTHER, logout("%p\n", s)); in nic_reset()
659 TRACE(OTHER, logout("val=0x%04x\n", val));
747 TRACE(RXTX, logout in tx_command()
761 TRACE(RXTX, logout in tx_command()
783 TRACE(RXTX, logout in tx_command()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/
H A D0002-tcl-fix-a-build-issue.patch71 - $(SHELL_ENV) ${TRACE} $(TRACE_OPTS) ./${TCL_EXE} $(SCRIPT)
72 + $(SHELL_ENV) ${TRACE} $(TRACE_OPTS) ${TCL_EXE} $(SCRIPT)
75 - $(SHELL_ENV) ${TRACE} $(TRACE_OPTS) ./${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl -singleproc 1 $(TES…
76 + $(SHELL_ENV) ${TRACE} $(TRACE_OPTS) ${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl -singleproc 1 $(TESTF…
/openbmc/u-boot/arch/arm/mach-tegra/tegra114/
H A Dpinmux.c141 PIN(GMI_IORDY_PI5, SDMMC2, RSVD2, GMI, TRACE),
143 PIN(GMI_ADV_N_PK0, RSVD1, NAND, GMI, TRACE),
144 PIN(GMI_CLK_PK1, SDMMC2, NAND, GMI, TRACE),
147 PIN(GMI_CS2_N_PK3, SDMMC2, NAND, GMI, TRACE),
149 PIN(GMI_CS4_N_PK2, USB, NAND, GMI, TRACE),
168 PIN(GMI_A16_PJ7, UARTD, TRACE, GMI, GMI_ALT),
169 PIN(GMI_A17_PB0, UARTD, RSVD2, GMI, TRACE),
170 PIN(GMI_A18_PB1, UARTD, RSVD2, GMI, TRACE),
171 PIN(GMI_A19_PK7, UARTD, SPI4, GMI, TRACE),
174 PIN(GMI_DQS_P_PJ3, SDMMC2, NAND, GMI, TRACE),
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/
H A Dfix_non_native_build_issue.patch72 - $(SHELL_ENV) ${TRACE} $(TRACE_OPTS) ./${TCL_EXE} $(SCRIPT)
73 + $(SHELL_ENV) ${TRACE} $(TRACE_OPTS) ${TCL_EXE} $(SCRIPT)
76 - $(SHELL_ENV) ${TRACE} $(TRACE_OPTS) ./${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl -singleproc 1 $(TES…
77 + $(SHELL_ENV) ${TRACE} $(TRACE_OPTS) ${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl -singleproc 1 $(TESTF…
/openbmc/u-boot/arch/arm/mach-tegra/tegra124/
H A Dpinmux.c142 PIN(PI7, RSVD1, TRACE, GMI, DTV),
144 PIN(PK1, SDMMC2, TRACE, GMI, RSVD4),
147 PIN(PK3, SDMMC2, TRACE, GMI, CCLA),
154 PIN(PG2, RSVD1, TRACE, GMI, RSVD4),
155 PIN(PG3, RSVD1, TRACE, GMI, RSVD4),
160 PIN(PH0, PWM0, TRACE, GMI, DTV),
166 PIN(PH6, SDMMC2, TRACE, GMI, DTV),
167 PIN(PH7, SDMMC2, TRACE, GMI, DTV),
174 PIN(PI2, SDMMC2, TRACE, GMI, RSVD4),
175 PIN(PI4, SPI4, TRACE, GMI, DISPLAYA),
/openbmc/u-boot/arch/arm/mach-tegra/tegra30/
H A Dpinmux.c204 PIN(KB_ROW4_PR4, KBC, NAND, TRACE, RSVD4),
205 PIN(KB_ROW5_PR5, KBC, NAND, TRACE, OWR),
216 PIN(KB_COL0_PQ0, KBC, NAND, TRACE, TEST),
217 PIN(KB_COL1_PQ1, KBC, NAND, TRACE, TEST),
218 PIN(KB_COL2_PQ2, KBC, NAND, TRACE, RSVD4),
219 PIN(KB_COL3_PQ3, KBC, NAND, TRACE, RSVD4),
220 PIN(KB_COL4_PQ4, KBC, NAND, TRACE, RSVD4),
221 PIN(KB_COL5_PQ5, KBC, NAND, TRACE, RSVD4),
222 PIN(KB_COL6_PQ6, KBC, NAND, TRACE, MIO),
223 PIN(KB_COL7_PQ7, KBC, NAND, TRACE, MIO),
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A Dgcc-6.patch38 TRACE("hello-%p\n", this);
H A D0001-Forward-port-to-OpenSSL-1.1.x.patch334 TRACE("Applied generic conversion!\n");
341 TRACE("Applied method specific conversion!\n");
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DGLWTPL17 TRACE TO TRACK THE AUTHOR of the original product to blame for or hold
/openbmc/u-boot/scripts/dtc/
H A Dchecks.c24 #define TRACE(c, ...) \ macro
31 #define TRACE(c, fmt, ...) do { } while (0) macro
102 TRACE((c), "\t\tFAILED at %s:%d", __FILE__, __LINE__); \
109 TRACE((c), "\t\tFAILED at %s:%d", __FILE__, __LINE__); \
119 TRACE(c, "%s", node->fullpath); in check_nodes_props()
158 TRACE(c, "\tCompleted, status %d", c->status); in run_check()
/openbmc/u-boot/arch/arm/mach-tegra/tegra20/
H A Dpinmux.c315 PIN(KBCF, KBC, NAND, TRACE, MIO),
350 PIN(KBCC, KBC, NAND, TRACE, EMC_TEST1_DLL),
/openbmc/openbmc-test-automation/lib/pdu/
H A Dcyber.robot28 Set Telnetlib Log Level TRACE
/openbmc/u-boot/board/hisilicon/poplar/
H A DREADME205 BOOT TRACE