Home
last modified time | relevance | path

Searched refs:fio_server_text_output (Results 1 – 3 of 3) sorted by relevance

/external/fio/
Dlog.c18 len = fio_server_text_output(FIO_LOG_INFO, buffer, len); in log_valist()
49 return fio_server_text_output(FIO_LOG_INFO, buffer, len); in log_info()
77 return fio_server_text_output(FIO_LOG_ERR, buffer, len); in log_err()
Dserver.h155 extern int fio_server_text_output(int, const char *, size_t);
Dserver.c928 int fio_server_text_output(int level, const char *buf, size_t len) in fio_server_text_output() function