Searched refs:sig (Results 1 - 8 of 8) sorted by relevance
/lxc/hooks/ |
H A D | mountecryptfsroot | 31 # 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 D | reboot.c | 45 static int test_reboot(int cmd, int sig) argument 64 if (sig != -1) 69 if (WTERMSIG(status) != sig) {
|
/lxc/src/lxc/ |
H A D | console.h | 110 extern void lxc_console_sigwinch(int sig);
|
H A D | lxc_monitord.c | 340 static void lxc_monitord_sig_handler(int sig) argument
|
H A D | console.c | 83 void lxc_console_sigwinch(int sig) argument
|
H A D | confile.c | 1361 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 D | lxc_init.c | 55 static void interrupt_handler(int sig) argument 58 was_interrupted = sig;
|
H A D | lxc_top.c | 184 static void sig_handler(int sig) argument
|
Completed in 704 milliseconds