Searched refs:format (Results 1 - 4 of 4) sorted by relevance

/lib/
H A Ddynamic_debug.c54 const char *format; member in struct:ddebug_query
88 /* format a string into buf[] which describes the _ddebug's flags */
117 if (query->format) {
118 fmtlen = strlen(query->format);
119 while (fmtlen && query->format[fmtlen - 1] == '\n')
123 vpr_info("%s: func=\"%s\" file=\"%s\" module=\"%s\" format=\"%.*s\" lineno=%u-%u\n",
128 fmtlen, query->format ? query->format : "",
173 /* match against the format */
174 if (query->format
[all...]
H A Dkobject_uevent.c382 * @format: printf format for the key=value pair
387 int add_uevent_var(struct kobj_uevent_env *env, const char *format, ...) argument
397 va_start(args, format);
400 format, args);
H A Dts_bm.c51 #define DEBUGP(args, format...)
H A Ddma-debug.c215 #define err_printk(dev, entry, format, arg...) do { \
219 WARN(1, "%s %s: " format, \

Completed in 634 milliseconds