Searched defs:sig (Results 1 - 6 of 6) sorted by relevance

/lxc/src/tests/
H A Dreboot.c45 static int test_reboot(int cmd, int sig) argument
64 if (sig != -1)
69 if (WTERMSIG(status) != sig) {
/lxc/src/lxc/tools/
H A Dlxc_init.c55 static void interrupt_handler(int sig) argument
58 was_interrupted = sig;
H A Dlxc_top.c184 static void sig_handler(int sig) argument
/lxc/src/lxc/
H A Dconsole.c83 void lxc_console_sigwinch(int sig) argument
H A Dlxc_monitord.c340 static void lxc_monitord_sig_handler(int sig) argument
H A Dconfile.c1361 static int sig_num(const char *sig) argument
1367 n = strtol(sig, &endp, 10);
1368 if (sig == endp || n < 0 || errno != 0)
1396 } else if (strncasecmp(signame, "sig", 3) == 0) {

Completed in 51 milliseconds