Home
last modified time | relevance | path

Searched defs:ldebug (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/audio/
H A Dadlib.c46 #define ldebug(...) dolog (__VA_ARGS__) macro
48 #define ldebug(...) macro
H A Dgus.c40 #define ldebug(...) dolog (__VA_ARGS__) macro
42 #define ldebug(...) macro
H A Dsb16.c45 #define ldebug(...) dolog (__VA_ARGS__) macro
47 #define ldebug(...) macro
/openbmc/qemu/hw/dma/
H A Di8257.c42 #define ldebug(...) fprintf (stderr, "dma: " __VA_ARGS__) macro
45 #define ldebug(...) macro
/openbmc/qemu/audio/
H A Daudio_int.h287 #define ldebug(fmt, ...) AUD_log(AUDIO_CAP, fmt, ## __VA_ARGS__) macro
289 #define ldebug(fmt, ...) (void)0 macro