Lines Matching refs:die
48 static void die(char *fmt, ...)
66 die("vsnprintf failed: %s\n",
70 die("vsnprintf output truncated\n");
77 die("open of %s failed: %s\n",
83 die("short write to %s\n", filename);
85 die("write to %s failed: %s\n",
90 die("close of %s failed: %s\n",
123 die("statvfs of %s failed: %s\n",
129 die("Unrecognized mount flags\n");
163 die("unshare(CLONE_NEWUSER) failed: %s\n",
172 die ("setgid(0) failed %s\n",
176 die("setuid(0) failed %s\n",
189 die("fork failed: %s\n",
197 die("waitpid failed: %s\n",
201 die("waited for %d got %d\n",
205 die("child did not terminate cleanly\n");
212 die("unshare(CLONE_NEWNS) failed: %s\n",
217 die("mount of %s with options '%s' on /tmp failed: %s\n",
226 die("unshare(CLONE_NEWNS) failed: %s\n",
233 die("remount of /tmp failed: %s\n",
240 die("remount of /tmp with invalid flags "
267 die("fork failed: %s\n",
275 die("waitpid failed: %s\n",
279 die("waited for %d got %d\n",
283 die("child did not terminate cleanly\n");
293 die("unshare(CLONE_NEWNS) failed: %s\n",
299 die("recursive bind mount of %s onto %s failed: %s\n",
307 die("remount of /tmp failed: %s\n",
313 die("Mount flags unexpectedly changed during remount of %s originally mounted on %s\n",
322 die("MS_RDONLY malfunctions\n");
325 die("MS_NODEV malfunctions\n");
328 die("MS_NOSUID malfunctions\n");
331 die("MS_NOEXEC malfunctions\n");
336 die("MS_RELATIME malfunctions\n");
341 die("MS_STRICTATIME malfunctions\n");
346 die("MS_NOATIME malfunctions\n");
351 die("MS_RELATIME|MS_NODIRATIME malfunctions\n");
356 die("MS_STRICTATIME|MS_NODIRATIME malfunctions\n");
361 die("MS_NOATIME|MS_DIRATIME malfunctions\n");
365 die("Default atime malfunctions\n");
368 die("Mount flags unexpectedly changed after remount\n");