crypto/heimdal/appl/ftp/ftp/extern.h
76
void fatal (char *);
crypto/heimdal/appl/ftp/ftpd/extern.h
71
void fatal(char *);
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3386
fatal("Unknown state in scanner.");
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3416
fatal("Ran out of memory.");
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
1333
fatal("Unknown state in scanner.");
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
1363
fatal("Ran out of memory.");
crypto/heimdal/appl/ftp/ftpd/ftpd.c
1189
fatal("Failed to seteuid");
crypto/heimdal/appl/ftp/ftpd/ftpd.c
1208
fatal("Failed to seteuid");
crypto/heimdal/appl/ftp/ftpd/ftpd.c
1217
fatal("Failed to seteuid");
crypto/heimdal/appl/ftp/ftpd/ftpd.c
1988
fatal("Failed to seteuid");
crypto/heimdal/appl/ftp/ftpd/ftpd.c
1991
fatal("Failed to seteuid");
crypto/heimdal/appl/ftp/ftpd/ftpd.c
1995
fatal("Failed to seteuid");
crypto/heimdal/appl/ftp/ftpd/ftpd.c
2035
fatal("Failed to seteuid");
crypto/heimdal/appl/ftp/ftpd/ftpd.c
2038
fatal("Failed to seteuid");
crypto/heimdal/appl/ftp/ftpd/ftpd.c
2042
fatal("Failed to seteuid");
crypto/heimdal/appl/ftp/ftpd/ftpd.c
820
fatal("Failed to seteuid");
crypto/heimdal/appl/rsh/rshd.c
123
fatal(s, NULL, "%s too long", expl);
crypto/heimdal/appl/rsh/rshd.c
131
fatal(s, NULL, "%s too long", expl);
crypto/heimdal/appl/rsh/rshd.c
149
fatal(s, NULL, "Login incorrect.");
crypto/heimdal/appl/rsh/rshd.c
152
fatal(s, NULL, "Login incorrect.");
crypto/heimdal/appl/rsh/rshd.c
366
fatal (s, NULL, "Permission denied.");
crypto/heimdal/appl/rsh/rshd.c
373
fatal (s, NULL, "Encryption is required.");
crypto/heimdal/appl/rsh/rshd.c
499
fatal (STDOUT_FILENO, "socketpair", "Pipe creation failed.");
crypto/heimdal/appl/rsh/rshd.c
516
fatal (STDOUT_FILENO, "fork", "Could not create child process.");
crypto/heimdal/appl/rsh/rshd.c
533
fatal (STDOUT_FILENO, "net_write", "Write failure.");
crypto/heimdal/appl/rsh/rshd.c
626
fatal(s, NULL, "Permission denied.");
crypto/heimdal/appl/rsh/rshd.c
642
fatal(s, NULL, "Permission denied.");
crypto/heimdal/appl/rsh/rshd.c
712
fatal (s, NULL, "Login incorrect.");
crypto/heimdal/appl/rsh/rshd.c
718
fatal (s, NULL, "Login disabled.");
crypto/heimdal/appl/rsh/rshd.c
725
fatal (s, NULL, "getnameinfo: %s", gai_strerror(ret));
crypto/heimdal/appl/rsh/rshd.c
730
fatal(s, NULL, "Permission denied.");
crypto/heimdal/appl/rsh/rshd.c
743
fatal(s, NULL, "Account has expired.");
crypto/heimdal/appl/rsh/rshd.c
766
fatal (s, "initgroups", "Login incorrect.");
crypto/heimdal/appl/rsh/rshd.c
769
fatal (s, "setgid", "Login incorrect.");
crypto/heimdal/appl/rsh/rshd.c
772
fatal (s, "setuid", "Login incorrect.");
crypto/heimdal/appl/rsh/rshd.c
775
fatal (s, "chdir", "Remote directory.");
crypto/heimdal/appl/rsh/rshd.c
779
fatal (s, "dup2", "Cannot dup stderr.");
crypto/heimdal/appl/rsh/rshd.c
783
fatal (s, "dup2", "Cannot dup stderr.");
crypto/heimdal/appl/rsh/rshd.c
811
fatal (s, "net_write", "write failed");
crypto/heimdal/appl/rsh/rshd.c
94
fatal (int, const char*, const char *, ...)
crypto/heimdal/appl/telnet/telnetd/ext.h
142
void fatal (int f, char *msg);
crypto/heimdal/appl/telnet/telnetd/state.c
1249
fatal(net, "Output encryption is not possible to turn off");
crypto/heimdal/appl/telnet/telnetd/state.c
1263
fatal(net, "Input encryption is not possible to turn off");
crypto/heimdal/appl/telnet/telnetd/sys_term.c
1121
fatal(net, "Authorization failed");
crypto/heimdal/appl/telnet/telnetd/sys_term.c
1313
fatal(net, "pututxline failed");
crypto/heimdal/appl/telnet/telnetd/sys_term.c
1398
fatal (net, "realloc: out of memory");
crypto/heimdal/appl/telnet/telnetd/sys_term.c
1402
fatal (net, "strdup: out of memory");
crypto/heimdal/appl/telnet/telnetd/telnetd.c
1015
fatal(net, "fd too large");
crypto/heimdal/appl/telnet/telnetd/telnetd.c
561
fatal(net, "Failed while waiting for encryption");
crypto/heimdal/appl/telnet/telnetd/telnetd.c
564
fatal(net, "Encryption required but not turned on by client");
crypto/heimdal/appl/telnet/telnetd/telnetd.c
706
fatal(net, "All network ports in use");
crypto/heimdal/appl/telnet/telnetd/telnetd.c
717
fatal(net, "cannot set pty security");
crypto/heimdal/appl/telnet/telnetd/telnetd.c
720
fatal(net, "cannot set tty security");
crypto/heimdal/appl/telnet/telnetd/telnetd.c
730
fatal(net, "Couldn't resolve your address into a host name.\r\n\
crypto/heimdal/appl/telnet/telnetd/telnetd.c
755
fatal(net, "Couldn't get numeric address\r\n");
crypto/heimdal/appl/telnet/telnetd/telnetd.c
782
fatal(net,"cannot setulvl()");
crypto/heimdal/appl/telnet/telnetd/telnetd.c
784
fatal(net, "cannot setucmp()");
crypto/heimdal/appl/telnet/telnetd/utility.c
372
fatal(f, buf);
crypto/heimdal/appl/telnet/telnetd/utility.c
95
fatal(ourpty, "fd too large");
crypto/openssh/audit-linux.c
92
fatal("linux_audit_write_entry failed: %s", strerror(errno));
crypto/openssh/auth-pam.c
1055
fatal("PAM: initialisation requested when UsePAM=no");
crypto/openssh/auth-pam.c
1058
fatal("PAM: initialisation failed");
crypto/openssh/auth-pam.c
1099
fatal("PAM: failed to set PAM_CONV: %s",
crypto/openssh/auth-pam.c
1108
fatal("PAM: pam_setcred(): %s",
crypto/openssh/auth-pam.c
1125
fatal("PAM: failed to set PAM_CONV: %s",
crypto/openssh/auth-pam.c
1230
fatal("%s: buffer error: %s",
crypto/openssh/auth-pam.c
1265
fatal("PAM: %s called when PAM disabled or failed to "
crypto/openssh/auth-pam.c
1283
fatal("PAM: %s: failed to set PAM_CONV: %s", __func__,
crypto/openssh/auth-pam.c
406
fatal("%s: buffer error: %s",
crypto/openssh/auth-pam.c
415
fatal("%s: buffer error: %s",
crypto/openssh/auth-pam.c
421
fatal("%s: buffer error: %s",
crypto/openssh/auth-pam.c
431
fatal("%s: buffer error: %s",
crypto/openssh/auth-pam.c
658
fatal("%s: buffer error: %s",
crypto/openssh/auth-pam.c
714
fatal("Username too long from %s port %d",
crypto/openssh/auth-pam.c
718
fatal("%s: called initially with no packet context", __func__);
crypto/openssh/auth-pam.c
722
fatal("PAM user mismatch");
crypto/openssh/auth-pam.c
911
fatal("Internal error: PAM auth "
crypto/openssh/auth-sia.c
102
fatal("Couldn't establish session for %s from %s",
crypto/openssh/auth-sia.c
106
fatal("Couldn't launch session for %s from %s",
crypto/openssh/auth-sia.c
93
fatal("sia_ses_init failed");
crypto/openssh/auth-sia.c
97
fatal("sia_make_entity_pwd failed");
crypto/openssh/auth.c
152
fatal("Invalid DenyUsers pattern \"%.100s\"",
crypto/openssh/auth.c
168
fatal("Invalid AllowUsers pattern \"%.100s\"",
crypto/openssh/auth.c
406
fatal("expand_authorized_keys: path too long");
crypto/openssh/auth2-gss.c
152
fatal("No authentication or GSSAPI context");
crypto/openssh/auth2-gss.c
222
fatal("No authentication or GSSAPI context");
crypto/openssh/auth2-gss.c
256
fatal("No authentication or GSSAPI context");
crypto/openssh/auth2-gss.c
292
fatal("No authentication or GSSAPI context");
crypto/openssh/auth2.c
195
fatal("input_service_request: no authctxt");
crypto/openssh/auth2.c
284
fatal("input_userauth_request: no authctxt");
crypto/openssh/auth2.c
378
fatal("INTERNAL ERROR: authenticated invalid user %s",
crypto/openssh/auth2.c
382
fatal("INTERNAL ERROR: authenticated and postponed");
crypto/openssh/auth2.c
385
fatal("INTERNAL ERROR: bad method %s", method);
crypto/openssh/auth2.c
422
fatal("%s: buffer error: %s",
crypto/openssh/auth2.c
431
fatal("Access denied for user %s by PAM account "
crypto/openssh/channels.c
1301
fatal("channel_activate for non-larval channel %d.", id);
crypto/openssh/channels.c
2932
fatal("channel %d: inconsistent %s fd=%d pollfd[%u].fd %d "
crypto/openssh/channels.c
2937
fatal("channel %d: invalid %s pollfd[%u].fd %d r%d w%d e%d s%d",
crypto/openssh/channels.c
3766
fatal("channel %d: adjust %u overflows remote window %u",
crypto/openssh/channels.c
5404
fatal("x11_request_forwarding: bad "
crypto/openssh/channels.c
662
fatal("Unknown forward permission list %d/%d", who, where);
crypto/openssh/cipher-aes.c
135
fatal("ssh_rijndael_iv: no context");
crypto/openssh/cipher-aes.c
82
fatal("ssh_rijndael_cbc: bad len %d", len);
crypto/openssh/clientloop.c
846
fatal("%s", errmsg);
crypto/openssh/compat.c
152
fatal("match_filter_denylist failed");
crypto/openssh/compat.c
157
fatal("match_filter_denylist failed");
crypto/openssh/compat.c
162
fatal("No supported key exchange algorithms found");
crypto/openssh/dns.c
209
fatal("No key to look up!");
crypto/openssh/entropy.c
68
fatal("libcrypto failed to initialize.");
crypto/openssh/entropy.c
72
fatal("OpenSSL version mismatch. Built against %lx, you "
crypto/openssh/entropy.c
81
fatal("Could not obtain seed from PRNGd");
crypto/openssh/entropy.c
87
fatal("PRNG is not seeded");
crypto/openssh/groupaccess.c
75
fatal("getgrouplist(\"%s\", %ld): groups list too big "
crypto/openssh/gss-serv.c
206
fatal("Couldn't convert client name");
crypto/openssh/hostfile.c
412
fatal("no key to look up");
crypto/openssh/loginrec.c
297
fatal("%s: Cannot find account for uid %ld", __func__,
crypto/openssh/loginrec.c
370
fatal("%s: Cannot find user \"%s\"", __func__,
crypto/openssh/misc.c
2449
fatal("child_set_env: too many env vars");
crypto/openssh/misc.c
2747
fatal("%s line %d: Too many %s entries", file, line, directive);
crypto/openssh/misc.c
796
fatal("put_host_port: asprintf: %s", strerror(errno));
crypto/openssh/moduli.c
278
fatal("BN_new failed");
crypto/openssh/moduli.c
285
fatal("BN_new failed");
crypto/openssh/moduli.c
288
fatal("BN_rand failed");
crypto/openssh/moduli.c
291
fatal("BN_copy: failed");
crypto/openssh/moduli.c
296
fatal("BN_set_bit: failed");
crypto/openssh/moduli.c
381
fatal("BN_set_word failed");
crypto/openssh/moduli.c
383
fatal("BN_add failed");
crypto/openssh/moduli.c
559
fatal("BN_new failed");
crypto/openssh/moduli.c
561
fatal("BN_new failed");
crypto/openssh/moduli.c
625
fatal("BN_hex2bn failed");
crypto/openssh/moduli.c
628
fatal("BN_lshift failed");
crypto/openssh/moduli.c
630
fatal("BN_add_word failed");
crypto/openssh/moduli.c
642
fatal("BN_hex2bn failed");
crypto/openssh/moduli.c
645
fatal("BN_rshift failed");
crypto/openssh/moduli.c
713
fatal("BN_is_prime_ex failed");
crypto/openssh/moduli.c
729
fatal("BN_is_prime_ex failed");
crypto/openssh/moduli.c
739
fatal("BN_is_prime_ex failed");
crypto/openssh/monitor.c
1194
fatal("sshpam_device.query failed");
crypto/openssh/monitor.c
1240
fatal("%s: buffer error: %s",
crypto/openssh/monitor.c
1815
fatal("Audit event type %d not permitted", event);
crypto/openssh/monitor.c
332
fatal("%s: sshbuf_new failed",
crypto/openssh/monitor_wrap.c
780
fatal("%s: received %u PAM messages, expected <= %u",
crypto/openssh/mux.c
1851
fatal("Master refused termination request: %s", e);
crypto/openssh/mux.c
2283
fatal("Master refused stdio forwarding request: %s", e);
crypto/openssh/mux.c
2288
fatal("Stdio forwarding request failed: %s", e);
crypto/openssh/mux.c
2354
fatal("Master refused stop listening request: %s", e);
crypto/openssh/mux.c
2398
fatal("ControlPath too long ('%s' >= %u bytes)", path,
crypto/openssh/mux.c
2410
fatal("Control socket connect(%.100s): %s", path,
crypto/openssh/mux.c
2447
fatal("mux server does not support info request");
crypto/openssh/mux.c
2487
fatal("unrecognised muxclient_command %d", muxclient_command);
crypto/openssh/mux.c
662
fatal("Invalid allocated port %u for "
crypto/openssh/nchan.c
104
fatal("chan_set_ostate: bad state %d -> %d", c->ostate, next);
crypto/openssh/nchan.c
94
fatal("chan_set_istate: bad state %d -> %d", c->istate, next);
crypto/openssh/openbsd-compat/arc4random.h
40
fatal("getentropy failed");
crypto/openssh/openbsd-compat/bsd-getentropy.c
46
fatal("Couldn't obtain random bytes (error 0x%lx)",
crypto/openssh/openbsd-compat/bsd-getentropy.c
71
fatal("Couldn't open %s: %s", SSH_RANDOM_DEV,
crypto/openssh/openbsd-compat/bsd-getentropy.c
80
fatal("read %s: %s", SSH_RANDOM_DEV, strerror(errno));
crypto/openssh/openbsd-compat/port-aix.c
209
fatal("%s: buffer error: %s",
crypto/openssh/openbsd-compat/port-aix.c
269
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/openbsd-compat/port-aix.c
88
fatal("Couldn't set usrinfo: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-irix.c
63
fatal("Failed to create job container: %.100s",
crypto/openssh/openbsd-compat/port-irix.c
69
fatal("Failed to set up new array session: %.100s",
crypto/openssh/openbsd-compat/port-irix.c
79
fatal("Failed to initialize project %d for %s: %.100s",
crypto/openssh/openbsd-compat/port-linux.c
127
fatal("%s: security_getenforce() failed", __func__);
crypto/openssh/openbsd-compat/port-linux.c
133
fatal("%s: Failed to set SELinux execution context "
crypto/openssh/openbsd-compat/port-linux.c
90
fatal("%s: ssh_selinux_getctxbyname: "
crypto/openssh/openbsd-compat/port-linux.c
98
fatal("%s: Failed to get default SELinux security "
crypto/openssh/openbsd-compat/port-net.c
120
fatal("%s: not supported", __func__);
crypto/openssh/openbsd-compat/port-net.c
348
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/openbsd-compat/port-net.c
362
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/openbsd-compat/port-prngd.c
69
fatal("You must specify a port or a socket");
crypto/openssh/openbsd-compat/port-prngd.c
72
fatal("Random pool path is too long");
crypto/openssh/openbsd-compat/port-prngd.c
74
fatal("Too many bytes (%d) to read from PRNGD", len);
crypto/openssh/openbsd-compat/port-solaris.c
275
fatal("priv_allocset: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
277
fatal("solaris_basic_privset: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
284
fatal("priv_addset: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
293
fatal("priv_delset: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
305
fatal("getppriv: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
308
fatal("setppriv: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
315
fatal("setppriv: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
319
fatal("getppriv: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
325
fatal("setppriv: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
338
fatal("solaris_basic_privset: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
346
fatal("priv_delset: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
351
fatal("setppriv: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
364
fatal("solaris_basic_privset: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
372
fatal("priv_delset: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-solaris.c
377
fatal("setppriv: %s", strerror(errno));
crypto/openssh/openbsd-compat/port-uw.c
144
fatal("ia_get_logpwd: Unable to get the shadow passwd");
crypto/openssh/openbsd-compat/port-uw.c
149
fatal("ia_openinfo: Unable to open the shadow passwd file");
crypto/openssh/packet.c
2143
fatal("packet_disconnect called recursively.");
crypto/openssh/platform-tracing.c
56
fatal("unable to make the process untraceable: %s",
crypto/openssh/platform-tracing.c
62
fatal("unable to make the process undumpable: %s",
crypto/openssh/platform-tracing.c
68
fatal("unable to make the process untraceable: %s",
crypto/openssh/platform-tracing.c
74
fatal("unable to set PT_DENY_ATTACH: %s", strerror(errno));
crypto/openssh/platform.c
139
fatal("Failed to set process credentials");
crypto/openssh/readconf.c
1787
fatal("%s line %d: missing host in %s",
crypto/openssh/readconf.c
1798
fatal("%s line %d: bad port number "
crypto/openssh/readconf.c
1809
fatal("%s line %d: missing %s specification",
crypto/openssh/readconf.c
1947
fatal("%s line %d: no %s specified",
crypto/openssh/readconf.c
1970
fatal("%s line %d: no %s specified",
crypto/openssh/readconf.c
2230
fatal("%s line %d: no %s specified",
crypto/openssh/readconf.c
2277
fatal("%s line %d: no %s specified",
crypto/openssh/readconf.c
2345
fatal("%s line %d: no %s specified",
crypto/openssh/readconf.c
2514
fatal("%s line %d: invalid channel timeout %s",
crypto/openssh/readconf.c
2521
fatal("%s line %d: no %s specified",
crypto/openssh/readconf.c
2534
fatal("%s line %d: %s missing argument.",
crypto/openssh/readconf.c
2538
fatal("%.200s line %d: Invalid %s argument",
crypto/openssh/readconf.c
2562
fatal("%.200s line %d: RefuseConnection: %s",
crypto/openssh/readconf.c
2630
fatal("Too many recursive configuration includes");
crypto/openssh/readconf.c
2639
fatal("fstat %s: %s", filename, strerror(errno));
crypto/openssh/readconf.c
2642
fatal("Bad owner or permissions on %s", filename);
crypto/openssh/readconf.c
2668
fatal("%s: terminating, %d bad configuration options",
crypto/openssh/readconf.c
459
fatal("Too many certificate files specified (max %d)",
crypto/openssh/readconf.c
485
fatal("Too many identity files specified (max %d)",
crypto/openssh/readconf.c
491
fatal("Identity file path %s too long", path);
crypto/openssh/readconf.c
536
fatal("Shell \"%s\" is not executable: %s",
crypto/openssh/readconf.c
665
fatal("gethostname: %s", strerror(errno));
crypto/openssh/readconf.c
875
fatal("%.200s line %d: failed to expand match "
crypto/openssh/readconf.c
887
fatal("%.200s line %d: match exec "
crypto/openssh/readpass.c
60
fatal("internal error: askpass undefined");
crypto/openssh/regress/check-perm.c
194
fatal("Could not stat %s: %s", path, strerror(errno));
crypto/openssh/regress/check-perm.c
197
fatal("Unsafe %s: %s", path, errmsg);
crypto/openssh/regress/check-perm.c
40
fatal("chroot path does not begin at root");
crypto/openssh/regress/check-perm.c
42
fatal("chroot path too long");
crypto/openssh/regress/check-perm.c
60
fatal("%s: stat(\"%s\"): %s", __func__,
crypto/openssh/regress/check-perm.c
63
fatal("bad ownership or modes for chroot "
crypto/openssh/regress/check-perm.c
67
fatal("chroot path %s\"%s\" is not a directory",
crypto/openssh/regress/check-perm.c
73
fatal("Unable to chdir to chroot path \"%s\": "
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
316
fatal("Unsupported ECDSA key size");
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
379
fatal("sshkey_fingerprint failed");
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
387
fatal("fido_cred_new failed");
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
396
fatal("Unsupported ECDSA key size");
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
403
fatal("unsupported key type %s", sshkey_type(k));
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
412
fatal("basic attestation failed");
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
417
fatal("self attestation failed");
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
421
fatal("cred authdata does not match key");
crypto/openssh/regress/mkdtemp.c
53
fatal("template string too long");
crypto/openssh/sandbox-capsicum.c
77
fatal("%s: setrlimit(RLIMIT_FSIZE, { 0, 0 }): %s",
crypto/openssh/sandbox-capsicum.c
81
fatal("%s: setrlimit(RLIMIT_NOFILE, { 0, 0 }): %s",
crypto/openssh/sandbox-capsicum.c
85
fatal("%s: setrlimit(RLIMIT_NPROC, { 0, 0 }): %s",
crypto/openssh/sandbox-capsicum.c
91
fatal("can't limit stdin: %m");
crypto/openssh/sandbox-capsicum.c
93
fatal("can't limit stdout: %m");
crypto/openssh/sandbox-capsicum.c
95
fatal("can't limit stderr: %m");
crypto/openssh/sandbox-darwin.c
74
fatal("%s: setrlimit(RLIMIT_FSIZE, { 0, 0 }): %s",
crypto/openssh/sandbox-darwin.c
77
fatal("%s: setrlimit(RLIMIT_NOFILE, { 0, 0 }): %s",
crypto/openssh/sandbox-darwin.c
80
fatal("%s: setrlimit(RLIMIT_NPROC, { 0, 0 }): %s",
crypto/openssh/sandbox-seccomp-filter.c
529
fatal("%s: sigprocmask(SIGSYS): %s",
crypto/openssh/sandbox-seccomp-filter.c
542
fatal("%s: setrlimit(RLIMIT_FSIZE, { 0, 0 }): %s",
crypto/openssh/sandbox-seccomp-filter.c
549
fatal("%s: setrlimit(RLIMIT_NOFILE, { 0, 0 }): %s",
crypto/openssh/sandbox-seccomp-filter.c
552
fatal("%s: setrlimit(RLIMIT_NPROC, { 0, 0 }): %s",
crypto/openssh/sandbox-solaris.c
97
fatal("setppriv: %s", strerror(errno));
crypto/openssh/scp.c
1075
fatal("Unable to open "
crypto/openssh/scp.c
1093
fatal("Unable to open "
crypto/openssh/scp.c
1138
fatal("target port not supported with two "
crypto/openssh/scp.c
1173
fatal("stat local \"%s\": %s", argv[i],
crypto/openssh/scp.c
1183
fatal("Unable to open sftp "
crypto/openssh/scp.c
1333
fatal("stat local \"%s\": %s", src, strerror(errno));
crypto/openssh/scp.c
1336
fatal("basename \"%s\": %s", src, strerror(errno));
crypto/openssh/scp.c
1995
fatal("basename %s: %s", src, strerror(errno));
crypto/openssh/scp.c
220
fatal("do_local_cmd: no arguments");
crypto/openssh/scp.c
228
fatal("do_local_cmd: fork: %s", strerror(errno));
crypto/openssh/scp.c
243
fatal("do_local_cmd: waitpid: %s", strerror(errno));
crypto/openssh/scp.c
280
fatal("pipe: %s", strerror(errno));
crypto/openssh/scp.c
284
fatal("socketpair: %s", strerror(errno));
crypto/openssh/scp.c
295
fatal("fork: %s", strerror(errno));
crypto/openssh/scp.c
401
fatal("fork: %s", strerror(errno));
crypto/openssh/scp.c
405
fatal("do_cmd2: waitpid: %s", strerror(errno));
crypto/openssh/scp.c
495
fatal("SSH protocol v.1 is no longer supported");
crypto/openssh/scp.c
535
fatal("bad port \"%s\"\n", optarg);
crypto/openssh/scp.c
581
fatal("Invalid buffer size \"%s\": %s",
crypto/openssh/scp.c
589
fatal("Invalid number of requests "
crypto/openssh/scp.c
594
fatal("Invalid -X option");
crypto/openssh/scp.c
632
fatal("unknown user %u", (u_int) userid);
crypto/openssh/servconf.c
1171
fatal("%s line %d: Directive '%s' is not allowed "
crypto/openssh/servconf.c
1189
fatal("%s line %d: missing argument.",
crypto/openssh/servconf.c
1207
fatal("%s line %d: too many ports.",
crypto/openssh/servconf.c
1211
fatal("%s line %d: missing port number.",
crypto/openssh/servconf.c
1215
fatal("%s line %d: Badly formatted port number.",
crypto/openssh/servconf.c
1224
fatal("%s line %d: missing time value.",
crypto/openssh/servconf.c
1227
fatal("%s line %d: invalid time value.",
crypto/openssh/servconf.c
1236
fatal("%s line %d: missing address",
crypto/openssh/servconf.c
1247
fatal("%s line %d: bad address:port usage",
crypto/openssh/servconf.c
1253
fatal("%s line %d: bad port number",
crypto/openssh/servconf.c
1261
fatal("%s line %d: bad ListenAddress syntax",
crypto/openssh/servconf.c
1264
fatal("%s line %d: bad routing domain",
crypto/openssh/servconf.c
1277
fatal("%s line %d: missing argument.",
crypto/openssh/servconf.c
1287
fatal("%s line %d: unsupported option \"%s\".",
crypto/openssh/servconf.c
1296
fatal("%s line %d: missing file name.",
crypto/openssh/servconf.c
1308
fatal("%s line %d: missing socket name.",
crypto/openssh/servconf.c
1318
fatal("%s line %d: missing file name.",
crypto/openssh/servconf.c
1329
fatal("%s line %d: missing file name.",
crypto/openssh/servconf.c
1373
fatal("%s line %d: Missing argument.",
crypto/openssh/servconf.c
1378
fatal("%s line %d: Bad key types '%s'.",
crypto/openssh/servconf.c
1488
fatal("%s line %d: %s integer value %s.",
crypto/openssh/servconf.c
1527
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
1556
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
1562
fatal("%.200s line %d: Bad %s number '%s': %s",
crypto/openssh/servconf.c
1566
fatal("%.200s line %d: %s too small",
crypto/openssh/servconf.c
1595
fatal("%.200s line %d: unsupported log facility '%s'",
crypto/openssh/servconf.c
1606
fatal("%.200s line %d: unsupported log level '%s'",
crypto/openssh/servconf.c
1633
fatal("%s line %d: no %s specified",
crypto/openssh/servconf.c
1670
fatal("%s line %d: invalid %s pattern: \"%s\"",
crypto/openssh/servconf.c
1679
fatal("%s line %d: no %s specified",
crypto/openssh/servconf.c
1696
fatal("%s line %d: empty %s pattern",
crypto/openssh/servconf.c
1705
fatal("%s line %d: no %s specified",
crypto/openssh/servconf.c
1718
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
1722
fatal("%s line %d: Bad SSH2 cipher spec '%s'.",
crypto/openssh/servconf.c
1731
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
1735
fatal("%s line %d: Bad SSH2 mac spec '%s'.",
crypto/openssh/servconf.c
1744
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
1749
fatal("%s line %d: Bad SSH2 KexAlgorithms '%s'.",
crypto/openssh/servconf.c
1758
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
1806
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
1812
fatal("%s line %d: Invalid %s spec.",
crypto/openssh/servconf.c
1818
fatal("%s line %d: Invalid %s spec.",
crypto/openssh/servconf.c
1822
fatal("%s line %d: Invalid %s spec.",
crypto/openssh/servconf.c
1834
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
1846
fatal("%s line %d: Invalid %s spec.",
crypto/openssh/servconf.c
1858
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
1864
fatal("%s line %d: %s integer value %s.",
crypto/openssh/servconf.c
1875
fatal("%s line %d: missing argument.",
crypto/openssh/servconf.c
1878
fatal("%s line %d: keyword %s "
crypto/openssh/servconf.c
1899
fatal("%s line %d: keyword %s \"%s\" "
crypto/openssh/servconf.c
1926
fatal("%s line %d: %s value %s.",
crypto/openssh/servconf.c
1931
fatal("%s line %d: %s value %s.",
crypto/openssh/servconf.c
1946
fatal("%s line %d: unsupported %s keyword %s",
crypto/openssh/servconf.c
1952
fatal("%s line %d: invalid %s time value.",
crypto/openssh/servconf.c
1970
fatal("%s line %d: no %s specified",
crypto/openssh/servconf.c
2019
fatal("%s line %d: no %s specified",
crypto/openssh/servconf.c
2034
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
2056
fatal("%s line %d: Invalid environment name.",
crypto/openssh/servconf.c
2066
fatal("%s line %d: no %s specified",
crypto/openssh/servconf.c
2075
fatal("%s line %d: Invalid environment.",
crypto/openssh/servconf.c
2086
fatal("%s line %d: no %s specified",
crypto/openssh/servconf.c
2101
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
2110
fatal("%s line %d: bad %s argument %s",
crypto/openssh/servconf.c
2118
fatal("Include directive not supported as a "
crypto/openssh/servconf.c
2167
fatal("%s line %d: include \"%s\" glob "
crypto/openssh/servconf.c
2207
fatal("%s line %d: %s missing filename argument",
crypto/openssh/servconf.c
2214
fatal("Match directive not supported as a command-line "
crypto/openssh/servconf.c
2219
fatal("%s line %d: Bad Match condition", filename,
crypto/openssh/servconf.c
2243
fatal("%s line %d: %s must appear "
crypto/openssh/servconf.c
2263
fatal("%s line %d: %s missing host",
crypto/openssh/servconf.c
2270
fatal("%s line %d: %s bad port number",
crypto/openssh/servconf.c
2278
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
2291
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
2304
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
2323
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
2337
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
2340
fatal("%s line %d: Bad %s value: %s",
crypto/openssh/servconf.c
2352
fatal("%s line %d: Bad %s value: %s",
crypto/openssh/servconf.c
2368
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
2372
fatal("%.200s line %d: Invalid %s argument",
crypto/openssh/servconf.c
2393
fatal("%.200s line %d: %s must be an absolute path",
crypto/openssh/servconf.c
2406
fatal("%s line %d: missing %s argument.",
crypto/openssh/servconf.c
2427
fatal("%s line %d: \"any\" must "
crypto/openssh/servconf.c
2433
fatal("%s line %d: \"any\" must appear "
crypto/openssh/servconf.c
2436
fatal("%s line %d: invalid %s method list.",
crypto/openssh/servconf.c
2443
fatal("%s line %d: no %s specified",
crypto/openssh/servconf.c
2457
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
2462
fatal("%s line %d: Invalid %s.",
crypto/openssh/servconf.c
2475
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
2478
fatal("%.200s line %d: Invalid %s algorithm \"%s\".",
crypto/openssh/servconf.c
2490
fatal("%s line %d: setting RDomain not supported on this "
crypto/openssh/servconf.c
2496
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
2500
fatal("%s line %d: invalid routing domain",
crypto/openssh/servconf.c
2523
fatal("%s line %d: invalid channel timeout %s",
crypto/openssh/servconf.c
2530
fatal("%s line %d: no %s specified",
crypto/openssh/servconf.c
2581
fatal("%s line %d: Missing handler for opcode %s (%d)",
crypto/openssh/servconf.c
332
fatal("No host key files found");
crypto/openssh/servconf.c
4001
fatal("Too many recursive configuration includes");
crypto/openssh/servconf.c
4017
fatal("%s: terminating, %d bad configuration options",
crypto/openssh/servconf.c
660
fatal("bad addr or host: %s (%s)",
crypto/openssh/servconf.c
814
fatal("'Match %s' in configuration but '%s' not in connection "
crypto/openssh/servconf.c
943
fatal("Invalid Match address argument "
crypto/openssh/servconf.c
966
fatal("Invalid Match localaddress "
crypto/openssh/session.c
1132
fatal("Invalid config SetEnv: %s", options.setenv[i]);
crypto/openssh/session.c
1290
fatal("chroot path does not begin at root");
crypto/openssh/session.c
1292
fatal("chroot path too long");
crypto/openssh/session.c
1313
fatal("bad ownership or modes for chroot "
crypto/openssh/session.c
1317
fatal("chroot path %s\"%s\" is not a directory",
crypto/openssh/session.c
1323
fatal("Unable to chdir to chroot path \"%s\": "
crypto/openssh/session.c
1326
fatal("chroot(\"%s\"): %s", path, strerror(errno));
crypto/openssh/session.c
1402
fatal("set_id(%s) Failed", pw->pw_name);
crypto/openssh/session.c
1409
fatal("server lacks privileges to chroot to ChrootDirectory");
crypto/openssh/session.c
1413
fatal("Failed to set uids to %u.", (u_int) pw->pw_uid);
crypto/openssh/session.c
1783
fatal("no user for session %d", s->self);
crypto/openssh/session.c
2232
fatal("no channel for session %d", s->self);
crypto/openssh/session.c
2588
fatal("gethostname: %.100s", strerror(errno));
crypto/openssh/session.c
374
fatal("do_exec_no_pty: no session");
crypto/openssh/session.c
399
fatal("do_exec_no_pty: no session");
crypto/openssh/session.c
539
fatal("do_exec_pty: no session");
crypto/openssh/session.c
810
fatal("Too many lines in environment file %s", filename);
crypto/openssh/sftp-client.c
1028
fatal("ID mismatch (%u != %u)", id, expected_id);
crypto/openssh/sftp-client.c
1043
fatal("Expected SSH2_FXP_NAME(%u) packet, got %u",
crypto/openssh/sftp-client.c
1049
fatal("Got multiple names (%d) from %s", count, what);
crypto/openssh/sftp-client.c
1378
fatal("ID mismatch (%u != %u)", id, expected_id);
crypto/openssh/sftp-client.c
1389
fatal("Expected SSH2_FXP_NAME(%u) packet, got %u",
crypto/openssh/sftp-client.c
1395
fatal("Got multiple names (%d) from SSH_FXP_READLINK", count);
crypto/openssh/sftp-client.c
158
fatal("Outbound message too long %zu", sshbuf_len(m));
crypto/openssh/sftp-client.c
170
fatal("Couldn't send packet: %s", strerror(errno));
crypto/openssh/sftp-client.c
1714
fatal("Unexpected reply %u", id);
crypto/openssh/sftp-client.c
1734
fatal("Received more data than asked for "
crypto/openssh/sftp-client.c
1800
fatal("Expected SSH2_FXP_DATA(%u) packet, got %u",
crypto/openssh/sftp-client.c
1810
fatal("Transfer complete, but requests still in queue");
crypto/openssh/sftp-client.c
188
fatal("Connection closed");
crypto/openssh/sftp-client.c
190
fatal("Couldn't read packet: %s", strerror(errno));
crypto/openssh/sftp-client.c
198
fatal("Ensure the remote shell produces no output "
crypto/openssh/sftp-client.c
208
fatal("Connection closed");
crypto/openssh/sftp-client.c
210
fatal("Read packet: %s", strerror(errno));
crypto/openssh/sftp-client.c
2130
fatal("read local \"%s\": %s",
crypto/openssh/sftp-client.c
2149
fatal("Unexpected ACK %u", id);
crypto/openssh/sftp-client.c
2162
fatal("Expected SSH2_FXP_STATUS(%d) packet, "
crypto/openssh/sftp-client.c
2173
fatal("Can't find request for ID %u", rid);
crypto/openssh/sftp-client.c
2562
fatal("Unexpected reply %u", id);
crypto/openssh/sftp-client.c
2582
fatal("Received more data than asked for "
crypto/openssh/sftp-client.c
2641
fatal("Expected SSH2_FXP_DATA(%u) packet, got %u",
crypto/openssh/sftp-client.c
2655
fatal("Transfer complete, but requests still in queue");
crypto/openssh/sftp-client.c
274
fatal("ID mismatch (%u != %u)", id, expected_id);
crypto/openssh/sftp-client.c
276
fatal("Expected SSH2_FXP_STATUS(%u) packet, got %u",
crypto/openssh/sftp-client.c
2893
fatal("ID mismatch (%u != %u)", id, expected_id);
crypto/openssh/sftp-client.c
2909
fatal("Expected SSH2_FXP_EXTENDED_REPLY(%u) packet, got %u",
crypto/openssh/sftp-client.c
313
fatal("%s: ID mismatch (%u != %u)",
crypto/openssh/sftp-client.c
323
fatal("%s: Expected SSH2_FXP_HANDLE(%u) packet, got %u",
crypto/openssh/sftp-client.c
353
fatal("ID mismatch (%u != %u)", id, expected_id);
crypto/openssh/sftp-client.c
366
fatal("Expected SSH2_FXP_ATTRS(%u) packet, got %u",
crypto/openssh/sftp-client.c
404
fatal("ID mismatch (%u != %u)", id, expected_id);
crypto/openssh/sftp-client.c
417
fatal("Expected SSH2_FXP_EXTENDED_REPLY(%u) packet, got %u",
crypto/openssh/sftp-client.c
637
fatal("ID mismatch (%u != %u)", msg_id, id);
crypto/openssh/sftp-client.c
747
fatal("ID mismatch (%u != %u)", id, expected_id);
crypto/openssh/sftp-client.c
760
fatal("Expected SSH2_FXP_NAME(%u) packet, got %u",
crypto/openssh/sftp-server.c
1855
fatal("Received extended request before init");
crypto/openssh/sftp-server.c
1862
fatal("Received %u request before init", type);
crypto/openssh/sftp-server.c
1984
fatal("Permitted requests already set");
crypto/openssh/sftp-server.c
1989
fatal("Refused requests already set");
crypto/openssh/sftp-server.c
1997
fatal("Invalid umask \"%s\"", optarg);
crypto/openssh/sftp.c
1548
fatal("Command not implemented");
crypto/openssh/sftp.c
1811
fatal("%d is not implemented", cmdnum);
crypto/openssh/sftp.c
1975
fatal("el_insertstr failed.");
crypto/openssh/sftp.c
1986
fatal("el_insertstr failed.");
crypto/openssh/sftp.c
2100
fatal("invalid multibyte character");
crypto/openssh/sftp.c
2115
fatal("el_insertstr "
crypto/openssh/sftp.c
2122
fatal("el_insertstr failed.");
crypto/openssh/sftp.c
2138
fatal("el_insertstr failed.");
crypto/openssh/sftp.c
2245
fatal("Couldn't initialise editline");
crypto/openssh/sftp.c
2247
fatal("Couldn't initialise editline history");
crypto/openssh/sftp.c
2279
fatal("Need cwd");
crypto/openssh/sftp.c
2393
fatal("pipe: %s", strerror(errno));
crypto/openssh/sftp.c
2402
fatal("socketpair: %s", strerror(errno));
crypto/openssh/sftp.c
2410
fatal("fork: %s", strerror(errno));
crypto/openssh/sftp.c
2524
fatal("Bad port \"%s\"\n", optarg);
crypto/openssh/sftp.c
2534
fatal("SSH protocol v.1 is no longer supported");
crypto/openssh/sftp.c
2545
fatal("Invalid buffer size \"%s\"", optarg);
crypto/openssh/sftp.c
2549
fatal("Batch file already specified.");
crypto/openssh/sftp.c
2554
fatal("%s (%s).", strerror(errno), optarg);
crypto/openssh/sftp.c
2584
fatal("Invalid number of requests \"%s\"",
crypto/openssh/sftp.c
2603
fatal("Invalid buffer size \"%s\": %s",
crypto/openssh/sftp.c
2611
fatal("Invalid number of requests "
crypto/openssh/sftp.c
2616
fatal("Invalid -X option");
crypto/openssh/sftp.c
2691
fatal("No sftp server specified via -D");
crypto/openssh/sftp.c
2699
fatal("Couldn't initialise connection to server");
crypto/openssh/sftp.c
2722
fatal("Couldn't wait for ssh process: %s",
crypto/openssh/sftp.c
327
fatal("Couldn't fork: %s", strerror(errno));
crypto/openssh/sftp.c
343
fatal("Couldn't wait for child: %s", strerror(errno));
crypto/openssh/sftp.c
839
fatal("Unknown ls sort type");
crypto/openssh/sftp.c
963
fatal("Unknown ls sort type");
crypto/openssh/srclimit.c
168
fatal("%s: internal error: first_unused out of range",
crypto/openssh/ssh-add.c
1016
fatal("Cannot download keys without provider");
crypto/openssh/ssh-add.c
201
fatal("Certificate %s does not match private key %s",
crypto/openssh/ssh-add.c
718
fatal("Invalid key destination constraint \"%s\": "
crypto/openssh/ssh-add.c
758
fatal("No host keys found for destination \"%s\"", host);
crypto/openssh/ssh-add.c
782
fatal("Invalid key constraint %s: cannot specify "
crypto/openssh/ssh-add.c
854
fatal("Invalid hash algorithm \"%s\"", optarg);
crypto/openssh/ssh-add.c
874
fatal("-%c flag already specified", lflag);
crypto/openssh/ssh-add.c
880
fatal("-%c flag already specified", xflag);
crypto/openssh/ssh-add.c
932
fatal("Invalid combination of actions");
crypto/openssh/ssh-add.c
988
fatal("no keys to test");
crypto/openssh/ssh-agent.c
1500
fatal("bcrypt_pbkdf");
crypto/openssh/ssh-agent.c
1523
fatal("bcrypt_pbkdf");
crypto/openssh/ssh-agent.c
2111
fatal("activefds == 0 at close_sock");
crypto/openssh/ssh-agent.c
2141
fatal("Unknown socket type %d", sockets[i].type);
crypto/openssh/ssh-agent.c
2298
fatal("%s: getrlimit: %s", __progname, strerror(errno));
crypto/openssh/ssh-agent.c
2309
fatal("Invalid hash algorithm \"%s\"", optarg);
crypto/openssh/ssh-agent.c
2327
fatal("websafe-allow already set");
crypto/openssh/ssh-agent.c
2330
fatal("Unknown -O option");
crypto/openssh/ssh-agent.c
2334
fatal("-P option already specified");
crypto/openssh/ssh-agent.c
2429
fatal("Couldn't determine home directory");
crypto/openssh/ssh-agent.c
2443
fatal("%s: file descriptor rlimit %lld too low (minimum %u)",
crypto/openssh/ssh-agent.c
2454
fatal("unexpected LISTEN_FDS contents "
crypto/openssh/ssh-agent.c
2458
fatal("LISTEN_FDS set but fd 3 unavailable");
crypto/openssh/ssh-agent.c
2461
fatal("invalid LISTEN_PID: %s", errstr);
crypto/openssh/ssh-agent.c
2463
fatal("bad LISTEN_PID: %d vs pid %d", pid, getpid());
crypto/openssh/ssh-agent.c
2472
fatal("Couldn't determine home directory");
crypto/openssh/ssh-agent.c
2616
fatal("%s: unveil %s %s", __progname, socket_name,
crypto/openssh/ssh-agent.c
2620
fatal("%s: unveil %s %s", __progname, socket_dir,
crypto/openssh/ssh-agent.c
2624
fatal("%s: unveil /: %s", __progname, strerror(errno));
crypto/openssh/ssh-agent.c
2628
fatal("%s: unveil %s: %s", __progname, ccp, strerror(errno));
crypto/openssh/ssh-agent.c
2632
fatal("%s: unveil %s: %s", __progname, ccp, strerror(errno));
crypto/openssh/ssh-agent.c
2636
fatal("%s: unveil %s: %s", __progname, ccp, strerror(errno));
crypto/openssh/ssh-agent.c
2638
fatal("%s: unveil /dev/null: %s", __progname, strerror(errno));
crypto/openssh/ssh-agent.c
2640
fatal("%s: pledge: %s", __progname, strerror(errno));
crypto/openssh/ssh-agent.c
2667
fatal("poll: %s", strerror(saved_errno));
crypto/openssh/ssh-keygen.c
1003
fatal("%s is not a public key file.", path);
crypto/openssh/ssh-keygen.c
1174
fatal("hash_host failed");
crypto/openssh/ssh-keygen.c
1275
fatal("Specified known hosts path too long");
crypto/openssh/ssh-keygen.c
1280
fatal("Cannot stat %s: %s", identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
1298
fatal("known_hosts path too long");
crypto/openssh/ssh-keygen.c
1301
fatal("mkstemp: %s", strerror(errno));
crypto/openssh/ssh-keygen.c
1305
fatal("fdopen: %s", strerror(oerrno));
crypto/openssh/ssh-keygen.c
1339
fatal("unlink %.100s: %s", old, strerror(errno));
crypto/openssh/ssh-keygen.c
1341
fatal("link %.100s to %.100s: %s", identity_file, old,
crypto/openssh/ssh-keygen.c
1380
fatal("%s: %s", identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
1461
fatal("Unsupported hash algorithm");
crypto/openssh/ssh-keygen.c
1472
fatal("%s: %s", fname, strerror(errno));
crypto/openssh/ssh-keygen.c
1497
fatal("%s: %s", identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
1690
fatal("cannot read public key from pkcs11");
crypto/openssh/ssh-keygen.c
1702
fatal("no pkcs11 support");
crypto/openssh/ssh-keygen.c
1740
fatal("No PKCS#11 key matching %s found", ca_key_path);
crypto/openssh/ssh-keygen.c
1764
fatal("CA key %s not found in agent", tmp);
crypto/openssh/ssh-keygen.c
178
fatal("unknown key type %s", key_type_name);
crypto/openssh/ssh-keygen.c
1780
fatal("CA key type %s doesn't match specified %s",
crypto/openssh/ssh-keygen.c
1799
fatal("Empty principal name");
crypto/openssh/ssh-keygen.c
1804
fatal("Too many certificate principals specified");
crypto/openssh/ssh-keygen.c
1894
fatal("Invalid relative certificate time %s", s);
crypto/openssh/ssh-keygen.c
1896
fatal("Certificate time %s cannot be represented", s);
crypto/openssh/ssh-keygen.c
1909
fatal("Invalid certificate time: not a number");
crypto/openssh/ssh-keygen.c
1925
fatal("Invalid relative certificate life %s", timespec);
crypto/openssh/ssh-keygen.c
1943
fatal("Invalid certificate life specification %s", timespec);
crypto/openssh/ssh-keygen.c
1953
fatal("Invalid from time \"%s\"", from);
crypto/openssh/ssh-keygen.c
1962
fatal("Invalid to time \"%s\"", to);
crypto/openssh/ssh-keygen.c
1965
fatal("Empty certificate validity interval");
crypto/openssh/ssh-keygen.c
2008
fatal("Empty force-command option");
crypto/openssh/ssh-keygen.c
201
fatal("Invalid RSA key length: minimum is %d bits",
crypto/openssh/ssh-keygen.c
2010
fatal("force-command already specified");
crypto/openssh/ssh-keygen.c
2014
fatal("Empty source-address option");
crypto/openssh/ssh-keygen.c
2016
fatal("source-address already specified");
crypto/openssh/ssh-keygen.c
2018
fatal("Invalid source-address list");
crypto/openssh/ssh-keygen.c
2028
fatal("Unsupported certificate option \"%s\"", opt);
crypto/openssh/ssh-keygen.c
204
fatal("Invalid RSA key length: maximum is %d bits",
crypto/openssh/ssh-keygen.c
2075
fatal("Option corrupt: extra data at end");
crypto/openssh/ssh-keygen.c
210
fatal("Invalid ECDSA key length: valid lengths are "
crypto/openssh/ssh-keygen.c
213
fatal("Invalid ECDSA key length: valid lengths are "
crypto/openssh/ssh-keygen.c
2143
fatal("%s: %s: %s", __progname, identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
2151
fatal("fopen %s: %s", identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
2162
fatal("sshkey_new");
crypto/openssh/ssh-keygen.c
2209
fatal("%s:%lu: unsupported hash algorithm", file, lnum);
crypto/openssh/ssh-keygen.c
2253
fatal("fopen %s: %s", path, strerror(errno));
crypto/openssh/ssh-keygen.c
2284
fatal("revoking certificates by serial number "
crypto/openssh/ssh-keygen.c
2292
fatal("%s:%lu: invalid serial \"%s\"",
crypto/openssh/ssh-keygen.c
2295
fatal("%s:%lu: serial out of range",
crypto/openssh/ssh-keygen.c
2303
fatal("%s:%lu: invalid serial \"%s\"",
crypto/openssh/ssh-keygen.c
2306
fatal("%s:%lu: serial out of range",
crypto/openssh/ssh-keygen.c
2309
fatal("%s:%lu: invalid serial range "
crypto/openssh/ssh-keygen.c
2320
fatal("revoking certificates by key ID "
crypto/openssh/ssh-keygen.c
2356
fatal("sshkey_new");
crypto/openssh/ssh-keygen.c
2364
fatal("%s:%lu: fingerprint failed",
crypto/openssh/ssh-keygen.c
2371
fatal("%s:%lu: fingerprint failed",
crypto/openssh/ssh-keygen.c
2404
fatal("KRL generation requires an output file");
crypto/openssh/ssh-keygen.c
2407
fatal("Cannot access KRL \"%s\": %s",
crypto/openssh/ssh-keygen.c
2410
fatal("KRL \"%s\" does not exist", identity_file);
crypto/openssh/ssh-keygen.c
2426
fatal("couldn't create KRL");
crypto/openssh/ssh-keygen.c
2437
fatal("sshbuf_new failed");
crypto/openssh/ssh-keygen.c
2439
fatal("Couldn't generate KRL");
crypto/openssh/ssh-keygen.c
2441
fatal("write %s: %s", identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
2456
fatal("KRL checking requires an input file");
crypto/openssh/ssh-keygen.c
2502
fatal("No private key found for public key \"%s\"", keypath);
crypto/openssh/ssh-keygen.c
2506
fatal("No private key found for \"%s\"", privpath);
crypto/openssh/ssh-keygen.c
2690
fatal("Cannot sign mix of paths and standard input");
crypto/openssh/ssh-keygen.c
2703
fatal("Couldn't get agent socket");
crypto/openssh/ssh-keygen.c
2710
fatal("Couldn't find key in agent");
crypto/openssh/ssh-keygen.c
281
fatal("bad key type");
crypto/openssh/ssh-keygen.c
2939
fatal("Invalid start point.");
crypto/openssh/ssh-keygen.c
2943
fatal("Invalid number: %s (%s)", p, errstr);
crypto/openssh/ssh-keygen.c
2946
fatal("Option \"%s\" is unsupported for moduli "
crypto/openssh/ssh-keygen.c
2954
fatal("Couldn't open modulus candidate file \"%s\": %s",
crypto/openssh/ssh-keygen.c
2962
fatal("modulus candidate generation failed");
crypto/openssh/ssh-keygen.c
2964
fatal("Moduli generation is not supported");
crypto/openssh/ssh-keygen.c
2994
fatal("Generator invalid: %s (%s)", p, errstr);
crypto/openssh/ssh-keygen.c
2999
fatal("Invalid number: %s (%s)", p, errstr);
crypto/openssh/ssh-keygen.c
3002
fatal("Option \"%s\" is unsupported for moduli "
crypto/openssh/ssh-keygen.c
3009
fatal("Couldn't open modulus candidate "
crypto/openssh/ssh-keygen.c
3018
fatal("Couldn't open moduli file \"%s\": %s",
crypto/openssh/ssh-keygen.c
3025
fatal("modulus screening failed");
crypto/openssh/ssh-keygen.c
3030
fatal("Moduli screening is not supported");
crypto/openssh/ssh-keygen.c
3127
fatal("Cannot download keys without provider");
crypto/openssh/ssh-keygen.c
3216
fatal("Enrollment did not return attestation data");
crypto/openssh/ssh-keygen.c
3339
fatal("No user exists for uid %lu", (u_long)getuid());
crypto/openssh/ssh-keygen.c
3342
fatal("gethostname: %s", strerror(errno));
crypto/openssh/ssh-keygen.c
3358
fatal("Bits has bad value %s (%s)",
crypto/openssh/ssh-keygen.c
3364
fatal("Invalid hash algorithm \"%s\"", optarg);
crypto/openssh/ssh-keygen.c
3405
fatal("Unsupported conversion format \"%s\"", optarg);
crypto/openssh/ssh-keygen.c
3421
fatal("Identity filename too long");
crypto/openssh/ssh-keygen.c
3447
fatal("Invalid OpenSSH-format cipher '%s'",
crypto/openssh/ssh-keygen.c
3505
fatal("Invalid number: %s (%s)",
crypto/openssh/ssh-keygen.c
3526
fatal("Invalid serial number \"%s\"", optarg);
crypto/openssh/ssh-keygen.c
3534
fatal("Unsupported moduli option %s", optarg);
crypto/openssh/ssh-keygen.c
365
fatal("PEM_write_RSA_PUBKEY failed");
crypto/openssh/ssh-keygen.c
3675
fatal("Must specify key id (-I) when certifying");
crypto/openssh/ssh-keygen.c
3704
fatal("Option \"%s\" is unsupported for "
crypto/openssh/ssh-keygen.c
371
fatal("PEM_write_EC_PUBKEY failed");
crypto/openssh/ssh-keygen.c
3728
fatal("key conversion disabled at compile time");
crypto/openssh/ssh-keygen.c
3739
fatal("%s: %s", identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
3753
fatal("no keys found.");
crypto/openssh/ssh-keygen.c
3760
fatal("No output file specified");
crypto/openssh/ssh-keygen.c
3762
fatal("Too many output files specified");
crypto/openssh/ssh-keygen.c
3817
fatal("FIDO application string must "
crypto/openssh/ssh-keygen.c
3821
fatal("Option \"%s\" is unsupported for "
crypto/openssh/ssh-keygen.c
3826
fatal("sshbuf_new failed");
crypto/openssh/ssh-keygen.c
3857
fatal("Too many incorrect PINs");
crypto/openssh/ssh-keygen.c
386
fatal("PEM_write_RSAPublicKey failed");
crypto/openssh/ssh-keygen.c
3868
fatal("sshkey_generate failed");
crypto/openssh/ssh-keygen.c
3918
fatal("sshkey_fingerprint failed");
crypto/openssh/ssh-keygen.c
392
fatal("PEM_write_EC_PUBKEY failed");
crypto/openssh/ssh-keygen.c
410
fatal("%s: %s: %s", __progname, identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
497
fatal("sshkey_new failed");
crypto/openssh/ssh-keygen.c
586
fatal("input line too long.");
crypto/openssh/ssh-keygen.c
591
fatal("unget: %s", strerror(errno));
crypto/openssh/ssh-keygen.c
614
fatal("sshbuf_new failed");
crypto/openssh/ssh-keygen.c
616
fatal("%s: %s: %s", __progname, identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
662
fatal("%s: %s: %s", __progname, identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
671
fatal("sshkey_new failed");
crypto/openssh/ssh-keygen.c
679
fatal("sshkey_new failed");
crypto/openssh/ssh-keygen.c
681
fatal("sshkey_ecdsa_fixup_group failed");
crypto/openssh/ssh-keygen.c
701
fatal("%s: %s: %s", __progname, identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
704
fatal("sshkey_new failed");
crypto/openssh/ssh-keygen.c
706
fatal("EVP_PKEY_new failed");
crypto/openssh/ssh-keygen.c
709
fatal("EVP_PKEY_set1_RSA failed");
crypto/openssh/ssh-keygen.c
727
fatal("%s: %s: %s", __progname, identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
768
fatal("key write failed");
crypto/openssh/ssh-keygen.c
784
fatal("%s: %s", identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
816
fatal("cannot read public key from pkcs11");
crypto/openssh/ssh-keygen.c
843
fatal("no pkcs11 support");
crypto/openssh/ssh-keygen.c
854
fatal("sshkey_new failed");
crypto/openssh/ssh-keygen.c
892
fatal("%s: %s", path, strerror(errno));
crypto/openssh/ssh-keygen.c
902
fatal("%s is not a key file.", path);
crypto/openssh/ssh-keygen.c
929
fatal("%s: %s: %s", __progname, path, strerror(errno));
crypto/openssh/ssh-keyscan.c
277
fatal("unknown key type %d", c->c_keytype);
crypto/openssh/ssh-keyscan.c
325
fatal("host_hash failed");
crypto/openssh/ssh-keyscan.c
405
fatal("conalloc: fdno %d too high", s);
crypto/openssh/ssh-keyscan.c
407
fatal("conalloc: attempt to reuse fdno %d", s);
crypto/openssh/ssh-keyscan.c
430
fatal("confree: attempt to free bad fdno %d", s);
crypto/openssh/ssh-keyscan.c
529
fatal("ssh_packet_set_connection failed");
crypto/openssh/ssh-keyscan.c
555
fatal("conread: invalid status %d", c->c_status);
crypto/openssh/ssh-keyscan.c
714
fatal("Too high debugging level.");
crypto/openssh/ssh-keyscan.c
727
fatal("Unsupported -O option");
crypto/openssh/ssh-keyscan.c
730
fatal("Unsupported hash algorithm");
crypto/openssh/ssh-keyscan.c
759
fatal("Unknown key type \"%s\"", tname);
crypto/openssh/ssh-keyscan.c
781
fatal("%s: fdlim_get: bad value", __progname);
crypto/openssh/ssh-keyscan.c
785
fatal("%s: not enough file descriptors", __progname);
crypto/openssh/ssh-keyscan.c
798
fatal("%s: %s: %s", __progname,
crypto/openssh/ssh-keyscan.c
821
fatal("%s: %s: %s", __progname,
crypto/openssh/ssh-keysign.c
196
fatal("%s: pledge: %s", __progname, strerror(errno));
crypto/openssh/ssh-keysign.c
209
fatal("getpwuid failed");
crypto/openssh/ssh-keysign.c
226
fatal("ssh-keysign not enabled in %s",
crypto/openssh/ssh-keysign.c
230
fatal("%s: pledge: %s", __progname, strerror(errno));
crypto/openssh/ssh-keysign.c
237
fatal("could not open any host key");
crypto/openssh/ssh-keysign.c
255
fatal("no hostkey found");
crypto/openssh/ssh-keysign.c
258
fatal("%s: sshbuf_new failed", __progname);
crypto/openssh/ssh-keysign.c
260
fatal("%s: ssh_msg_recv failed", __progname);
crypto/openssh/ssh-keysign.c
264
fatal("%s: bad version: received %d, expected %d",
crypto/openssh/ssh-keysign.c
269
fatal("%s: bad fd = %d", __progname, fd);
crypto/openssh/ssh-keysign.c
271
fatal("%s: cannot get local name for fd", __progname);
crypto/openssh/ssh-keysign.c
276
fatal("%s: not a valid request", __progname);
crypto/openssh/ssh-keysign.c
290
fatal("%s: sshkey_fingerprint failed", __progname);
crypto/openssh/ssh-keysign.c
291
fatal("%s: no matching hostkey found for key %s %s", __progname,
crypto/openssh/ssh-keysign.c
305
fatal("%s: ssh_msg_send failed", __progname);
crypto/openssh/ssh-pkcs11-client.c
191
fatal("response too long: %u", len);
crypto/openssh/ssh-pkcs11-helper.c
277
fatal("poll: %s", strerror(errno));
crypto/openssh/ssh-pkcs11-helper.c
322
fatal("PKCS#11 support disabled at compile time");
crypto/openssh/ssh-pkcs11.c
1063
fatal("EVP_PKEY_new failed");
crypto/openssh/ssh-pkcs11.c
1065
fatal("EVP_PKEY_set1_RSA failed");
crypto/openssh/ssh-pkcs11.c
1302
fatal("EVP_PKEY_new failed");
crypto/openssh/ssh-pkcs11.c
1304
fatal("EVP_PKEY_set1_RSA failed");
crypto/openssh/ssh-pkcs11.c
1346
fatal("EVP_PKEY_new failed");
crypto/openssh/ssh-pkcs11.c
1348
fatal("EVP_PKEY_set1_EC_KEY failed");
crypto/openssh/ssh-pkcs11.c
1886
fatal("dlsym(C_GetFunctionList) failed: %s", dlerror());
crypto/openssh/ssh-pkcs11.c
960
fatal("EVP_PKEY_new failed");
crypto/openssh/ssh-pkcs11.c
962
fatal("EVP_PKEY_set1_EC_KEY failed");
crypto/openssh/ssh-sk-helper.c
127
fatal("%s: trailing data in request", __progname);
crypto/openssh/ssh-sk-helper.c
132
fatal("%s: Unsupported key type %s",
crypto/openssh/ssh-sk-helper.c
149
fatal("%s: sshbuf_new failed", __progname);
crypto/openssh/ssh-sk-helper.c
177
fatal("%s: sshbuf_new failed", __progname);
crypto/openssh/ssh-sk-helper.c
189
fatal("%s: trailing data in request", __progname);
crypto/openssh/ssh-sk-helper.c
192
fatal("%s: bad type %u", __progname, type);
crypto/openssh/ssh-sk-helper.c
208
fatal("%s: sshbuf_new failed", __progname);
crypto/openssh/ssh-sk-helper.c
240
fatal("%s: sshbuf_new failed", __progname);
crypto/openssh/ssh-sk-helper.c
248
fatal("%s: trailing data in request", __progname);
crypto/openssh/ssh-sk-helper.c
261
fatal("%s: sshbuf_new failed", __progname);
crypto/openssh/ssh-sk-helper.c
325
fatal("%s: dup: %s", __progname, strerror(errno));
crypto/openssh/ssh-sk-helper.c
331
fatal("%s: sshbuf_new failed", __progname);
crypto/openssh/ssh-sk-helper.c
333
fatal("ssh_msg_recv failed");
crypto/openssh/ssh-sk-helper.c
340
fatal("unsupported version: received %d, expected %d",
crypto/openssh/ssh-sk-helper.c
363
fatal("%s: unsupported request type %u", __progname, rtype);
crypto/openssh/ssh-sk-helper.c
369
fatal("ssh_msg_send failed");
crypto/openssh/ssh-sk-helper.c
73
fatal("%s: sshbuf_new failed", __progname);
crypto/openssh/ssh-sk-helper.c
76
fatal("%s: buffer error", __progname);
crypto/openssh/ssh-sk.c
140
fatal("Provider \"%s\" dlopen failed: %s", path, dlerror());
crypto/openssh/ssh.c
1028
fatal("Cannot specify -N with -s/SessionType");
crypto/openssh/ssh.c
1046
fatal("Cannot specify -s with -N/SessionType");
crypto/openssh/ssh.c
1124
fatal("remote username contains invalid characters");
crypto/openssh/ssh.c
1126
fatal("hostname contains invalid characters");
crypto/openssh/ssh.c
1132
fatal("sshbuf_new failed");
crypto/openssh/ssh.c
1162
fatal("Can't specify both -y and -E");
crypto/openssh/ssh.c
1287
fatal("jumphost loop via %s", options.jump_host);
crypto/openssh/ssh.c
1299
fatal("inconsistent options: ProxyCommand+ProxyJump");
crypto/openssh/ssh.c
1339
fatal("ProxyCommand=- and ProxyUseFDPass are incompatible");
crypto/openssh/ssh.c
1357
fatal("Invalid number of ConnectionAttempts");
crypto/openssh/ssh.c
1360
fatal("Cannot execute command-line and remote command.");
crypto/openssh/ssh.c
1366
fatal("Cannot fork into background without a command "
crypto/openssh/ssh.c
1402
fatal("gethostname: %s", strerror(errno));
crypto/openssh/ssh.c
1427
fatal("invalid environment variable expansion");
crypto/openssh/ssh.c
1441
fatal("remote username contains invalid characters");
crypto/openssh/ssh.c
1535
fatal("Invalid GlobalKnownHostsFiles: \"none\" "
crypto/openssh/ssh.c
1545
fatal("Invalid UserKnownHostsFiles: \"none\" "
crypto/openssh/ssh.c
1572
fatal("Invalid config SetEnv: %s", name);
crypto/openssh/ssh.c
1650
fatal("No ControlPath specified for \"-O\" command");
crypto/openssh/ssh.c
1655
fatal("ssh_packet_set_connection failed");
crypto/openssh/ssh.c
1768
fatal("Invalid IdentityAgent "
crypto/openssh/ssh.c
1786
fatal("Invalid ForwardAgent environment variable name %s", cp);
crypto/openssh/ssh.c
1889
fatal("Failed to connect to new control master");
crypto/openssh/ssh.c
1906
fatal("daemon() failed: %.200s", strerror(errno));
crypto/openssh/ssh.c
1972
fatal("Error: remote port forwarding failed "
crypto/openssh/ssh.c
1975
fatal("Error: remote port forwarding failed "
crypto/openssh/ssh.c
2000
fatal("stdio forwarding failed");
crypto/openssh/ssh.c
2105
fatal("Could not request local forwarding.");
crypto/openssh/ssh.c
2130
fatal("Could not request remote forwarding.");
crypto/openssh/ssh.c
2142
fatal("Could not request tunnel forwarding.");
crypto/openssh/ssh.c
2220
fatal("dup() in/out/err failed");
crypto/openssh/ssh.c
230
fatal("invalid environment variable expansion");
crypto/openssh/ssh.c
508
fatal("%s: Could not resolve host \"%s\"", __progname, *hostp);
crypto/openssh/ssh.c
578
fatal("Can't open user config file %.100s: "
crypto/openssh/ssh.c
692
fatal("Couldn't allocate session state");
crypto/openssh/ssh.c
707
fatal("SSH protocol v.1 is no longer supported");
crypto/openssh/ssh.c
749
fatal("Cannot specify multiplexing "
crypto/openssh/ssh.c
752
fatal("Multiplexing command already specified");
crypto/openssh/ssh.c
770
fatal("Invalid multiplex command.");
crypto/openssh/ssh.c
823
fatal("Unsupported query \"%s\"", optarg);
crypto/openssh/ssh.c
861
fatal("Only a single -J option is permitted "
crypto/openssh/ssh.c
866
fatal("Cannot specify -J with ProxyCommand");
crypto/openssh/ssh.c
869
fatal("Invalid -J argument");
crypto/openssh/ssh.c
905
fatal("stdio forward already specified");
crypto/openssh/ssh.c
907
fatal("Cannot specify stdio forward with -O");
crypto/openssh/sshconnect.c
1424
fatal("Error: forwarding disabled due to host key "
crypto/openssh/sshconnect.c
1436
fatal("internal error");
crypto/openssh/sshconnect.c
155
fatal("Could not create socketpair to communicate with "
crypto/openssh/sshconnect.c
1773
fatal("fork failed: %.100s", strerror(errno));
crypto/openssh/sshconnect.c
1776
fatal("Couldn't wait for child: %s", strerror(errno));
crypto/openssh/sshconnect.c
202
fatal("fork failed: %.100s", strerror(errno));
crypto/openssh/sshconnect.c
207
fatal("proxy dialer did not pass back a connection");
crypto/openssh/sshconnect.c
212
fatal("Couldn't wait for child: %s", strerror(errno));
crypto/openssh/sshconnect.c
238
fatal("Could not create pipes to communicate with the proxy: %.100s",
crypto/openssh/sshconnect.c
286
fatal("fork failed: %.100s", strerror(errno));
crypto/openssh/sshconnect.c
972
fatal("KnownHostsCommand failed");
crypto/openssh/sshconnect2.c
104
fatal("Host key verification failed.");
crypto/openssh/sshconnect2.c
1090
fatal("input_userauth_passwd_changereq: "
crypto/openssh/sshconnect2.c
482
fatal("Authentication failed.");
crypto/openssh/sshconnect2.c
545
fatal("%s@%s: Permission denied (%s).",
crypto/openssh/sshconnect2.c
617
fatal("Unexpected authentication success during %s.",
crypto/openssh/sshconnect2.c
631
fatal("input_userauth_failure: no authentication context");
crypto/openssh/sshconnect2.c
696
fatal("input_userauth_pk_ok: no authentication context");
crypto/openssh/sshconnect2.c
900
fatal("input_gssapi_response: no authentication context");
crypto/openssh/sshconnect2.c
916
fatal("Server returned different OID than expected");
crypto/openssh/sshconnect2.c
945
fatal("input_gssapi_response: no authentication context");
crypto/openssh/sshconnect2.c
979
fatal("input_gssapi_response: no authentication context");
crypto/openssh/sshconnect2.c
99
fatal("Server host key %s not in HostKeyAlgorithms",
crypto/openssh/sshd-auth.c
192
fatal("chroot(\"%s\"): %s", _PATH_PRIVSEP_CHROOT_DIR,
crypto/openssh/sshd-auth.c
195
fatal("chdir(\"/\"): %s", strerror(errno));
crypto/openssh/sshd-auth.c
205
fatal("setgroups: %.100s", strerror(errno));
crypto/openssh/sshd-auth.c
543
fatal("test/dump modes not supported");
crypto/openssh/sshd-auth.c
566
fatal("sshd-auth should not be executed directly");
crypto/openssh/sshd-auth.c
609
fatal("Unable to create connection");
crypto/openssh/sshd-auth.c
616
fatal("sshbuf_new config buf failed");
crypto/openssh/sshd-auth.c
633
fatal("Privilege separation user %s does not exist",
crypto/openssh/sshd-auth.c
659
fatal("internal error: hostkeys confused (config %u recvd %u)",
crypto/openssh/sshd-auth.c
670
fatal("internal error: received no hostkeys");
crypto/openssh/sshd-auth.c
720
fatal("allocation failed");
crypto/openssh/sshd-auth.c
724
fatal("sshbuf_new loginmsg failed");
crypto/openssh/sshd-session.c
1008
fatal("Privilege separation user %s does not exist",
crypto/openssh/sshd-session.c
1019
fatal("internal error: no startup pipe");
crypto/openssh/sshd-session.c
1029
fatal("dup2 devnull->config fd: %s", strerror(errno));
crypto/openssh/sshd-session.c
1035
fatal("AuthorizedKeysCommand set without "
crypto/openssh/sshd-session.c
1040
fatal("AuthorizedPrincipalsCommand set without "
crypto/openssh/sshd-session.c
1056
fatal("AuthenticationMethods cannot be satisfied by "
crypto/openssh/sshd-session.c
1077
fatal("internal error: hostkeys confused (config %u recvd %u)",
crypto/openssh/sshd-session.c
1089
fatal("internal error: monitor received no hostkeys");
crypto/openssh/sshd-session.c
1160
fatal("Unable to create connection");
crypto/openssh/sshd-session.c
1229
fatal("login grace time setitimer failed");
crypto/openssh/sshd-session.c
1243
fatal("allocation failed");
crypto/openssh/sshd-session.c
1247
fatal("sshbuf_new loginmsg failed");
crypto/openssh/sshd-session.c
1251
fatal("privsep_preauth failed");
crypto/openssh/sshd-session.c
1262
fatal("login grace time clear failed");
crypto/openssh/sshd-session.c
315
fatal("fork of unprivileged child failed");
crypto/openssh/sshd-session.c
349
fatal("dup2 stdin failed: %s", strerror(errno));
crypto/openssh/sshd-session.c
353
fatal("dup2 stdout failed: %s", strerror(errno));
crypto/openssh/sshd-session.c
358
fatal("dup2 monitor fd: %s", strerror(errno));
crypto/openssh/sshd-session.c
361
fatal("dup2 log fd: %s", strerror(errno));
crypto/openssh/sshd-session.c
395
fatal("fork of unprivileged child failed");
crypto/openssh/sshd-session.c
735
fatal("Connection from %.100s port %d with IP opts: %.800s",
crypto/openssh/sshd-session.c
771
fatal("Invalid routing domain \"%s\": %s", name, errstr);
crypto/openssh/sshd-session.c
773
fatal("Unable to set routing domain %d: %s",
crypto/openssh/sshd-session.c
777
fatal("Unable to set routing domain: not supported in this platform");
crypto/openssh/sshd-session.c
909
fatal("test/dump modes not supported");
crypto/openssh/sshd-session.c
948
fatal("sshd-session should not be executed directly");
crypto/openssh/sshd-session.c
956
fatal("open %s: %s", _PATH_DEVNULL, strerror(errno));
crypto/openssh/sshd-session.c
959
fatal("dup %s: %s", _PATH_DEVNULL, strerror(errno));
crypto/openssh/sshd-session.c
990
fatal("sshbuf_new config buf failed");
crypto/openssh/sshd.c
1080
fatal("config buf not set");
crypto/openssh/sshd.c
1446
fatal("-R not supported here");
crypto/openssh/sshd.c
1518
fatal("sshd requires execution with an absolute path");
crypto/openssh/sshd.c
1524
fatal("open %s: %s", _PATH_DEVNULL, strerror(errno));
crypto/openssh/sshd.c
1527
fatal("dup %s: %s", _PATH_DEVNULL, strerror(errno));
crypto/openssh/sshd.c
1570
fatal("Config test connection parameter (-C) provided without "
crypto/openssh/sshd.c
1585
fatal("sshbuf_new config failed");
crypto/openssh/sshd.c
1599
fatal("AuthorizedKeysCommand set without "
crypto/openssh/sshd.c
1604
fatal("AuthorizedPrincipalsCommand set without "
crypto/openssh/sshd.c
1620
fatal("AuthenticationMethods cannot be satisfied by "
crypto/openssh/sshd.c
1729
fatal("sshkey_fingerprint failed");
crypto/openssh/sshd.c
1787
fatal("Privilege separation user %s does not exist",
crypto/openssh/sshd.c
1795
fatal("Missing privilege separation directory: %s",
crypto/openssh/sshd.c
1804
fatal("%s must be owned by root and not group or "
crypto/openssh/sshd.c
1813
fatal("Configuration file is too large (have %zu, max %d)",
crypto/openssh/sshd.c
1833
fatal("rexec_argc %d < 0", rexec_argc);
crypto/openssh/sshd.c
1844
fatal("%s does not exist or is not executable", rexec_argv[0]);
crypto/openssh/sshd.c
1850
fatal("%s does not exist or is not executable",
crypto/openssh/sshd.c
1877
fatal("daemon() failed: %.200s", strerror(errno));
crypto/openssh/sshd.c
1902
fatal("socketpair: %s", strerror(errno));
crypto/openssh/sshd.c
1955
fatal("dup2 stdin: %s", strerror(errno));
crypto/openssh/sshd.c
1957
fatal("dup2 stdout: %s", strerror(errno));
crypto/openssh/sshd.c
1963
fatal("dup2 config_s: %s", strerror(errno));
crypto/openssh/sshd.c
1972
fatal("rexec of %s failed: %s", rexec_argv[0], strerror(errno));
crypto/openssh/sshd.c
839
fatal("Too many listen sockets. "
crypto/openssh/sshd.c
891
fatal("listen on [%s]:%s: %.100s",
crypto/openssh/sshd.c
925
fatal("Cannot bind any address.");
crypto/openssh/sshpty.c
182
fatal("stat(%.100s) failed: %.100s", tty,
crypto/openssh/sshpty.c
197
fatal("chown(%.100s, %u, %u) failed: %.100s",
crypto/openssh/sshpty.c
210
fatal("chmod(%.100s, 0%o) failed: %.100s",
crypto/openssh/sshpty.c
74
fatal("openpty returns device for which ttyname fails.");
crypto/openssh/uidswap.c
101
fatal("initgroups: %s: %.100s", pw->pw_name,
crypto/openssh/uidswap.c
106
fatal("getgroups: %.100s", strerror(errno));
crypto/openssh/uidswap.c
111
fatal("getgroups: %.100s", strerror(errno));
crypto/openssh/uidswap.c
120
fatal("setgroups: %.100s", strerror(errno));
crypto/openssh/uidswap.c
130
fatal("setegid %u: %.100s", (u_int)pw->pw_gid,
crypto/openssh/uidswap.c
133
fatal("seteuid %u: %.100s", (u_int)pw->pw_uid,
crypto/openssh/uidswap.c
149
fatal("restore_uid: temporarily_use_uid not effective");
crypto/openssh/uidswap.c
155
fatal("seteuid %u: %.100s", (u_int)saved_euid, strerror(errno));
crypto/openssh/uidswap.c
157
fatal("setegid %u: %.100s", (u_int)saved_egid, strerror(errno));
crypto/openssh/uidswap.c
171
fatal("setgroups: %.100s", strerror(errno));
crypto/openssh/uidswap.c
188
fatal("permanently_set_uid: no user given");
crypto/openssh/uidswap.c
190
fatal("permanently_set_uid: temporarily_use_uid effective");
crypto/openssh/uidswap.c
195
fatal("setresgid %u: %.100s", (u_int)pw->pw_gid, strerror(errno));
crypto/openssh/uidswap.c
203
fatal("initgroups %.100s %u: %.100s",
crypto/openssh/uidswap.c
208
fatal("setresuid %u: %.100s", (u_int)pw->pw_uid, strerror(errno));
crypto/openssh/uidswap.c
219
fatal("%s: egid incorrect gid:%u egid:%u (should be %u)",
crypto/openssh/uidswap.c
233
fatal("%s: euid incorrect uid:%u euid:%u (should be %u)",
crypto/openssh/uidswap.c
87
fatal("getgroups: %.100s", strerror(errno));
crypto/openssh/uidswap.c
92
fatal("getgroups: %.100s", strerror(errno));
crypto/openssh/xmalloc.c
102
fatal("xvasprintf: could not allocate memory");
crypto/openssh/xmalloc.c
37
fatal("xmalloc: zero size");
crypto/openssh/xmalloc.c
40
fatal("xmalloc: out of memory (allocating %zu bytes)", size);
crypto/openssh/xmalloc.c
50
fatal("xcalloc: zero size");
crypto/openssh/xmalloc.c
52
fatal("xcalloc: nmemb * size > SIZE_MAX");
crypto/openssh/xmalloc.c
55
fatal("xcalloc: out of memory (allocating %zu bytes)",
crypto/openssh/xmalloc.c
67
fatal("xreallocarray: out of memory (%zu elements of %zu bytes)",
crypto/openssh/xmalloc.c
79
fatal("xrecallocarray: out of memory (%zu elements of %zu bytes)",
crypto/openssl/apps/lib/http_server.c
286
goto fatal;
crypto/openssl/apps/lib/http_server.c
394
goto fatal;
crypto/openssl/apps/lib/http_server.c
476
goto fatal;
crypto/openssl/apps/lib/http_server.c
490
fatal:
crypto/openssl/ssl/ssl_lib.c
7126
int sslv2format, int fatal)
crypto/openssl/ssl/ssl_lib.c
7138
if (fatal)
crypto/openssl/ssl/ssl_lib.c
7146
if (fatal)
crypto/openssl/ssl/ssl_lib.c
7157
if (fatal)
crypto/openssl/ssl/ssl_lib.c
7177
if (fatal)
crypto/openssl/ssl/ssl_lib.c
7186
if (fatal)
crypto/openssl/ssl/ssl_local.h
2564
int fatal);
crypto/openssl/ssl/ssl_local.h
2786
unsigned char *out, size_t outlen, int fatal);
crypto/openssl/ssl/ssl_sess.c
590
int fatal = 0;
crypto/openssl/ssl/ssl_sess.c
617
fatal = 1;
crypto/openssl/ssl/ssl_sess.c
666
fatal = 1;
crypto/openssl/ssl/ssl_sess.c
684
fatal = 1;
crypto/openssl/ssl/ssl_sess.c
717
if (fatal)
crypto/openssl/ssl/t1_enc.c
33
unsigned char *out, size_t olen, int fatal)
crypto/openssl/ssl/t1_enc.c
43
if (fatal)
crypto/openssl/ssl/t1_enc.c
81
if (fatal)
crypto/openssl/ssl/tls13_enc.c
104
unsigned char *out, size_t outlen, int fatal)
crypto/openssl/ssl/tls13_enc.c
111
out, outlen, !fatal);
crypto/openssl/ssl/tls13_enc.c
112
if (ret == 0 && fatal)
sbin/fsck/fsutil.c
109
vmsg(int fatal, const char *fmt, va_list ap)
sbin/fsck/fsutil.c
111
if (!fatal && preen)
sbin/fsck/fsutil.c
116
if (fatal && preen)
sbin/fsck/fsutil.c
119
if (fatal && preen) {
sys/arm/freescale/fsl_ocotp.c
73
goto fatal;
sys/arm/freescale/fsl_ocotp.c
75
goto fatal;
sys/arm/freescale/fsl_ocotp.c
77
goto fatal;
sys/arm/freescale/fsl_ocotp.c
82
goto fatal;
sys/arm/freescale/fsl_ocotp.c
85
fatal:
sys/dev/acpica/Osd/OsdDebug.c
71
ACPI_SIGNAL_FATAL_INFO *fatal;
sys/dev/acpica/Osd/OsdDebug.c
75
fatal = (ACPI_SIGNAL_FATAL_INFO *)Info;
sys/dev/acpica/Osd/OsdDebug.c
77
fatal->Type, fatal->Code, fatal->Argument);
sys/dev/acpica/acpi_apei.c
217
apei_pcie_handler(ACPI_HEST_GENERIC_DATA *ged, bool fatal)
sys/dev/acpica/acpi_apei.c
226
if (!fatal)
sys/dev/acpica/acpi_apei.c
245
if (!fatal)
sys/dev/acpica/acpi_apei.c
248
if (!fatal)
sys/dev/acpica/acpi_apei.c
306
apei_ged_handler(ACPI_HEST_GENERIC_DATA *ged, bool fatal)
sys/dev/acpica/acpi_apei.c
325
h = apei_pcie_handler(ged, fatal);
sys/dev/acpica/acpi_apei.c
362
if (fatal) {
sys/dev/acpica/acpi_apei.c
386
bool fatal;
sys/dev/acpica/acpi_apei.c
392
fatal = (ges->ErrorSeverity == ACPI_HEST_GEN_ERROR_FATAL);
sys/dev/acpica/acpi_apei.c
401
f = apei_ged_handler(ged, fatal);
sys/dev/acpica/acpi_apei.c
418
if (fatal)
sys/dev/cxgb/common/cxgb_t3_hw.c
1726
unsigned short fatal; /* whether the condition reported is fatal */
sys/dev/cxgb/common/cxgb_t3_hw.c
1749
int fatal = 0;
sys/dev/cxgb/common/cxgb_t3_hw.c
1754
if (acts->fatal) {
sys/dev/cxgb/common/cxgb_t3_hw.c
1755
fatal++;
sys/dev/cxgb/common/cxgb_t3_hw.c
1767
return fatal;
sys/dev/cxgbe/common/t4_hw.c
4791
u32 fatal; /* bits that are fatal */
sys/dev/cxgbe/common/t4_hw.c
4819
intr_alert_char(u32 cause, u32 enable, u32 fatal)
sys/dev/cxgbe/common/t4_hw.c
4821
if (cause & fatal)
sys/dev/cxgbe/common/t4_hw.c
4830
uint32_t ucause, uint32_t enabled, uint32_t fatal, int flags)
sys/dev/cxgbe/common/t4_hw.c
4838
alert = intr_alert_char(cause, enabled, fatal);
sys/dev/cxgbe/common/t4_hw.c
4840
ii->name, ii->cause_reg, cause, enabled, ii->fatal);
sys/dev/cxgbe/common/t4_hw.c
4848
alert = intr_alert_char(msgbits, enabled, fatal);
sys/dev/cxgbe/common/t4_hw.c
4853
alert = intr_alert_char(leftover, enabled, fatal);
sys/dev/cxgbe/common/t4_hw.c
4865
uint32_t cause, ucause, enabled, fatal;
sys/dev/cxgbe/common/t4_hw.c
4872
fatal = ii->fatal & cause;
sys/dev/cxgbe/common/t4_hw.c
4874
fatal &= enabled;
sys/dev/cxgbe/common/t4_hw.c
4879
show_intr_info(sc, ii, cause, ucause, enabled, fatal, flags);
sys/dev/cxgbe/common/t4_hw.c
4881
rc = fatal != 0;
sys/dev/cxgbe/common/t4_hw.c
4924
.fatal = F_RFTP | F_RCCP | F_RCIP | F_RPCP | F_RNPP,
sys/dev/cxgbe/common/t4_hw.c
4945
.fatal = F_TPCP | F_TNPP | F_TFTP | F_TCAP | F_TCIP | F_RCAP |
sys/dev/cxgbe/common/t4_hw.c
5022
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5061
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
5081
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
5086
bool fatal = false;
sys/dev/cxgbe/common/t4_hw.c
5089
fatal |= t4_handle_intr(adap, &sysbus_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5090
fatal |= t4_handle_intr(adap, &pcie_port_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5096
fatal |= t4_handle_intr(adap, &pcie_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5098
fatal |= t4_handle_intr(adap, &pcie_int_cause_ext, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5099
fatal |= t4_handle_intr(adap, &pcie_int_cause_x8, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5102
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
5129
.fatal = 0x7fffffff,
sys/dev/cxgbe/common/t4_hw.c
5150
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5189
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5227
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5266
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5298
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5335
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5340
bool fatal;
sys/dev/cxgbe/common/t4_hw.c
5344
fatal = t4_handle_intr(adap, &tp_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5345
fatal |= t4_handle_intr(adap, &tp_cerr_cause, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5346
fatal |= t4_handle_intr(adap, &tp_c_perr_cause, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5347
fatal |= t4_handle_intr(adap, &tp_e_eg_perr_cause, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5348
fatal |= t4_handle_intr(adap, &tp_e_in0_perr_cause, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5349
fatal |= t4_handle_intr(adap, &tp_e_in1_perr_cause, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5350
fatal |= t4_handle_intr(adap, &tp_o_perr_cause, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5353
fatal = t4_handle_intr(adap, &tp_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5357
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
5390
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5448
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5528
.fatal = F_ERR_CPL_EXCEED_IQE_SIZE,
sys/dev/cxgbe/common/t4_hw.c
5567
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
5635
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5673
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
5708
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
5725
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
5730
bool fatal;
sys/dev/cxgbe/common/t4_hw.c
5745
fatal = false;
sys/dev/cxgbe/common/t4_hw.c
5746
fatal |= t4_handle_intr(adap, &sge_int1_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5747
fatal |= t4_handle_intr(adap, &sge_int2_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5748
fatal |= t4_handle_intr(adap, &sge_int3_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5749
fatal |= t4_handle_intr(adap, &sge_int4_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5751
fatal |= t4_handle_intr(adap, &sge_int5_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5753
fatal |= t4_handle_intr(adap, &sge_int6_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5755
fatal |= t4_handle_intr(adap, &sge_int7_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5756
fatal |= t4_handle_intr(adap, &sge_int8_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5768
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
5831
.fatal = 0x007fffe6,
sys/dev/cxgbe/common/t4_hw.c
5883
.fatal = 0x3fffeeff,
sys/dev/cxgbe/common/t4_hw.c
5892
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
5933
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5939
bool fatal;
sys/dev/cxgbe/common/t4_hw.c
5959
fatal = (fw_err & F_PCIE_FW_ERR) != 0;
sys/dev/cxgbe/common/t4_hw.c
5960
fatal |= t4_handle_intr(adap, &cim_host_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5961
fatal |= t4_handle_intr(adap, &cim_host_upacc_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5962
fatal |= t4_handle_intr(adap, &cim_pf_host_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5964
fatal |= t4_handle_intr(adap, &cim_perr_cause, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5965
if (fatal)
sys/dev/cxgbe/common/t4_hw.c
5968
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
6044
.fatal = 0x07ffffff,
sys/dev/cxgbe/common/t4_hw.c
6065
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
6105
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
6141
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
6169
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
6204
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
6209
bool fatal = false;
sys/dev/cxgbe/common/t4_hw.c
6218
fatal |= t4_handle_intr(adap, &ulprx_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6220
fatal |= t4_handle_intr(adap, &ulprx_intr2_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6222
fatal |= t4_handle_intr(adap, &ulprx_int_cause_pcmd, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6223
fatal |= t4_handle_intr(adap, &ulprx_int_cause_data, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6224
fatal |= t4_handle_intr(adap, &ulprx_int_cause_arb, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6225
fatal |= t4_handle_intr(adap, &ulprx_int_cause_intf, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6228
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
6272
.fatal = 0x0fffffff,
sys/dev/cxgbe/common/t4_hw.c
6308
.fatal = 0x0fffffff,
sys/dev/cxgbe/common/t4_hw.c
6344
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
6381
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
6401
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
6426
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
6448
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
6478
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
6512
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
6517
bool fatal = false;
sys/dev/cxgbe/common/t4_hw.c
6520
fatal |= t4_handle_intr(adap, &ulptx_intr_info1, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6521
fatal |= t4_handle_intr(adap, &ulptx_intr_info2, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6522
fatal |= t4_handle_intr(adap, &ulptx_intr_info3, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6523
fatal |= t4_handle_intr(adap, &ulptx_intr_info4, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6524
fatal |= t4_handle_intr(adap, &ulptx_intr_info5, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6525
fatal |= t4_handle_intr(adap, &ulptx_intr_info6, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6526
fatal |= t4_handle_intr(adap, &ulptx_intr_info7, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6527
fatal |= t4_handle_intr(adap, &ulptx_intr_info8, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6533
fatal |= t4_handle_intr(adap, &ulptx_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6535
fatal |= t4_handle_intr(adap, &ulptx_intr_info2, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6538
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
6608
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
6640
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
6646
bool fatal;
sys/dev/cxgbe/common/t4_hw.c
6652
fatal = t4_handle_intr(adap, &pmtx_int_cause, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6655
fatal |= t4_handle_intr(adap, &pmtx_perr_cause, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6659
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
6707
.fatal = 0x1fffffff,
sys/dev/cxgbe/common/t4_hw.c
6733
.fatal = 0x1fffffff,
sys/dev/cxgbe/common/t4_hw.c
6769
.fatal = 0x1fffffff,
sys/dev/cxgbe/common/t4_hw.c
6775
bool fatal;
sys/dev/cxgbe/common/t4_hw.c
6779
fatal = t4_handle_intr(adap, &pmrx_int_cause, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6781
fatal |= t4_handle_intr(adap, &pmrx_int_cause2, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6782
fatal |= t4_handle_intr(adap, &pmrx_perr_cause, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6786
fatal = t4_handle_intr(adap, &pmrx_int_cause, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6790
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
6819
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
6880
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
6888
le_intr_info.fatal = T5_LE_FATAL_MASK;
sys/dev/cxgbe/common/t4_hw.c
6892
le_intr_info.fatal = T6_LE_FATAL_MASK;
sys/dev/cxgbe/common/t4_hw.c
6894
le_intr_info.fatal = T7_LE_FATAL_MASK;
sys/dev/cxgbe/common/t4_hw.c
6913
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
6933
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
6963
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
6997
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
7032
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
7069
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
7099
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
7133
.fatal = 0x1ffff,
sys/dev/cxgbe/common/t4_hw.c
7147
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
7156
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
7165
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
7180
.fatal = F_MISCPERR | V_PKTFIFO(M_PKTFIFO) | V_FILTMEM(M_FILTMEM),
sys/dev/cxgbe/common/t4_hw.c
7196
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
7214
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
7227
.fatal = 0xf,
sys/dev/cxgbe/common/t4_hw.c
7240
.fatal = 0x1fffffff,
sys/dev/cxgbe/common/t4_hw.c
7253
.fatal = 0xffffff,
sys/dev/cxgbe/common/t4_hw.c
7266
.fatal = 0xffffff,
sys/dev/cxgbe/common/t4_hw.c
7284
.fatal = F_MATCHSRAM | F_MATCHTCAM | F_HASHSRAM,
sys/dev/cxgbe/common/t4_hw.c
7297
.fatal = 0xff,
sys/dev/cxgbe/common/t4_hw.c
7302
bool fatal = false;
sys/dev/cxgbe/common/t4_hw.c
7308
fatal |= t4_handle_intr(adap, &mps_rx_perr_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7310
fatal |= t4_handle_intr(adap, &mps_rx_func_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7311
fatal |= t4_handle_intr(adap, &mps_rx_perr_intr_info2, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7312
fatal |= t4_handle_intr(adap, &mps_rx_perr_intr_info3, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7313
fatal |= t4_handle_intr(adap, &mps_rx_perr_intr_info4, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7314
fatal |= t4_handle_intr(adap, &mps_rx_perr_intr_info5, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7315
fatal |= t4_handle_intr(adap, &mps_rx_perr_intr_info6, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7317
fatal |= t4_handle_intr(adap, &mps_tx_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7319
fatal |= t4_handle_intr(adap, &mps_tx_intr_info2, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7320
fatal |= t4_handle_intr(adap, &mps_tx_intr_info3, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7321
fatal |= t4_handle_intr(adap, &mps_tx_intr_info4, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7322
fatal |= t4_handle_intr(adap, &t7_mps_trc_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7323
fatal |= t4_handle_intr(adap, &t7_mps_trc_intr_info2, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7325
fatal |= t4_handle_intr(adap, &mps_trc_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7326
fatal |= t4_handle_intr(adap, &mps_stat_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7327
fatal |= t4_handle_intr(adap, &mps_stat_sram_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7328
fatal |= t4_handle_intr(adap, &mps_stat_tx_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7329
fatal |= t4_handle_intr(adap, &mps_stat_rx_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7330
fatal |= t4_handle_intr(adap, &mps_cls_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7332
fatal |= t4_handle_intr(adap, &mps_stat_sram1_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7337
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
7364
.fatal = F_PERR_INT_CAUSE | F_ECC_UE_INT_CAUSE,
sys/dev/cxgbe/common/t4_hw.c
7369
bool fatal = false;
sys/dev/cxgbe/common/t4_hw.c
7386
fatal |= t4_handle_intr(adap, &ii, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7406
ii.fatal = F_PERR_INT_CAUSE | F_T7_ECC_UE_INT_CAUSE;
sys/dev/cxgbe/common/t4_hw.c
7409
fatal |= t4_handle_intr(adap, &ii, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7432
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
7463
.fatal = F_MEM_PERR_INT_CAUSE | F_MEM_TO_INT_CAUSE,
sys/dev/cxgbe/common/t4_hw.c
7472
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
7481
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
7486
bool fatal;
sys/dev/cxgbe/common/t4_hw.c
7488
fatal = false;
sys/dev/cxgbe/common/t4_hw.c
7489
fatal |= t4_handle_intr(adap, &ma_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7490
fatal |= t4_handle_intr(adap, &ma_perr_status1, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7492
fatal |= t4_handle_intr(adap, &ma_perr_status2, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7494
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
7531
.fatal = F_SLVFIFOPARINT | F_MSTRXFIFOPARINT | F_MSTTXFIFOPARINT,
sys/dev/cxgbe/common/t4_hw.c
7557
.fatal = F_RXFIFO_PRTY_ERR | F_TXFIFO_PRTY_ERR |
sys/dev/cxgbe/common/t4_hw.c
7585
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
7590
bool fatal = false;
sys/dev/cxgbe/common/t4_hw.c
7592
fatal |= t4_handle_intr(adap, &ncsi_int_cause, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7594
fatal |= t4_handle_intr(adap, &ncsi_xgmac0_int_cause, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7595
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
7617
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
7644
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
7673
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
7682
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
7721
bool fatal = false;
sys/dev/cxgbe/common/t4_hw.c
7731
ii.fatal = F_TXFIFO_PRTY_ERR | F_RXFIFO_PRTY_ERR;
sys/dev/cxgbe/common/t4_hw.c
7740
ii.fatal = F_TXFIFO_PRTY_ERR | F_RXFIFO_PRTY_ERR;
sys/dev/cxgbe/common/t4_hw.c
7749
ii.fatal = 0xffffffff;
sys/dev/cxgbe/common/t4_hw.c
7754
fatal |= t4_handle_intr(adap, &ii, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7756
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
7764
ii.fatal = 0xffffffff;
sys/dev/cxgbe/common/t4_hw.c
7772
ii.fatal = 0xffffffff;
sys/dev/cxgbe/common/t4_hw.c
7777
fatal |= t4_handle_intr(adap, &ii, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7779
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
7787
ii.fatal = 0xffffffff;
sys/dev/cxgbe/common/t4_hw.c
7795
ii.fatal = 0xffffffff;
sys/dev/cxgbe/common/t4_hw.c
7800
fatal |= t4_handle_intr(adap, &ii, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7802
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
7805
fatal |= t4_handle_intr(adap, &mac_int_cause_cmn, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7806
fatal |= t4_handle_intr(adap, &mac_perr_cause_mtip, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7807
fatal |= t4_handle_intr(adap, &mac_ios_int_cause_quad0, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7808
fatal |= t4_handle_intr(adap, &mac_ios_int_cause_quad1, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7810
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
7848
.fatal = F_FATALPERR,
sys/dev/cxgbe/common/t4_hw.c
7855
plpl_int_cause.fatal |= F_PERRVFID;
sys/dev/cxgbe/common/t4_hw.c
7858
plpl_int_cause.fatal |= F_INVALIDACCESS;
sys/dev/cxgbe/common/t4_hw.c
7889
.fatal = F_KEX_PERR | F_INTF0_PERR | F_INTF1_PERR,
sys/dev/cxgbe/common/t4_hw.c
7896
bool fatal = false;
sys/dev/cxgbe/common/t4_hw.c
7903
fatal |= t4_handle_intr(adap, &ii, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
7906
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
7928
.fatal = 7,
sys/dev/cxgbe/common/t4_hw.c
7971
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
8020
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
8072
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
8123
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
8141
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
8174
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
8192
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
8211
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
8225
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
8242
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
8247
bool fatal = false;
sys/dev/cxgbe/common/t4_hw.c
8249
fatal |= t4_handle_intr(adap, &arm_perr_cause0, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
8250
fatal |= t4_handle_intr(adap, &arm_perr_cause1, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
8251
fatal |= t4_handle_intr(adap, &arm_perr_cause2, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
8252
fatal |= t4_handle_intr(adap, &arm_cerr_cause0, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
8253
fatal |= t4_handle_intr(adap, &arm_err_cause0, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
8254
fatal |= t4_handle_intr(adap, &arm_periph_cause, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
8255
fatal |= t4_handle_intr(adap, &arm_nvme_db_emu_cause, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
8256
fatal |= t4_handle_intr(adap, &arm_uart_cause, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
8258
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
8439
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
8448
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
8520
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
8545
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
8589
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
8595
bool fatal = false;
sys/dev/cxgbe/common/t4_hw.c
8600
fatal |= t4_handle_intr(adap, &pl_perr_cause, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
8601
fatal |= t4_handle_intr(adap, &pl_int_cause,
sys/dev/cxgbe/common/t4_hw.c
8606
fatal |= t4_handle_intr(adap, &t7_pl_perr_cause, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
8607
fatal |= t4_handle_intr(adap, &t7_pl_int_cause,
sys/dev/cxgbe/common/t4_hw.c
8609
fatal |= t4_handle_intr(adap, &t7_pl_int_cause2,
sys/dev/cxgbe/common/t4_hw.c
8613
return (fatal);
sys/dev/iwx/if_iwx.c
4181
int fatal = 0;
sys/dev/iwx/if_iwx.c
4191
fatal = 1;
sys/dev/iwx/if_iwx.c
4199
if (fatal)
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
2700
bool fatal = false;
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
2707
fatal = true;
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
2758
if (fatal)
sys/dev/sfxge/common/efx_intr.c
463
EFSYS_PROBE(fatal);
sys/dev/sfxge/common/efx_intr.c
524
efx_oword_t fatal;
sys/dev/sfxge/common/efx_intr.c
527
EFX_BAR_READO(enp, FR_AZ_FATAL_INTR_REG_KER, &fatal);
sys/dev/sfxge/common/efx_intr.c
530
if (EFX_OWORD_FIELD(fatal, FRF_AZ_SRM_PERR_INT_KER) != 0 ||
sys/dev/sfxge/common/efx_intr.c
531
EFX_OWORD_FIELD(fatal, FRF_AZ_MEM_PERR_INT_KER) != 0)
sys/dev/sfxge/common/efx_intr.c
534
if (EFX_OWORD_FIELD(fatal, FRF_AZ_SRAM_OOB_INT_KER) != 0)
sys/dev/sfxge/common/efx_intr.c
537
if (EFX_OWORD_FIELD(fatal, FRF_AZ_BUFID_DC_OOB_INT_KER) != 0)
sys/dev/sfxge/common/efx_intr.c
540
if (EFX_OWORD_FIELD(fatal, FRF_AZ_MEM_PERR_INT_KER) != 0)
sys/dev/sfxge/common/efx_intr.c
545
if (EFX_OWORD_FIELD(fatal, FRF_AZ_RBUF_OWN_INT_KER) != 0)
sys/dev/sfxge/common/efx_intr.c
548
if (EFX_OWORD_FIELD(fatal, FRF_AZ_TBUF_OWN_INT_KER) != 0)
sys/dev/sfxge/common/efx_intr.c
551
if (EFX_OWORD_FIELD(fatal, FRF_AZ_RDESCQ_OWN_INT_KER) != 0)
sys/dev/sfxge/common/efx_intr.c
554
if (EFX_OWORD_FIELD(fatal, FRF_AZ_TDESCQ_OWN_INT_KER) != 0)
sys/dev/sfxge/common/efx_intr.c
557
if (EFX_OWORD_FIELD(fatal, FRF_AZ_EVQ_OWN_INT_KER) != 0)
sys/dev/sfxge/common/efx_intr.c
560
if (EFX_OWORD_FIELD(fatal, FRF_AZ_EVF_OFLO_INT_KER) != 0)
sys/dev/sfxge/common/efx_intr.c
563
if (EFX_OWORD_FIELD(fatal, FRF_AZ_ILL_ADR_INT_KER) != 0)
sys/dev/sfxge/common/efx_intr.c
566
if (EFX_OWORD_FIELD(fatal, FRF_AZ_SRM_PERR_INT_KER) != 0)
sys/dev/sfxge/sfxge_intr.c
134
boolean_t fatal;
sys/dev/sfxge/sfxge_intr.c
149
(void)efx_intr_status_message(enp, index, &fatal);
sys/dev/sfxge/sfxge_intr.c
151
if (fatal) {
sys/dev/sfxge/sfxge_intr.c
69
boolean_t fatal;
sys/dev/sfxge/sfxge_intr.c
84
(void)efx_intr_status_line(enp, &fatal, &qmask);
sys/dev/sfxge/sfxge_intr.c
86
if (fatal) {
sys/kern/subr_module.c
61
preload_initkmdp(bool fatal)
sys/kern/subr_module.c
65
if (preload_kmdp == NULL && fatal)
sys/riscv/riscv/trap.c
251
goto fatal;
sys/riscv/riscv/trap.c
272
goto fatal;
sys/riscv/riscv/trap.c
285
goto fatal;
sys/riscv/riscv/trap.c
294
fatal:
sys/x86/x86/mca.c
486
mca_log(enum scan_mode mode, const struct mca_record *rec, bool fatal)
sys/x86/x86/mca.c
721
if (!fatal && !uncor) {
sys/x86/x86/mca.c
745
if (fatal || !mca_uselog) {
usr.bin/chat/chat.c
1016
fatal(1, "Failed");
usr.bin/chat/chat.c
1036
fatal(2, "Can't get file mode flags on stdin: %m");
usr.bin/chat/chat.c
1039
fatal(2, "Can't set file mode flags on stdin: %m");
usr.bin/chat/chat.c
1063
fatal(2, "Can't get file mode flags on stdin, %m");
usr.bin/chat/chat.c
1066
fatal(2, "Can't set file mode flags on stdin: %m");
usr.bin/chat/chat.c
147
void fatal(int code, const char *fmt, ...);
usr.bin/chat/chat.c
176
fatal(2, "memory error!");
usr.bin/chat/chat.c
226
fatal(2, "cannot open \"%s\" for appending", report_file);
usr.bin/chat/chat.c
325
fatal(1, "%s -- open failed: %m", chatfile);
usr.bin/chat/chat.c
354
fatal(1, "unterminated quote (line %d)", linect);
usr.bin/chat/chat.c
444
fatal(2, "Can't get file mode flags on stdin: %m");
usr.bin/chat/chat.c
447
fatal(2, "Can't set file mode flags on stdin: %m");
usr.bin/chat/chat.c
455
fatal(2, "SIGINT");
usr.bin/chat/chat.c
460
fatal(2, "SIGTERM");
usr.bin/chat/chat.c
465
fatal(2, "SIGHUP");
usr.bin/chat/chat.c
486
fatal(2, "Can't get terminal parameters: %m");
usr.bin/chat/chat.c
500
fatal(2, "Can't set terminal parameters: %m");
usr.bin/chat/chat.c
542
fatal(2, "Can't restore terminal parameters: %m");
usr.bin/chat/chat.c
901
fatal(2, "Too many ABORT strings");
usr.bin/chat/chat.c
907
fatal(1, "Illegal or too-long ABORT string ('%v')", s);
usr.bin/chat/chat.c
928
fatal(1, "Illegal or too-long CLR_ABORT string ('%v')", s);
usr.bin/chat/chat.c
952
fatal(2, "Too many REPORT strings");
usr.bin/chat/chat.c
957
fatal(1, "Illegal or too-long REPORT string ('%v')", s);
usr.bin/chat/chat.c
977
fatal(1, "Illegal or too-long REPORT string ('%v')", s);
usr.bin/patch/inp.c
171
fatal("can't find %s\n", filename);
usr.bin/patch/inp.c
174
fatal("%s is not a normal file--can't patch\n", filename);
usr.bin/patch/inp.c
263
fatal("this file doesn't appear to be the "
usr.bin/patch/inp.c
271
fatal("aborted\n");
usr.bin/patch/inp.c
324
fatal("this file doesn't appear to be the "
usr.bin/patch/inp.c
332
fatal("aborted\n");
usr.bin/patch/inp.c
344
fatal("out of memory\n");
usr.bin/patch/inp.c
347
fatal("out of memory\n");
usr.bin/patch/patch.c
1031
fatal("misordered hunks! output would be garbled\n");
usr.bin/patch/patch.c
1184
fatal("lost hunk on alloc error!\n");
usr.bin/patch/patch.c
1207
fatal("lost hunk on alloc error!\n");
usr.bin/patch/patch.c
167
fatal("out of memory\n");
usr.bin/patch/patch.c
176
fatal("cannot allocate memory");
usr.bin/patch/patch.c
182
fatal("cannot allocate memory");
usr.bin/patch/patch.c
188
fatal("cannot allocate memory");
usr.bin/patch/patch.c
194
fatal("cannot allocate memory");
usr.bin/patch/patch.c
319
fatal("lost hunk on alloc error!\n");
usr.bin/patch/patch.c
324
fatal("lost hunk on alloc error!\n");
usr.bin/patch/patch.c
347
fatal("lost hunk on alloc error!\n");
usr.bin/patch/patch.c
405
fatal("Internal error: hunk should not be 0\n");
usr.bin/patch/patch.c
457
fatal("filename %s is too long\n", outname);
usr.bin/patch/patch.c
460
fatal("filename %s is too long\n", outname);
usr.bin/patch/patch.c
596
fatal("argument to -D is not an identifier\n");
usr.bin/patch/patch.c
618
fatal("too many file arguments\n");
usr.bin/patch/patch.c
639
fatal("argument for -r is too long\n");
usr.bin/patch/patch.c
680
fatal("too many file arguments\n");
usr.bin/patch/patch.c
802
fatal("fatal internal error in abort_context_hunk\n");
usr.bin/patch/patch.c
970
fatal("Internal error: expected ' '\n");
usr.bin/patch/pch.c
1102
fatal("hunk too large (%ld lines) at line %ld: %s",
usr.bin/patch/pch.c
1118
fatal("unexpected end of file in patch at line %ld\n",
usr.bin/patch/pch.c
1121
fatal("< expected at line %ld of patch\n",
usr.bin/patch/pch.c
1140
fatal("unexpected end of file in patch at line %ld\n",
usr.bin/patch/pch.c
1143
fatal("--- expected at line %ld of patch\n",
usr.bin/patch/pch.c
1157
fatal("unexpected end of file in patch at line %ld\n",
usr.bin/patch/pch.c
1160
fatal("> expected at line %ld of patch\n",
usr.bin/patch/pch.c
1229
fatal("out of memory\n");
usr.bin/patch/pch.c
1317
fatal("Malformed patch at line %ld: expected '=' found '%c'\n",
usr.bin/patch/pch.c
1327
fatal("Malformed patch at line %ld: expected '*' found '%c'\n",
usr.bin/patch/pch.c
1342
fatal("Malformed patch at line %ld: expected %ld lines, "
usr.bin/patch/pch.c
1461
fatal("can't create temp file %s", TMPOUTNAME);
usr.bin/patch/pch.c
154
fatal("Internal memory allocation error\n");
usr.bin/patch/pch.c
1655
fatal("invalid line number at line %ld: `%s' is %s\n",
usr.bin/patch/pch.c
166
fatal("out of memory\n");
usr.bin/patch/pch.c
484
fatal("Internal error: seek %lld>%lld\n",
usr.bin/patch/pch.c
492
fatal("Unexpected end of file\n");
usr.bin/patch/pch.c
505
fatal("malformed patch at line %ld: %s", p_input_line, buf);
usr.bin/patch/pch.c
593
fatal("unexpected end of file in patch\n");
usr.bin/patch/pch.c
597
fatal("Internal error: hunk larger than hunk "
usr.bin/patch/pch.c
608
fatal("unexpected end of hunk "
usr.bin/patch/pch.c
617
fatal("unexpected *** at line %ld: %s",
usr.bin/patch/pch.c
680
fatal("duplicate \"---\" at line %ld--check line numbers at line %ld\n",
usr.bin/patch/pch.c
683
fatal("%s \"---\" at line %ld--check line numbers at line %ld\n",
usr.bin/patch/pch.c
725
fatal("hunk too large (%ld lines) at line %ld: %s",
usr.bin/patch/pch.c
819
fatal("no --- found in patch at line %ld\n", pch_hunk_beg());
usr.bin/patch/pch.c
873
fatal("replacement text or line numbers mangled in hunk at line %ld\n",
usr.bin/patch/pch.c
973
fatal("unexpected end of file in patch\n");
usr.bin/patch/util.c
119
fatal("filename %s too long for buffer\n", origprae);
usr.bin/patch/util.c
122
fatal("out of memory\n");
usr.bin/patch/util.c
124
fatal("filename %s too long for buffer\n", s);
usr.bin/patch/util.c
198
fatal("out of memory\n");
usr.bin/patch/util.c
215
fatal("out of memory\n");
usr.bin/patch/util.c
334
fatal("out of memory\n");
usr.bin/patch/util.h
35
void fatal(const char *, ...)
usr.sbin/binmiscctl/binmiscctl.c
415
fatal("Can't load %s kernel module: %s",
usr.sbin/binmiscctl/binmiscctl.c
469
fatal("Fatal: no more room in the activator list "
usr.sbin/binmiscctl/binmiscctl.c
479
fatal("Fatal: sysctlbyname() returned: %s",
usr.sbin/binmiscctl/binmiscctl.c
491
fatal("Fatal: out of memory");
usr.sbin/binmiscctl/binmiscctl.c
506
fatal("Fatal: out of memory");
usr.sbin/binmiscctl/binmiscctl.c
512
fatal("Fatal: %s", strerror(errno));
usr.sbin/cron/crontab/crontab.c
333
goto fatal;
usr.sbin/cron/crontab/crontab.c
342
goto fatal;
usr.sbin/cron/crontab/crontab.c
346
goto fatal;
usr.sbin/cron/crontab/crontab.c
355
goto fatal;
usr.sbin/cron/crontab/crontab.c
362
fatal:
usr.sbin/cron/crontab/crontab.c
372
goto fatal;
usr.sbin/cron/crontab/crontab.c
391
goto fatal;
usr.sbin/cron/crontab/crontab.c
421
goto fatal;
usr.sbin/cron/crontab/crontab.c
425
goto fatal;
usr.sbin/cron/crontab/crontab.c
430
goto fatal;
usr.sbin/cron/crontab/crontab.c
436
goto fatal;
usr.sbin/cron/crontab/crontab.c
442
goto fatal;
usr.sbin/cron/crontab/crontab.c
477
goto fatal;
usr.sbin/ctld/ctld.cc
2318
start_timer(int timeout, bool fatal)
usr.sbin/ctld/ctld.cc
2331
if (fatal)
usr.sbin/ctld/ctld.hh
626
void start_timer(int timeout, bool fatal = false);
usr.sbin/lpr/common_source/common.c
269
fatal((struct printer *)0, /* fatal() knows how to deal */
usr.sbin/lpr/common_source/displayq.c
117
fatal(pp, "cannot chdir to spooling directory: %s",
usr.sbin/lpr/common_source/displayq.c
121
fatal(pp, "cannot examine spooling area\n");
usr.sbin/lpr/common_source/displayq.c
252
fatal(pp, "Lost connection");
usr.sbin/lpr/common_source/lp.h
278
void fatal(const struct printer *_pp, const char *_msg, ...)
usr.sbin/lpr/common_source/net.c
105
fatal(pp, "%s\n", gai_strerror(error));
usr.sbin/lpr/common_source/net.c
97
fatal(pp, "no remote host to connect to");
usr.sbin/lpr/common_source/rmjob.c
101
fatal(pp, "The login name \"-all\" is reserved");
usr.sbin/lpr/common_source/rmjob.c
108
fatal(pp, "cannot chdir to spool directory");
usr.sbin/lpr/common_source/rmjob.c
110
fatal(pp, "cannot access spool directory");
usr.sbin/lpr/common_source/rmjob.c
124
fatal(pp, "cannot kill printer daemon");
usr.sbin/lpr/common_source/rmjob.c
137
fatal(pp, "cannot restart printer daemon\n");
usr.sbin/lpr/common_source/rmjob.c
155
fatal(pp, "%s: %s", slockf, strerror(errno));
usr.sbin/lpr/common_source/rmjob.c
193
fatal(pp, "cannot open %s", file);
usr.sbin/lpr/common_source/rmjob.c
330
fatal(pp, "out of memory in rmremote()");
usr.sbin/lpr/common_source/rmjob.c
345
fatal(pp, "out of memory in rmremote()");
usr.sbin/lpr/common_source/rmjob.c
362
fatal(pp, "Lost connection");
usr.sbin/lpr/common_source/rmjob.c
81
fatal(pp, "getprintcap: %s", pcaperr(i));
usr.sbin/lpr/lpc/cmds.c
1154
fatal(pp, "%s", pcaperr(cmdstatus));
usr.sbin/lpr/lpc/cmds.c
208
fatal(pp, "%s", pcaperr(cmdstatus));
usr.sbin/lpr/lpc/cmds.c
221
fatal(pp, "%s", pcaperr(cmdstatus));
usr.sbin/lpr/lpc/lpc.c
383
fatal(pp, "%s", pcaperr(cmdstatus));
usr.sbin/lpr/lpd/lpd.c
476
fatal(0, "Command line too long");
usr.sbin/lpr/lpd/lpd.c
479
fatal(0, "Lost connection");
usr.sbin/lpr/lpd/lpd.c
520
fatal(0, "Too many requests");
usr.sbin/lpr/lpd/lpd.c
524
fatal(0, "Too many users");
usr.sbin/lpr/lpd/lpd.c
530
fatal(pp, "%s", pcaperr(status));
usr.sbin/lpr/lpd/lpd.c
557
fatal(0, "Too many requests");
usr.sbin/lpr/lpd/lpd.c
561
fatal(0, "Too many users");
usr.sbin/lpr/lpd/lpd.c
568
fatal(0, "Illegal service request");
usr.sbin/lpr/lpd/printjob.c
1756
fatal(pp, "potential reference loop detected in printcap file");
usr.sbin/lpr/lpd/recvjob.c
102
fatal(pp, "potential reference loop detected in printcap file");
usr.sbin/lpr/lpq/lpq.c
108
fatal(0, "too many requests");
usr.sbin/lpr/lpq/lpq.c
113
fatal(0, "too many users");
usr.sbin/lpr/lpq/lpq.c
140
fatal(pp, "%s", pcaperr(status));
usr.sbin/lpr/lpq/lpq.c
150
fatal(pp, "%s", pcaperr(status));
usr.sbin/lpr/lprm/lprm.c
101
fatal(0, "Your name is too long");
usr.sbin/lpr/lprm/lprm.c
129
fatal(0, "Too many requests");
usr.sbin/lpr/lprm/lprm.c
133
fatal(0, "Too many users");
usr.sbin/lpr/lprm/lprm.c
99
fatal(0, "Who are you?");
usr.sbin/lpr/pac/pac.c
425
fatal(pp, "%s", pcaperr(stat));
usr.sbin/pw/pw_group.c
113
getgroup(char *name, intmax_t id, bool fatal)
usr.sbin/pw/pw_group.c
121
if (!fatal)
usr.sbin/route6d/route6d.c
1138
fatal("recvmsg");
usr.sbin/route6d/route6d.c
1403
fatal("malloc: struct riprt");
usr.sbin/route6d/route6d.c
1517
fatal("socket");
usr.sbin/route6d/route6d.c
1522
fatal("getifaddrs");
usr.sbin/route6d/route6d.c
1536
fatal("malloc: struct ifc");
usr.sbin/route6d/route6d.c
1572
fatal("IPV6_JOIN_GROUP");
usr.sbin/route6d/route6d.c
1615
fatal("malloc: struct ifac");
usr.sbin/route6d/route6d.c
1627
fatal("ioctl: SIOCGIFDSTADDR_IN6");
usr.sbin/route6d/route6d.c
1649
fatal("ioctl: SIOCGIFMETRIC");
usr.sbin/route6d/route6d.c
1871
fatal("rtrecv: never reach here");
usr.sbin/route6d/route6d.c
2193
fatal("malloc: struct riprt");
usr.sbin/route6d/route6d.c
2344
fatal("malloc: struct riprt");
usr.sbin/route6d/route6d.c
2442
fatal("sysctl estimate NET_RT_IFLIST");
usr.sbin/route6d/route6d.c
2446
fatal("malloc");
usr.sbin/route6d/route6d.c
2450
fatal("sysctl NET_RT_IFLIST");
usr.sbin/route6d/route6d.c
2456
fatal("ifindex does not match with ifm_index");
usr.sbin/route6d/route6d.c
253
static void fatal(const char *, ...)
usr.sbin/route6d/route6d.c
2635
fatal("%s (with %d retries, msize=%lu)", errmsg, retry,
usr.sbin/route6d/route6d.c
2716
fatal("malloc: struct riprt");
usr.sbin/route6d/route6d.c
300
fatal("Exceeds MAXFILTER");
usr.sbin/route6d/route6d.c
310
fatal("invalid route tag");
usr.sbin/route6d/route6d.c
3188
fatal("no prefixlen specified for '%s'", ap);
usr.sbin/route6d/route6d.c
3193
fatal("invalid prefix specified for '%s'", ap);
usr.sbin/route6d/route6d.c
3200
fatal("invalid prefix length specified for '%s'", ap);
usr.sbin/route6d/route6d.c
3208
fatal("no interface specified for '%s'", ap);
usr.sbin/route6d/route6d.c
321
fatal("invalid P flag");
usr.sbin/route6d/route6d.c
3223
fatal("malloc of iff");
usr.sbin/route6d/route6d.c
3242
fatal("malloc: rrt");
usr.sbin/route6d/route6d.c
3266
fatal("%s/%u already in routing table, "
usr.sbin/route6d/route6d.c
337
fatal("invalid Q flag");
usr.sbin/route6d/route6d.c
3414
fatal("malloc");
usr.sbin/route6d/route6d.c
3431
fatal("localtime");
usr.sbin/route6d/route6d.c
351
fatal("Can not write to routelog");
usr.sbin/route6d/route6d.c
3560
fatal("malloc");
usr.sbin/route6d/route6d.c
3572
fatal("realloc");
usr.sbin/route6d/route6d.c
367
fatal("Invalid option specified, terminating");
usr.sbin/route6d/route6d.c
374
fatal("bogus extra arguments");
usr.sbin/route6d/route6d.c
385
fatal("daemon");
usr.sbin/route6d/route6d.c
394
fatal("malloc");
usr.sbin/route6d/route6d.c
413
fatal("No loopback found");
usr.sbin/route6d/route6d.c
431
fatal("malloc");
usr.sbin/route6d/route6d.c
446
fatal("signal");
usr.sbin/route6d/route6d.c
492
fatal("select");
usr.sbin/route6d/route6d.c
622
fatal("%s", gai_strerror(error));
usr.sbin/route6d/route6d.c
626
fatal(":: resolved to multiple address");
usr.sbin/route6d/route6d.c
632
fatal("rip socket");
usr.sbin/route6d/route6d.c
638
fatal("rip IPV6_V6ONLY");
usr.sbin/route6d/route6d.c
643
fatal("rip bind");
usr.sbin/route6d/route6d.c
648
fatal("rip IPV6_MULTICAST_HOPS");
usr.sbin/route6d/route6d.c
653
fatal("rip IPV6_MULTICAST_LOOP");
usr.sbin/route6d/route6d.c
660
fatal("rip IPV6_RECVPKTINFO");
usr.sbin/route6d/route6d.c
666
fatal("rip IPV6_PKTINFO");
usr.sbin/route6d/route6d.c
674
fatal("rip IPV6_RECVHOPLIMIT");
usr.sbin/route6d/route6d.c
680
fatal("rip IPV6_HOPLIMIT");
usr.sbin/route6d/route6d.c
692
fatal("%s", gai_strerror(error));
usr.sbin/route6d/route6d.c
696
fatal("%s resolved to multiple address", RIP6_DEST);
usr.sbin/route6d/route6d.c
711
fatal("route socket");
usr.sbin/route6d/route6d.c
732
fatal("malloc");
usr.sbin/route6d/route6d.c
736
fatal("malloc");
usr.sbin/watch/watch.c
163
fatal(EX_OSFILE, "cannot open snoop device");
usr.sbin/watch/watch.c
218
fatal(EX_DATAERR, "can't open device");
usr.sbin/watch/watch.c
220
fatal(EX_UNAVAILABLE, "cannot attach to tty");
usr.sbin/watch/watch.c
242
fatal(EX_DATAERR, "bad device name");
usr.sbin/watch/watch.c
245
fatal(EX_DATAERR, "must be a character device");
usr.sbin/watch/watch.c
338
fatal(EX_DATAERR, "no device name given");
usr.sbin/watch/watch.c
345
fatal(EX_UNAVAILABLE, "malloc failed");
usr.sbin/watch/watch.c
357
fatal(EX_OSERR, "ioctl(FIONREAD)");
usr.sbin/watch/watch.c
362
fatal(EX_IOERR, "read (stdin) failed");
usr.sbin/watch/watch.c
381
fatal(EX_IOERR,
usr.sbin/watch/watch.c
394
fatal(EX_OSERR, "ioctl(FIONREAD)");
usr.sbin/watch/watch.c
420
fatal(EX_UNAVAILABLE, "malloc failed");
usr.sbin/watch/watch.c
427
fatal(EX_UNAVAILABLE, "malloc failed");
usr.sbin/watch/watch.c
431
fatal(EX_IOERR, "read failed");
usr.sbin/watch/watch.c
434
fatal(EX_IOERR, "write failed");
usr.sbin/watch/watch.c
54
static void fatal(int, const char *);
usr.sbin/ypldap/entries.c
61
fatal("out of memory");
usr.sbin/ypldap/entries.c
86
fatal("out of memory");
usr.sbin/ypldap/entries.c
97
fatal("out of memory");
usr.sbin/ypldap/ldapclient.c
171
fatal("imsg_read error");
usr.sbin/ypldap/ldapclient.c
177
fatal("msgbuf_write");
usr.sbin/ypldap/ldapclient.c
185
fatal("client_dispatch_dns: imsg_get error");
usr.sbin/ypldap/ldapclient.c
212
fatal(NULL);
usr.sbin/ypldap/ldapclient.c
267
fatal("imsg_read error");
usr.sbin/ypldap/ldapclient.c
273
fatal("msgbuf_write");
usr.sbin/ypldap/ldapclient.c
281
fatal("client_dispatch_parent: imsg_get error");
usr.sbin/ypldap/ldapclient.c
308
fatal(NULL);
usr.sbin/ypldap/ldapclient.c
357
fatal("cannot fork");
usr.sbin/ypldap/ldapclient.c
369
fatal("getpwnam");
usr.sbin/ypldap/ldapclient.c
372
fatal("socketpair");
usr.sbin/ypldap/ldapclient.c
378
fatal("chroot");
usr.sbin/ypldap/ldapclient.c
380
fatal("chdir");
usr.sbin/ypldap/ldapclient.c
391
fatal("cannot drop privileges");
usr.sbin/ypldap/ldapclient.c
405
fatal(NULL);
usr.sbin/ypldap/ldapclient.c
407
fatal(NULL);
usr.sbin/ypldap/log.c
160
fatal(emsg);
usr.sbin/ypldap/log.c
34
__dead2 void fatal(const char *);
usr.sbin/ypldap/parse.y
155
fatal("cannot store variable");
usr.sbin/ypldap/parse.y
274
fatal(NULL);
usr.sbin/ypldap/yp.c
110
fatal(NULL);
usr.sbin/ypldap/yp.c
119
fatal("cannot create udp service");
usr.sbin/ypldap/yp.c
121
fatal("cannot create tcp service");
usr.sbin/ypldap/yp.c
125
fatal("unable to register (YPPROG, YPVERS, udp)");
usr.sbin/ypldap/yp.c
129
fatal("unable to register (YPPROG, YPVERS, tcp)");
usr.sbin/ypldap/yp.c
263
fatal("unable to free arguments");
usr.sbin/ypldap/yp.c
89
fatal(NULL);
usr.sbin/ypldap/ypldap.c
138
fatal(NULL);
usr.sbin/ypldap/ypldap.c
365
fatal("imsg_read error");
usr.sbin/ypldap/ypldap.c
371
fatal("msgbuf_write");
usr.sbin/ypldap/ypldap.c
379
fatal("main_dispatch_client: imsg_get error");
usr.sbin/ypldap/ypldap.c
400
fatal("out of memory");
usr.sbin/ypldap/ypldap.c
426
fatal("out of memory");
usr.sbin/ypldap/ypldap.c
571
fatal("socketpair");
usr.sbin/ypldap/ypldap.c
589
fatal(NULL);
usr.sbin/ypldap/ypldap.c
602
fatal("getpwnam");
usr.sbin/ypldap/ypldap.c
608
fatal("cannot drop privileges");
usr.sbin/ypldap/ypldap.h
191
__dead2 void fatal(const char *);
usr.sbin/ypldap/ypldap_dns.c
109
fatal(NULL);
usr.sbin/ypldap/ypldap_dns.c
144
fatal("imsg_read error");
usr.sbin/ypldap/ypldap_dns.c
150
fatal("msgbuf_write");
usr.sbin/ypldap/ypldap_dns.c
158
fatal("client_dispatch_imsg: imsg_get error");
usr.sbin/ypldap/ypldap_dns.c
231
fatal(NULL);
usr.sbin/ypldap/ypldap_dns.c
83
fatal("cannot fork");
usr.sbin/ypldap/ypldap_dns.c
97
fatal("can't drop privileges");