sbin/init/init.c
1135
emergency("can't fork for %s on %s: %m", shell, script);
sbin/init/init.c
1198
emergency("session database close: %m");
sbin/init/init.c
1200
emergency("session database open: %m");
sbin/init/init.c
1222
emergency("insert %d: %m", sp->se_process);
sbin/init/init.c
1237
emergency("delete %d: %m", sp->se_process);
sbin/init/init.c
1438
emergency("can't fork for window system on port %s: %m",
sbin/init/init.c
1450
emergency("can't fork for window system on port %s: %m",
sbin/init/init.c
1461
emergency("setsid failed (window) %m");
sbin/init/init.c
1506
emergency("can't fork for getty on port %s: %m", sp->se_device);
sbin/init/init.c
1991
emergency("can't fork for %s: %m", _PATH_RUNDOWN);
sbin/init/init.c
503
emergency("fatal signal: %s",
sbin/init/init.c
524
emergency("cannot get kernel security level: %m");
sbin/init/init.c
548
emergency(
sbin/init/init.c
642
emergency("%s: %m", path);
sbin/init/init.c
648
emergency("fstat: %m");
sbin/init/init.c
656
emergency("malloc: %m");
sbin/init/init.c
663
emergency("read: %m");
sbin/init/init.c
671
emergency("close: %m");
sbin/init/init.c
690
emergency("%s: %m", path);
sbin/init/init.c
696
emergency("write: %m");
sbin/init/init.c
703
emergency("close: %m");
sbin/init/init.c
730
emergency("cannot mount tmpfs on %s: %s: %m",
sbin/init/init.c
733
emergency("cannot mount tmpfs on %s: %m",
sbin/init/init.c
761
emergency("kill(2) failed: %m");
sbin/init/init.c
783
emergency("cannot exec %s: %m", _PATH_REROOT_INIT);
sbin/init/init.c
786
emergency("reroot failed; going to single user mode");
sbin/init/init.c
803
emergency("RB_REBOOT failed: %m");
sbin/init/init.c
820
emergency("failed to retrieve kern.init_path: %m");
sbin/init/init.c
835
emergency("cannot exec init from %s: %m", init_path);
sbin/init/init.c
838
emergency("reroot failed; going to single user mode");
sbin/init/init.c
872
emergency("reboot(%#x) failed, %m", howto);
sbin/init/init.c
95
static void emergency(const char *, ...) __printflike(1, 2);
sbin/init/init.c
959
emergency("can't exec %s for single user: %m", shell);
sbin/init/init.c
961
emergency("can't exec %s for single user: %m", _PATH_BSHELL);
sbin/init/init.c
970
emergency("can't fork single-user shell, trying again");