Searched refs:fio_server_text_output (Results 1 – 3 of 3) sorted by relevance
/external/fio/ |
D | log.c | 18 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()
|
D | server.h | 185 extern int fio_server_text_output(int, const char *, size_t);
|
D | server.c | 1016 int fio_server_text_output(int level, const char *buf, size_t len) in fio_server_text_output() function
|