Home
last modified time | relevance | path

Searched refs:DEBUG_HVSC (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/dev/hyperv/input/
H A Dhv_kbdc.c151 DEBUG_HVSC(sc, "NO buffer!\n"); in hv_kbd_produce_ks()
173 DEBUG_HVSC(sc, "Empty queue!\n"); in hv_kbd_fetch_top()
193 DEBUG_HVSC(sc, "Empty queue!\n"); in hv_kbd_remove_top()
214 DEBUG_HVSC(sc, "Empty queue!\n"); in hv_kbd_modify_top()
247 DEBUG_HVSC(sc, "hvkbd is ready\n"); in hv_kbd_on_response()
275 DEBUG_HVSC(sc, "keyboard resp: 0x%x\n", in hv_kbd_on_received()
281 DEBUG_HVSC(sc, "keystroke info: 0x%x, scan: 0x%x\n", in hv_kbd_on_received()
322 DEBUG_HVSC(sc, "event: 0x%x\n", pkt->cph_type); in hv_kbd_read_channel()
382 DEBUG_HVSC(sc, "finish connect vsp\n"); in hv_kbd_connect_vsp()
H A Dhv_kbdc.h53 #define DEBUG_HVSC(sc, ...) do { \ macro
60 DEBUG_HVSC(sc, __VA_ARGS__); \
H A Dhv_kbd.c652 DEBUG_HVSC(sc, "setled 0x%x\n", *(int *)arg); in hvkbd_ioctl_locked()