OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fio_server_text_output
(Results
1 - 3
of
3
) sorted by null
/external/fio/
log.c
18
len =
fio_server_text_output
(FIO_LOG_INFO, buffer, len);
49
return
fio_server_text_output
(FIO_LOG_INFO, buffer, len);
77
return
fio_server_text_output
(FIO_LOG_ERR, buffer, len);
server.h
185
extern int
fio_server_text_output
(int, const char *, size_t);
server.c
1016
int
fio_server_text_output
(int level, const char *buf, size_t len)
function
[
all
...]
Completed in 566 milliseconds