Searched refs:fio_server_parse_string (Results 1 – 3 of 3) sorted by relevance
/external/fio/ |
D | server.h | 189 extern int fio_server_parse_string(const char *, char **, int *, int *, struct in_addr *, struct in…
|
D | server.c | 1628 int fio_server_parse_string(const char *str, char **ptr, int *is_sock, in fio_server_parse_string() function 1729 ret = fio_server_parse_string(fio_server_arg, &bind_sock, &is_sock, in fio_handle_server_arg()
|
D | client.c | 349 if (fio_server_parse_string(hostname, &client->hostname, in fio_client_add()
|