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

/lxc/src/include/
H A Dopenpty.c48 goto fail;
51 goto fail;
54 goto fail;
58 goto fail;
73 fail:
/lxc/src/tests/
H A Dlxc-test-snapdeps56 fail=0
57 lxc-destroy -n snapdeptest || fail=1
58 if [ $fail -eq 0 ]; then
H A Dlxc-test-symlink32 lxc-start -P $lxcpath -n symtest1 -l trace -o $lxcpath/log || pass="fail"
33 [ $pass = "pass" ] && lxc-wait -P $lxcpath -n symtest1 -t 10 -s RUNNING || pass="fail"
61 # symlink - should fail
66 testrun fail 2
68 # final final symlink - should fail
75 testrun fail 3
87 testrun fail 4
/lxc/hooks/
H A Dubuntu-cloud-prep20 fail() { [ $# -eq 0 ] || error "$@"; exit 1; } function
/lxc/src/lxc/
H A Dcriu.c971 * fail because it's just a beauty thing. We just
1076 goto fail;
1081 goto fail;
1151 fail:
H A Dlxc_user_nic.c60 static void usage(char *me, bool fail) argument
64 exit(fail ? 1 : 0);
847 // COMMENT(brauner): setns() should fail if setresuid() doesn't
H A Dconf.c995 goto fail;
1001 goto fail;
1007 goto fail;
1017 goto fail;
1021 goto fail;
1026 goto fail;
1036 fail:
1046 * If we hit an error, log it but don't fail yet.
3334 * of the doubt. Otherwise we might fail even though all the necessary
4052 if (setup_kmsg(&lxc_conf->rootfs, &lxc_conf->console)) // don't fail
[all...]
/lxc/src/lxc/cgroups/
H A Dcgmanager.c459 goto fail;
463 fail:

Completed in 30 milliseconds