Lines Matching defs:failed
163 int ret, failed=0;
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=1;
224 return failed ? -1 : 0;
826 SYSERROR("failed to rename cgroup %s->%s", fulloldpath, fullnewpath);
2177 SYSERROR("failed to set memory.use_hierarchy to 1; continuing");
2221 SYSERROR("failed to read %s", fn);
2287 SYSERROR("failed writing %s", childfile);
2359 ERROR("cgroupfs failed to detect cgroup metadata");
2425 ERROR("failed to create legacy ns cgroups for '%s'", d->name);
2478 SYSERROR("writing tasks failed\n");