Lines Matching full:sigusr1
520 * drop logs upon receiving a SIGUSR1 signal. We need to clear the logs
659 /* This is the handler for the SIGUSR1 and SIGUSR2 signals.
660 * SIGUSR1 turns tracing on. SIGUSR2 turns tracing off.
664 if (sig == SIGUSR1)
2324 * Initializes the SIGUSR1 signal handler to clear Qemu logs.
2331 if (sigaction(SIGUSR1, &act, NULL) == -1) {
2332 fprintf(stderr, "Failed to setup SIGUSR1 handler to clear Qemu logs\n");