Searched defs:LOG (Results 1 – 3 of 3) sorted by relevance
46 #define LOG printf macro
25 #define LOG() ({ if (!linum) linum = __LINE__; }) macro
463 #define LOG(fmt, args...) ALOG(KERN_INFO, fmt, ## args) macro468 #define LOG(fmt,args...) ALOG(KERN_INFO "cpia2: "fmt,##args) macro