Home
last modified time | relevance | path

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

/xen/tools/console/daemon/
A Dio.c75 static int log_hv_fd = -1; variable
1179 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