Searched refs:sig (Results 1 - 8 of 8) sorted by relevance

/lxc/hooks/
H A Dmountecryptfsroot31 # d. sig=`echo none | ecryptfs-add-passphrase | grep -v Passphrase | cut -d[ -f 2 | cut -d] -f 1`
32 # e. echo $sig > /var/lib/lxc/$c/sig
33 # f. mount -t ecryptfs -o ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_passthrough=n,ecryptfs_enable_filename_crypto=n,ecryptfs_sig=${sig},sig=${sig},verbosity=0 /var/lib/lxc/$c/rootfs.crypt /var/lib/lxc/$c/rootfs
46 sigfile=$(echo $LXC_CONFIG_FILE | sed 's/config$/sig/')
48 sig=`cat $sigfile`
49 mount -n -t ecryptfs -o ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_passthrough=n,ecryptfs_enable_filename_crypto=n,ecryptfs_sig=${sig},sig
[all...]
/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/
H A Dconsole.h110 extern void lxc_console_sigwinch(int sig);
H A Dlxc_monitord.c340 static void lxc_monitord_sig_handler(int sig) argument
H A Dconsole.c83 void lxc_console_sigwinch(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) {
/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

Completed in 704 milliseconds