Home
last modified time | relevance | path

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

/external/fio/
Dserver.h49 FIO_NET_CMD_JOBLINE = 4, enumerator
Dclient.c602 ret = fio_net_send_cmd(client->fd, FIO_NET_CMD_JOBLINE, pdu, mem, NULL, NULL); in send_client_cmd_line()
Dserver.c819 case FIO_NET_CMD_JOBLINE: in handle_command()