OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fio_client_send_ini
(Results
1 - 3
of
3
) sorted by null
/external/fio/
client.h
128
extern int
fio_client_send_ini
(struct fio_client *, const char *, int);
client.c
743
int
fio_client_send_ini
(struct fio_client *client, const char *filename,
function
762
return
fio_client_send_ini
(client, cf->file, cf->remote);
789
if (!filename ||
fio_client_send_ini
(client, filename, 0))
[
all
...]
gfio.c
452
ret =
fio_client_send_ini
(gc->client, ge->job_file, 0);
[
all
...]
Completed in 171 milliseconds