Lines Matching defs:format
144 const char *format, ...)
148 va_start(ap, format);
149 spdk_vlog(level, file, line, func, format, ap);
177 const char *format, va_list ap)
186 g_log_opts.log(level, file, line, func, format, ap);
202 rc = vsnprintf(_buf, sizeof(_buf), format, ap);
207 rc = vasprintf(&ext_buf, format, ap_copy);
238 const char *format, va_list ap)
243 vsnprintf(buf, sizeof(buf), format, ap);
258 const char *format, ...)
262 va_start(ap, format);
263 spdk_vflog(fp, file, line, func, format, ap);