Home
last modified time | relevance | path

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

/external/fio/
Dserver.h215 extern int fio_server_parse_string(const char *, char **, int *, int *, struct in_addr *, struct in…
Dserver.c2271 int fio_server_parse_string(const char *str, char **ptr, int *is_sock, in fio_server_parse_string() function
2372 ret = fio_server_parse_string(fio_server_arg, &bind_sock, &is_sock, in fio_handle_server_arg()
Dclient.c402 if (fio_server_parse_string(hostname, &client->hostname, in fio_client_add()