Searched defs:_module (Results 1 – 1 of 1) sorted by relevance
| /sys/include/ |
| D | kassert.h | 28 #define Alert(_module, _format, ...) kprintf(#_module ": " _format, ##__VA_ARGS__) argument 30 #define Warning(_module, _format, ...) kprintf(#_module ": " _format, ##__VA_ARGS__) argument 32 #define Log(_module, _format, ...) \ argument 37 #define DLOG(_module, _format, ...) \ argument 42 #define VLOG(_module, _format, ...) \ argument
|