mprintf
mprintf(const char *ctl, ...)
mprintf(const char *fmt, ...)
#define mprintf(fmt, ...) kprintf(fmt, ## __VA_ARGS__)
#define mprintf(fmt, ...)