Searched defs:failed (Results 1 - 2 of 2) sorted by relevance

/lxc/src/lxc/cgroups/
H A Dcgfs.c163 int ret, failed=0; local
168 ERROR("%s: failed to open %s", __func__, dirname);
186 failed=1;
193 SYSERROR("%s: failed to stat %s", __func__, pathname);
194 failed=1;
203 failed=1;
209 SYSERROR("%s: failed to delete %s", __func__, dirname);
212 failed=1;
217 SYSERROR("%s: failed to close directory %s", __func__, dirname);
220 failed
[all...]
/lxc/src/lxc/
H A Dutils.c95 int ret, failed=0; local
101 ERROR("%s: failed to open %s", __func__, dirname);
119 failed=1;
134 INFO("%s: failed to remove %s", __func__, pathname);
137 SYSERROR("%s: failed to rmdir %s", __func__, pathname);
138 failed = 1;
147 ERROR("%s: failed to stat %s", __func__, pathname);
148 failed = 1;
160 failed=1;
163 SYSERROR("%s: failed t
[all...]

Completed in 14 milliseconds