Searched refs:DEBUG_HVSC (Results 1 – 3 of 3) sorted by relevance
| /src/sys/dev/hyperv/input/ |
| H A D | hv_kbdc.c | 150 DEBUG_HVSC(sc, "NO buffer!\n"); in hv_kbd_produce_ks() 172 DEBUG_HVSC(sc, "Empty queue!\n"); in hv_kbd_fetch_top() 192 DEBUG_HVSC(sc, "Empty queue!\n"); in hv_kbd_remove_top() 213 DEBUG_HVSC(sc, "Empty queue!\n"); in hv_kbd_modify_top() 246 DEBUG_HVSC(sc, "hvkbd is ready\n"); in hv_kbd_on_response() 274 DEBUG_HVSC(sc, "keyboard resp: 0x%x\n", in hv_kbd_on_received() 280 DEBUG_HVSC(sc, "keystroke info: 0x%x, scan: 0x%x\n", in hv_kbd_on_received() 321 DEBUG_HVSC(sc, "event: 0x%x\n", pkt->cph_type); in hv_kbd_read_channel() 381 DEBUG_HVSC(sc, "finish connect vsp\n"); in hv_kbd_connect_vsp()
|
| H A D | hv_kbdc.h | 53 #define DEBUG_HVSC(sc, ...) do { \ macro 60 DEBUG_HVSC(sc, __VA_ARGS__); \
|
| H A D | hv_kbd.c | 652 DEBUG_HVSC(sc, "setled 0x%x\n", *(int *)arg); in hvkbd_ioctl_locked()
|