Searched refs:DMESG (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/lkdtm/ |
H A D | run.sh | 65 DMESG=$(mktemp --tmpdir -t lkdtm-dmesg-XXXXXX) 67 rm -f "$LOG" "$DMESG" 77 dmesg > "$DMESG" 89 dmesg | comm --nocheck-order -13 "$DMESG" - > "$LOG" || true
|
/kernel/linux/linux-6.6/tools/testing/selftests/lkdtm/ |
H A D | run.sh | 71 DMESG=$(mktemp --tmpdir -t lkdtm-dmesg-XXXXXX) 73 rm -f "$LOG" "$DMESG" 83 dmesg > "$DMESG" 97 dmesg | comm --nocheck-order -13 "$DMESG" - > "$LOG" || true
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ |
H A D | r819xU_cmdpkt.c | 179 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 D | r8192U_wx.c | 174 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 D | r8192U.h | 49 #define DMESG(x, a...) macro
|
H A D | r8192U_core.c | 767 DMESG("NIC in promisc mode"); in rtl8192_set_rxconf() 883 DMESG("rxcommandpackethandle819xusb: It is a command packet\n"); in rtl819xusb_rx_command_packet() 2557 DMESG("Reading EEPROM info failed"); in rtl8192_init() 2564 DMESG("Endopoints initialization failed"); in rtl8192_init()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ |
H A D | r819xU_cmdpkt.c | 179 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 D | r8192U_wx.c | 174 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 D | r8192U.h | 49 #define DMESG(x, a...) no_printk(x, ##a) macro
|
H A D | r8192U_core.c | 590 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()
|
/kernel/linux/linux-5.10/tools/testing/ktest/ |
H A D | ktest.pl | 2110 open(DMESG, "> $dmesg") or 2149 print DMESG $line; 2232 close(DMESG);
|
/kernel/linux/linux-6.6/tools/testing/ktest/ |
H A D | ktest.pl | 2167 open(DMESG, "> $dmesg") or 2205 print DMESG $line; 2288 close(DMESG);
|
Completed in 30 milliseconds