Home
last modified time | relevance | path

Searched refs:__log_buf (Results 1 – 2 of 2) sorted by relevance

/external/fio/
Dlog.h14 extern size_t __log_buf(struct buf_output *, const char *format, ...) __attribute__ ((__format__ (_…
22 __log_buf(buf, format, ##args); \
Dlog.c47 size_t __log_buf(struct buf_output *buf, const char *format, ...) in __log_buf() function