Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/lkdtm/
H A Drun.sh71 DMESG=$(mktemp --tmpdir -t lkdtm-dmesg-XXXXXX)
73 rm -f "$LOG" "$DMESG"
83 dmesg > "$DMESG"
97 dmesg | comm --nocheck-order -13 "$DMESG" - > "$LOG" || true
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr819xU_cmdpkt.c179 DMESG("send beacon frame tx rate is 6Mbpm\n"); in cmdpkt_beacontimerinterrupt_819xusb()
182 DMESG("send beacon frame tx rate is 1Mbpm\n"); in cmdpkt_beacontimerinterrupt_819xusb()
214 DMESG("---> cmpk_Handle_Interrupt_Status()\n"); in cmpk_handle_interrupt_status()
223 DMESG("cmpk_Handle_Interrupt_Status: wrong length!\n"); in cmpk_handle_interrupt_status()
232 DMESG("interrupt status = 0x%x\n", in cmpk_handle_interrupt_status()
249 DMESG("<---- cmpk_handle_interrupt_status()\n"); in cmpk_handle_interrupt_status()
H A Dr8192U_wx.c174 DMESG("bad CRC in monitor mode are %s", in r8192_wx_set_crcmon()
622 DMESG("Setting retry for RTS/CTS data to %d", wrqu->retry.value); in r8192_wx_set_retry()
626 DMESG("Setting retry for non RTS/CTS data to %d", wrqu->retry.value); in r8192_wx_set_retry()
H A Dr8192U.h49 #define DMESG(x, a...) no_printk(x, ##a) macro
H A Dr8192U_core.c590 DMESG("NIC in promisc mode"); in rtl8192_set_rxconf()
706 DMESG("rxcommandpackethandle819xusb: It is a command packet\n"); in rtl819xusb_rx_command_packet()
2380 DMESG("Reading EEPROM info failed"); in rtl8192_init()
2387 DMESG("Endopoints initialization failed"); in rtl8192_init()
/openbmc/linux/Documentation/translations/zh_CN/process/
H A Dsubmitting-patches.rst63 触发的场景、DMESG的摘录、崩溃描述、性能回归、延迟尖峰、锁定等。
/openbmc/linux/Documentation/translations/zh_TW/process/
H A Dsubmitting-patches.rst110 觸發的場景、DMESG的摘錄、崩潰描述、性能回歸、延遲尖峯、鎖定等。
/openbmc/linux/tools/testing/ktest/
H A Dktest.pl2168 open(DMESG, "> $dmesg") or
2206 print DMESG $line;
2289 close(DMESG);