Home
last modified time | relevance | path

Searched refs:_log (Results 1 – 10 of 10) sorted by relevance

/utopia/UTPA2-700.0.x/modules/cmdq/hal/k6lite/cmdq/
H A DhalCMDQ.c110 static void _log(int lv, const char *fn, int ln, char *fmt, ...) { in _log() function
129 #define _dbg(fmt, ...) _log(0, __PRETTY_FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
130 #define _err(fmt, ...) _log(1, __PRETTY_FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
131 #define _cri(fmt, ...) _log(2, __PRETTY_FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
/utopia/UTPA2-700.0.x/modules/cmdq/hal/k6/cmdq/
H A DhalCMDQ.c111 static void _log(int lv, const char *fn, int ln, char *fmt, ...) { in _log() function
130 #define _dbg(fmt, ...) _log(0, __PRETTY_FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
131 #define _err(fmt, ...) _log(1, __PRETTY_FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
132 #define _cri(fmt, ...) _log(2, __PRETTY_FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
/utopia/UTPA2-700.0.x/modules/cmdq/hal/curry/cmdq/
H A DhalCMDQ.c110 static void _log(int lv, const char *fn, int ln, char *fmt, ...) { in _log() function
125 #define _dbg(fmt, ...) _log(0, __PRETTY_FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
126 #define _err(fmt, ...) _log(1, __PRETTY_FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
127 #define _cri(fmt, ...) _log(2, __PRETTY_FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
/utopia/UTPA2-700.0.x/modules/cmdq/hal/kano/cmdq/
H A DhalCMDQ.c110 static void _log(int lv, const char *fn, int ln, char *fmt, ...) { in _log() function
125 #define _dbg(fmt, ...) _log(0, __PRETTY_FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
126 #define _err(fmt, ...) _log(1, __PRETTY_FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
127 #define _cri(fmt, ...) _log(2, __PRETTY_FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
/utopia/UTPA2-700.0.x/modules/cmdq/hal/maxim/cmdq/
H A DhalCMDQ.c110 static void _log(int lv, const char *fn, int ln, char *fmt, ...) { in _log() function
125 #define _dbg(fmt, ...) _log(0, __PRETTY_FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
126 #define _err(fmt, ...) _log(1, __PRETTY_FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
127 #define _cri(fmt, ...) _log(2, __PRETTY_FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
/utopia/UTPA2-700.0.x/modules/cmdq/hal/M7621/cmdq/
H A DhalCMDQ.c110 static void _log(int lv, const char *fn, int ln, char *fmt, ...) { in _log() function
125 #define _dbg(fmt, ...) _log(0, __PRETTY_FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
126 #define _err(fmt, ...) _log(1, __PRETTY_FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
127 #define _cri(fmt, ...) _log(2, __PRETTY_FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
/utopia/UTPA2-700.0.x/modules/cmdq/hal/manhattan/cmdq/
H A DhalCMDQ.c108 static void _log(int lv, const char *fn, int ln, char *fmt, ...) { in _log() function
124 #define _dbg(fmt, ...) _log(0, __PRETTY_FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
125 #define _err(fmt, ...) _log(1, __PRETTY_FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
126 #define _cri(fmt, ...) _log(2, __PRETTY_FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
/utopia/UTPA2-700.0.x/modules/cmdq/hal/M7821/cmdq/
H A DhalCMDQ.c134 static void _log(int lv, const char *fn, int ln, char *fmt, ...) { in _log() function
149 #define _dbg(fmt, ...) _log(0, __PRETTY_FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
150 #define _err(fmt, ...) _log(1, __PRETTY_FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
151 #define _cri(fmt, ...) _log(2, __PRETTY_FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
/utopia/UTPA2-700.0.x/modules/cmdq/hal/maserati/cmdq/
H A DhalCMDQ.c134 static void _log(int lv, const char *fn, int ln, char *fmt, ...) { in _log() function
149 #define _dbg(fmt, ...) _log(0, __PRETTY_FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
150 #define _err(fmt, ...) _log(1, __PRETTY_FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
151 #define _cri(fmt, ...) _log(2, __PRETTY_FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
/utopia/UTPA2-700.0.x/modules/cmdq/drv/cmdq/
H A DdrvCMDQ.c240 static void _log(int lv, const char *fn, int ln, char *fmt, ...) { in _log() function
265 #define _dbg(fmt, ...) _log(2, __PRETTY_FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
266 #define _err(fmt, ...) _log(3, __PRETTY_FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)
267 #define _cri(fmt, ...) _log(4, __PRETTY_FUNCTION__, __LINE__, fmt, ##__VA_ARGS__)