Searched refs:log_pathname (Results 1 – 1 of 1) sorted by relevance
1313 char *log_pathname; in fio_client_handle_iolog() local1322 log_pathname = malloc(10 + strlen((char *)pdu->name) + in fio_client_handle_iolog()1324 if (!log_pathname) { in fio_client_handle_iolog()1329 sprintf(log_pathname, "%s.%s", pdu->name, client->hostname); in fio_client_handle_iolog()1336 fd = open((const char *) log_pathname, in fio_client_handle_iolog()1340 log_pathname, strerror(errno)); in fio_client_handle_iolog()1356 f = fopen((const char *) log_pathname, "w"); in fio_client_handle_iolog()1359 log_pathname, strerror(errno)); in fio_client_handle_iolog()