Searched refs:fio_client_add (Results 1 – 3 of 3) sorted by relevance
130 extern int fio_client_add(struct client_ops *, const char *, void **);
322 int fio_client_add(struct client_ops *ops, const char *hostname, void **cookie) in fio_client_add() function
2232 if (fio_client_add(&fio_client_ops, optarg, &cur_client)) { in parse_cmd_line()