sbin/init/init.c
1194
emergency("can't fork for window system on port %s: %m",
sbin/init/init.c
1207
emergency("setsid failed (window) %m");
sbin/init/init.c
1252
emergency("can't fork for getty on port %s: %m", sp->se_device);
sbin/init/init.c
160
static void emergency(const char *, ...) __printflike(1, 2);
sbin/init/init.c
1641
emergency("can't fork for %s on %s: %m",
sbin/init/init.c
475
emergency("fatal signal: %s",
sbin/init/init.c
496
emergency("cannot get kernel security level: %s",
sbin/init/init.c
574
emergency(
sbin/init/init.c
728
emergency("can't exec %s for single user: %m", shell);
sbin/init/init.c
730
emergency("can't exec %s for single user: %m", _PATH_BSHELL);
sbin/init/init.c
739
emergency("can't fork single-user shell, trying again");
sbin/init/init.c
819
emergency("can't fork for %s on %s: %m",
sbin/init/init.c
884
emergency("session database close: %s", strerror(errno));
sbin/init/init.c
886
emergency("session database open: %s", strerror(errno));
sbin/init/init.c
908
emergency("insert %d: %s", sp->se_process, strerror(errno));
sbin/init/init.c
924
emergency("delete %d: %s", sp->se_process, strerror(errno));