Home
last modified time | relevance | path

Searched refs:ASL_LOG (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xquartz/pbproxy/
H A Dpbproxy.h89 #define ASL_LOG(level, subsystem, msg, args ...) xq_asl_log(level, subsystem, \ macro
94 #define DebugF(msg, args ...) ASL_LOG(ASL_LEVEL_DEBUG, \
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A Ddarwin.h89 #define ASL_LOG(level, subsystem, msg, args ...) xq_asl_log(level, subsystem, \ macro
94 #define DEBUG_LOG(msg, args ...) ASL_LOG(ASL_LEVEL_DEBUG, \
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A Dxpr.h40 #define DEBUG_LOG(msg, args ...) ASL_LOG(ASL_LEVEL_DEBUG, "xpr", msg, ## args)
/OK3568_Linux_fs/external/xserver/hw/xquartz/GL/
H A Dindirect.c56 #define GLAQUA_DEBUG_MSG(msg, args ...) ASL_LOG(ASL_LEVEL_DEBUG, "GLXAqua", \