Searched refs:log_hv_fd (Results 1 – 1 of 1) sorted by relevance
75 static int log_hv_fd = -1; variable1179 logret = write_with_timestamp(log_hv_fd, buffer, size, in handle_hv_logs()1182 logret = write_all(log_hv_fd, buffer, size); in handle_hv_logs()1212 if (log_hv_fd != -1) in handle_log_reload()1213 close(log_hv_fd); in handle_log_reload()1214 log_hv_fd = create_hv_log(); in handle_log_reload()1328 log_hv_fd = create_hv_log(); in handle_io()1329 if (log_hv_fd == -1) in handle_io()1456 if (log_hv_fd != -1) { in handle_io()1457 close(log_hv_fd); in handle_io()[all …]
Completed in 4 milliseconds