Symbol: fatal
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
90
fatal("linux_audit_write_entry failed: %s", strerror(errno));
crypto/openssh/auth-pam.c
1007
fatal("%s: sshbuf_new failed", __func__);
crypto/openssh/auth-pam.c
1012
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/auth-pam.c
1016
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/auth-pam.c
1068
fatal("PAM: initialisation requested when UsePAM=no");
crypto/openssh/auth-pam.c
1071
fatal("PAM: initialisation failed");
crypto/openssh/auth-pam.c
1112
fatal("PAM: failed to set PAM_CONV: %s",
crypto/openssh/auth-pam.c
1121
fatal("PAM: pam_setcred(): %s",
crypto/openssh/auth-pam.c
1193
fatal("Password expired");
crypto/openssh/auth-pam.c
1198
fatal("PAM: failed to set PAM_CONV: %s",
crypto/openssh/auth-pam.c
1203
fatal("PAM: pam_chauthtok(): %s",
crypto/openssh/auth-pam.c
1218
fatal("PAM: failed to set PAM_CONV: %s",
crypto/openssh/auth-pam.c
1323
fatal("%s: buffer error: %s",
crypto/openssh/auth-pam.c
1358
fatal("PAM: %s called when PAM disabled or failed to "
crypto/openssh/auth-pam.c
1376
fatal("PAM: %s: failed to set PAM_CONV: %s", __func__,
crypto/openssh/auth-pam.c
233
fatal("%s: waitpid: %s", __func__, strerror(errno));
crypto/openssh/auth-pam.c
289
fatal("PAM: sshpam_authctxt not initialized");
crypto/openssh/auth-pam.c
291
fatal("%s: setreuid failed: %s", __func__, strerror(errno));
crypto/openssh/auth-pam.c
294
fatal("%s: setreuid failed: %s", __func__, strerror(errno));
crypto/openssh/auth-pam.c
308
fatal("%s: PAM authctxt not initialized", __func__);
crypto/openssh/auth-pam.c
340
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/auth-pam.c
342
fatal("%s: invalid PAM account status %u", __func__, n);
crypto/openssh/auth-pam.c
345
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/auth-pam.c
350
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/auth-pam.c
359
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/auth-pam.c
365
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/auth-pam.c
373
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/auth-pam.c
425
fatal("%s: buffer error: %s",
crypto/openssh/auth-pam.c
434
fatal("%s: buffer error: %s",
crypto/openssh/auth-pam.c
440
fatal("%s: buffer error: %s",
crypto/openssh/auth-pam.c
447
fatal("%s: buffer error: %s",
crypto/openssh/auth-pam.c
511
fatal("%s: PAM authctxt not initialized", __func__);
crypto/openssh/auth-pam.c
514
fatal("%s: sshbuf_new failed", __func__);
crypto/openssh/auth-pam.c
539
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/auth-pam.c
545
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/auth-pam.c
551
fatal("%s: too many environment strings", __func__);
crypto/openssh/auth-pam.c
554
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/auth-pam.c
557
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/auth-pam.c
564
fatal("%s: too many PAM environment strings", __func__);
crypto/openssh/auth-pam.c
567
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/auth-pam.c
570
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/auth-pam.c
582
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/auth-pam.c
644
fatal("%s: buffer error: %s",
crypto/openssh/auth-pam.c
699
fatal("Username too long from %s port %d",
crypto/openssh/auth-pam.c
704
fatal("%s: called initially with no "
crypto/openssh/auth-pam.c
792
fatal("%s: sshbuf_dup_string failed", __func__);
crypto/openssh/auth-pam.c
857
fatal("%s: sshbuf_new failed", __func__);
crypto/openssh/auth-pam.c
869
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/auth-pam.c
920
fatal("%s: buffer error: %s",
crypto/openssh/auth-pam.c
929
fatal("Internal error: PAM auth "
crypto/openssh/auth-pam.c
972
fatal("%s: password length too long: %zu", __func__, l);
crypto/openssh/auth-shadow.c
136
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/auth-shadow.c
77
fatal("%s: buffer error: %s", __func__, ssh_err(r));
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
154
fatal("Invalid DenyUsers pattern \"%.100s\"",
crypto/openssh/auth.c
170
fatal("Invalid AllowUsers pattern \"%.100s\"",
crypto/openssh/auth.c
408
fatal("expand_authorized_keys: path too long");
crypto/openssh/auth2-gss.c
158
fatal("No authentication or GSSAPI context");
crypto/openssh/auth2-gss.c
222
fatal("No authentication or GSSAPI context");
crypto/openssh/auth2-gss.c
260
fatal("No authentication or GSSAPI context");
crypto/openssh/auth2-gss.c
293
fatal("No authentication or GSSAPI context");
crypto/openssh/auth2.c
195
fatal("input_service_request: no authctxt");
crypto/openssh/auth2.c
278
fatal("input_userauth_request: no authctxt");
crypto/openssh/auth2.c
372
fatal("INTERNAL ERROR: authenticated invalid user %s",
crypto/openssh/auth2.c
376
fatal("INTERNAL ERROR: authenticated and postponed");
crypto/openssh/auth2.c
379
fatal("INTERNAL ERROR: bad method %s", method);
crypto/openssh/auth2.c
416
fatal("%s: buffer error: %s",
crypto/openssh/auth2.c
425
fatal("Access denied for user %s by PAM account "
crypto/openssh/channels.c
1233
fatal("channel_activate for non-larval channel %d.", id);
crypto/openssh/channels.c
2848
fatal("channel %d: inconsistent %s fd=%d pollfd[%u].fd %d "
crypto/openssh/channels.c
2853
fatal("channel %d: invalid %s pollfd[%u].fd %d r%d w%d e%d s%d",
crypto/openssh/channels.c
3679
fatal("channel %d: adjust %u overflows remote window %u",
crypto/openssh/channels.c
5315
fatal("x11_request_forwarding: bad "
crypto/openssh/channels.c
633
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
848
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
216
fatal("No key to look up!");
crypto/openssh/entropy.c
71
fatal("OpenSSL version mismatch. Built against %lx, you "
crypto/openssh/entropy.c
80
fatal("Could not obtain seed from PRNGd");
crypto/openssh/entropy.c
86
fatal("PRNG is not seeded");
crypto/openssh/groupaccess.c
67
fatal("getgrouplist: groups list too small");
crypto/openssh/gss-serv.c
205
fatal("Couldn't convert client name");
crypto/openssh/hostfile.c
412
fatal("no key to look up");
crypto/openssh/loginrec.c
303
fatal("%s: Cannot find account for uid %ld", __func__,
crypto/openssh/loginrec.c
376
fatal("%s: Cannot find user \"%s\"", __func__,
crypto/openssh/misc.c
2379
fatal("child_set_env: too many env vars");
crypto/openssh/misc.c
2675
fatal("%s line %d: Too many %s entries", file, line, directive);
crypto/openssh/misc.c
733
fatal("put_host_port: asprintf: %s", strerror(errno));
crypto/openssh/moduli.c
323
fatal("BN_new failed");
crypto/openssh/moduli.c
330
fatal("BN_new failed");
crypto/openssh/moduli.c
333
fatal("BN_rand failed");
crypto/openssh/moduli.c
336
fatal("BN_copy: failed");
crypto/openssh/moduli.c
341
fatal("BN_set_bit: failed");
crypto/openssh/moduli.c
426
fatal("BN_set_word failed");
crypto/openssh/moduli.c
428
fatal("BN_add failed");
crypto/openssh/moduli.c
604
fatal("BN_new failed");
crypto/openssh/moduli.c
606
fatal("BN_new failed");
crypto/openssh/moduli.c
670
fatal("BN_hex2bn failed");
crypto/openssh/moduli.c
673
fatal("BN_lshift failed");
crypto/openssh/moduli.c
675
fatal("BN_add_word failed");
crypto/openssh/moduli.c
687
fatal("BN_hex2bn failed");
crypto/openssh/moduli.c
690
fatal("BN_rshift failed");
crypto/openssh/moduli.c
758
fatal("BN_is_prime_ex failed");
crypto/openssh/moduli.c
774
fatal("BN_is_prime_ex failed");
crypto/openssh/moduli.c
784
fatal("BN_is_prime_ex failed");
crypto/openssh/monitor.c
1111
fatal("UsePAM not set, but ended up in %s anyway", __func__);
crypto/openssh/monitor.c
1129
fatal("%s: PAM not enabled", __func__);
crypto/openssh/monitor.c
1135
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/monitor.c
1153
fatal("%s: kbd-int authentication not enabled", __func__);
crypto/openssh/monitor.c
1155
fatal("%s: already called", __func__);
crypto/openssh/monitor.c
1165
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/monitor.c
1180
fatal("%s: no context", __func__);
crypto/openssh/monitor.c
1186
fatal("sshpam_device.query failed");
crypto/openssh/monitor.c
1194
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/monitor.c
1200
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/monitor.c
1220
fatal("%s: no context", __func__);
crypto/openssh/monitor.c
1223
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/monitor.c
1232
fatal("%s: buffer error: %s",
crypto/openssh/monitor.c
1244
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/monitor.c
1260
fatal("%s: no context", __func__);
crypto/openssh/monitor.c
1794
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/monitor.c
1807
fatal("Audit event type %d not permitted", event);
crypto/openssh/monitor.c
1821
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/monitor.c
1899
fatal("fcntl(%d, F_SETFD)", x); \
crypto/openssh/monitor.c
337
fatal("%s: sshbuf_new failed",
crypto/openssh/monitor_wrap.c
1006
fatal("%s: sshbuf_new failed", __func__);
crypto/openssh/monitor_wrap.c
1008
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/monitor_wrap.c
1023
fatal("%s: sshbuf_new failed", __func__);
crypto/openssh/monitor_wrap.c
1025
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/monitor_wrap.c
697
fatal("UsePAM=no, but ended up in %s anyway", __func__);
crypto/openssh/monitor_wrap.c
699
fatal("%s: sshbuf_new failed", __func__);
crypto/openssh/monitor_wrap.c
716
fatal("UsePAM=no, but ended up in %s anyway", __func__);
crypto/openssh/monitor_wrap.c
719
fatal("%s: sshbuf_new failed", __func__);
crypto/openssh/monitor_wrap.c
727
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/monitor_wrap.c
745
fatal("%s: sshbuf_new failed", __func__);
crypto/openssh/monitor_wrap.c
751
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/monitor_wrap.c
771
fatal("%s: sshbuf_new failed", __func__);
crypto/openssh/monitor_wrap.c
780
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/monitor_wrap.c
784
fatal("%s: received %u PAM messages, expected <= %u",
crypto/openssh/monitor_wrap.c
791
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/monitor_wrap.c
806
fatal("%s: sshbuf_new failed", __func__);
crypto/openssh/monitor_wrap.c
808
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/monitor_wrap.c
811
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/monitor_wrap.c
818
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/monitor_wrap.c
832
fatal("%s: sshbuf_new failed", __func__);
crypto/openssh/mux.c
1749
fatal("Master refused termination request: %s", e);
crypto/openssh/mux.c
2181
fatal("Master refused stdio forwarding request: %s", e);
crypto/openssh/mux.c
2186
fatal("Stdio forwarding request failed: %s", e);
crypto/openssh/mux.c
2250
fatal("Master refused stop listening request: %s", e);
crypto/openssh/mux.c
2293
fatal("ControlPath too long ('%s' >= %u bytes)", path,
crypto/openssh/mux.c
2305
fatal("Control socket connect(%.100s): %s", path,
crypto/openssh/mux.c
2371
fatal("unrecognised muxclient_command %d", muxclient_command);
crypto/openssh/mux.c
627
fatal("Invalid allocated port %u for "
crypto/openssh/nchan.c
106
fatal("chan_set_ostate: bad state %d -> %d", c->ostate, next);
crypto/openssh/nchan.c
96
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
71
fatal("You must specify a port or a socket");
crypto/openssh/openbsd-compat/port-prngd.c
74
fatal("Random pool path is too long");
crypto/openssh/openbsd-compat/port-prngd.c
76
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
2071
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
1791
fatal("%s line %d: missing host in %s",
crypto/openssh/readconf.c
1802
fatal("%s line %d: bad port number "
crypto/openssh/readconf.c
1813
fatal("%s line %d: missing %s specification",
crypto/openssh/readconf.c
1951
fatal("%s line %d: no %s specified",
crypto/openssh/readconf.c
1974
fatal("%s line %d: no %s specified",
crypto/openssh/readconf.c
2222
fatal("%s line %d: no %s specified",
crypto/openssh/readconf.c
2269
fatal("%s line %d: no %s specified",
crypto/openssh/readconf.c
2471
fatal("%s line %d: invalid channel timeout %s",
crypto/openssh/readconf.c
2478
fatal("%s line %d: no %s specified",
crypto/openssh/readconf.c
2491
fatal("%s line %d: %s missing argument.",
crypto/openssh/readconf.c
2495
fatal("%.200s line %d: Invalid %s argument",
crypto/openssh/readconf.c
2574
fatal("Too many recursive configuration includes");
crypto/openssh/readconf.c
2583
fatal("fstat %s: %s", filename, strerror(errno));
crypto/openssh/readconf.c
2586
fatal("Bad owner or permissions on %s", filename);
crypto/openssh/readconf.c
2612
fatal("%s: terminating, %d bad configuration options",
crypto/openssh/readconf.c
471
fatal("Too many certificate files specified (max %d)",
crypto/openssh/readconf.c
497
fatal("Too many identity files specified (max %d)",
crypto/openssh/readconf.c
503
fatal("Identity file path %s too long", path);
crypto/openssh/readconf.c
548
fatal("Shell \"%s\" is not executable: %s",
crypto/openssh/readconf.c
677
fatal("gethostname: %s", strerror(errno));
crypto/openssh/readconf.c
886
fatal("%.200s line %d: failed to expand match "
crypto/openssh/readconf.c
898
fatal("%.200s line %d: match exec "
crypto/openssh/readpass.c
63
fatal("internal error: askpass undefined");
crypto/openssh/regress/check-perm.c
196
fatal("Could not stat %s: %s", path, strerror(errno));
crypto/openssh/regress/check-perm.c
199
fatal("Unsafe %s: %s", path, errmsg);
crypto/openssh/regress/check-perm.c
42
fatal("chroot path does not begin at root");
crypto/openssh/regress/check-perm.c
44
fatal("chroot path too long");
crypto/openssh/regress/check-perm.c
62
fatal("%s: stat(\"%s\"): %s", __func__,
crypto/openssh/regress/check-perm.c
65
fatal("bad ownership or modes for chroot "
crypto/openssh/regress/check-perm.c
69
fatal("chroot path %s\"%s\" is not a directory",
crypto/openssh/regress/check-perm.c
75
fatal("Unable to chdir to chroot path \"%s\": "
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
315
fatal("Unsupported ECDSA key size");
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
378
fatal("sshkey_fingerprint failed");
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
386
fatal("fido_cred_new failed");
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
395
fatal("Unsupported ECDSA key size");
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
402
fatal("unsupported key type %s", sshkey_type(k));
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
411
fatal("basic attestation failed");
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
416
fatal("self attestation failed");
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
420
fatal("cred authdata does not match key");
crypto/openssh/regress/mkdtemp.c
53
fatal("template string too long");
crypto/openssh/sandbox-capsicum.c
100
fatal("%s: failed to limit the network socket", __func__);
crypto/openssh/sandbox-capsicum.c
104
fatal("%s: failed to limit the logging socket", __func__);
crypto/openssh/sandbox-capsicum.c
106
fatal("%s: failed to enter capability mode", __func__);
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
66
fatal("%s: sandbox_init: %s", __func__, errmsg);
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
480
fatal("%s: sigaction(SIGSYS): %s", __func__, strerror(errno));
crypto/openssh/sandbox-seccomp-filter.c
482
fatal("%s: sigprocmask(SIGSYS): %s",
crypto/openssh/sandbox-seccomp-filter.c
496
fatal("%s: setrlimit(RLIMIT_FSIZE, { 0, 0 }): %s",
crypto/openssh/sandbox-seccomp-filter.c
503
fatal("%s: setrlimit(RLIMIT_NOFILE, { 0, 0 }): %s",
crypto/openssh/sandbox-seccomp-filter.c
506
fatal("%s: setrlimit(RLIMIT_NPROC, { 0, 0 }): %s",
crypto/openssh/sandbox-seccomp-filter.c
524
fatal("%s: SECCOMP_MODE_FILTER activated but "
crypto/openssh/sandbox-solaris.c
97
fatal("setppriv: %s", strerror(errno));
crypto/openssh/scp.c
1095
fatal("Unable to open "
crypto/openssh/scp.c
1112
fatal("Unable to open "
crypto/openssh/scp.c
1157
fatal("target port not supported with two "
crypto/openssh/scp.c
1192
fatal("stat local \"%s\": %s", argv[i],
crypto/openssh/scp.c
1201
fatal("Unable to open sftp "
crypto/openssh/scp.c
1348
fatal("stat local \"%s\": %s", src, strerror(errno));
crypto/openssh/scp.c
1351
fatal("basename \"%s\": %s", src, strerror(errno));
crypto/openssh/scp.c
2000
fatal("basename %s: %s", src, strerror(errno));
crypto/openssh/scp.c
240
fatal("do_local_cmd: no arguments");
crypto/openssh/scp.c
249
fatal("do_local_cmd: fork: %s", strerror(errno));
crypto/openssh/scp.c
264
fatal("do_local_cmd: waitpid: %s", strerror(errno));
crypto/openssh/scp.c
301
fatal("pipe: %s", strerror(errno));
crypto/openssh/scp.c
305
fatal("socketpair: %s", strerror(errno));
crypto/openssh/scp.c
316
fatal("fork: %s", strerror(errno));
crypto/openssh/scp.c
422
fatal("fork: %s", strerror(errno));
crypto/openssh/scp.c
426
fatal("do_cmd2: waitpid: %s", strerror(errno));
crypto/openssh/scp.c
516
fatal("SSH protocol v.1 is no longer supported");
crypto/openssh/scp.c
556
fatal("bad port \"%s\"\n", optarg);
crypto/openssh/scp.c
602
fatal("Invalid buffer size \"%s\": %s",
crypto/openssh/scp.c
610
fatal("Invalid number of requests "
crypto/openssh/scp.c
615
fatal("Invalid -X option");
crypto/openssh/scp.c
653
fatal("unknown user %u", (u_int) userid);
crypto/openssh/servconf.c
1040
fatal("'Match %s' in configuration but '%s' not in connection "
crypto/openssh/servconf.c
1168
fatal("Invalid Match address argument "
crypto/openssh/servconf.c
1191
fatal("Invalid Match localaddress "
crypto/openssh/servconf.c
1394
fatal("%s line %d: Directive '%s' is not allowed "
crypto/openssh/servconf.c
1411
fatal("%s line %d: missing argument.",
crypto/openssh/servconf.c
1428
fatal("%s line %d: too many ports.",
crypto/openssh/servconf.c
1432
fatal("%s line %d: missing port number.",
crypto/openssh/servconf.c
1436
fatal("%s line %d: Badly formatted port number.",
crypto/openssh/servconf.c
1445
fatal("%s line %d: missing time value.",
crypto/openssh/servconf.c
1448
fatal("%s line %d: invalid time value.",
crypto/openssh/servconf.c
1457
fatal("%s line %d: missing address",
crypto/openssh/servconf.c
1468
fatal("%s line %d: bad address:port usage",
crypto/openssh/servconf.c
1474
fatal("%s line %d: bad port number",
crypto/openssh/servconf.c
1482
fatal("%s line %d: bad ListenAddress syntax",
crypto/openssh/servconf.c
1485
fatal("%s line %d: bad routing domain",
crypto/openssh/servconf.c
1498
fatal("%s line %d: missing argument.",
crypto/openssh/servconf.c
1508
fatal("%s line %d: unsupported option \"%s\".",
crypto/openssh/servconf.c
1517
fatal("%s line %d: missing file name.",
crypto/openssh/servconf.c
1529
fatal("%s line %d: missing socket name.",
crypto/openssh/servconf.c
1539
fatal("%s line %d: missing file name.",
crypto/openssh/servconf.c
1550
fatal("%s line %d: missing file name.",
crypto/openssh/servconf.c
1594
fatal("%s line %d: Missing argument.",
crypto/openssh/servconf.c
1599
fatal("%s line %d: Bad key types '%s'.",
crypto/openssh/servconf.c
1698
fatal("%s line %d: %s integer value %s.",
crypto/openssh/servconf.c
1737
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
1766
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
1772
fatal("%.200s line %d: Bad %s number '%s': %s",
crypto/openssh/servconf.c
1776
fatal("%.200s line %d: %s too small",
crypto/openssh/servconf.c
1805
fatal("%.200s line %d: unsupported log facility '%s'",
crypto/openssh/servconf.c
1816
fatal("%.200s line %d: unsupported log level '%s'",
crypto/openssh/servconf.c
1843
fatal("%s line %d: no %s specified",
crypto/openssh/servconf.c
1880
fatal("%s line %d: invalid %s pattern: \"%s\"",
crypto/openssh/servconf.c
1889
fatal("%s line %d: no %s specified",
crypto/openssh/servconf.c
1906
fatal("%s line %d: empty %s pattern",
crypto/openssh/servconf.c
1915
fatal("%s line %d: no %s specified",
crypto/openssh/servconf.c
1928
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
1932
fatal("%s line %d: Bad SSH2 cipher spec '%s'.",
crypto/openssh/servconf.c
1941
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
1945
fatal("%s line %d: Bad SSH2 mac spec '%s'.",
crypto/openssh/servconf.c
1954
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
1959
fatal("%s line %d: Bad SSH2 KexAlgorithms '%s'.",
crypto/openssh/servconf.c
1968
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
2002
fatal("%s line %d: Missing subsystem command.",
crypto/openssh/servconf.c
2021
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
2031
fatal("%s line %d: Invalid %s spec.",
crypto/openssh/servconf.c
2034
fatal("%s line %d: Invalid %s spec.",
crypto/openssh/servconf.c
2040
fatal("%s line %d: Invalid %s spec.",
crypto/openssh/servconf.c
2047
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
2059
fatal("%s line %d: Invalid %s spec.",
crypto/openssh/servconf.c
2070
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
2076
fatal("%s line %d: %s integer value %s.",
crypto/openssh/servconf.c
2087
fatal("%s line %d: missing argument.",
crypto/openssh/servconf.c
2090
fatal("%s line %d: keyword %s "
crypto/openssh/servconf.c
2108
fatal("%s line %d: keyword %s \"%s\" "
crypto/openssh/servconf.c
2140
fatal("%s line %d: %s value %s.",
crypto/openssh/servconf.c
2145
fatal("%s line %d: %s value %s.",
crypto/openssh/servconf.c
2160
fatal("%s line %d: unsupported %s keyword %s",
crypto/openssh/servconf.c
2165
fatal("%s line %d: invalid %s time value.",
crypto/openssh/servconf.c
2175
fatal("%s line %d: no %s specified",
crypto/openssh/servconf.c
2212
fatal("%s line %d: no %s specified",
crypto/openssh/servconf.c
2227
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
2249
fatal("%s line %d: Invalid environment name.",
crypto/openssh/servconf.c
2259
fatal("%s line %d: no %s specified",
crypto/openssh/servconf.c
2268
fatal("%s line %d: Invalid environment.",
crypto/openssh/servconf.c
2279
fatal("%s line %d: no %s specified",
crypto/openssh/servconf.c
2294
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
2303
fatal("%s line %d: bad %s argument %s",
crypto/openssh/servconf.c
2311
fatal("Include directive not supported as a "
crypto/openssh/servconf.c
2360
fatal("%s line %d: include \"%s\" glob "
crypto/openssh/servconf.c
2400
fatal("%s line %d: %s missing filename argument",
crypto/openssh/servconf.c
2407
fatal("Match directive not supported as a command-line "
crypto/openssh/servconf.c
2412
fatal("%s line %d: Bad Match condition", filename,
crypto/openssh/servconf.c
2436
fatal("%s line %d: %s must appear "
crypto/openssh/servconf.c
2456
fatal("%s line %d: %s missing host",
crypto/openssh/servconf.c
2463
fatal("%s line %d: %s bad port number",
crypto/openssh/servconf.c
2471
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
2484
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
2497
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
2515
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
2529
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
2532
fatal("%s line %d: Bad %s value: %s",
crypto/openssh/servconf.c
2538
fatal("%s line %d: Bad %s value: %s",
crypto/openssh/servconf.c
2548
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
2552
fatal("%.200s line %d: Invalid %s argument",
crypto/openssh/servconf.c
2573
fatal("%.200s line %d: %s must be an absolute path",
crypto/openssh/servconf.c
2586
fatal("%s line %d: missing %s argument.",
crypto/openssh/servconf.c
2607
fatal("%s line %d: \"any\" must "
crypto/openssh/servconf.c
2613
fatal("%s line %d: \"any\" must appear "
crypto/openssh/servconf.c
2616
fatal("%s line %d: invalid %s method list.",
crypto/openssh/servconf.c
2623
fatal("%s line %d: no %s specified",
crypto/openssh/servconf.c
2637
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
2642
fatal("%s line %d: Invalid %s.",
crypto/openssh/servconf.c
2655
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
2658
fatal("%.200s line %d: Invalid %s algorithm \"%s\".",
crypto/openssh/servconf.c
2670
fatal("%s line %d: setting RDomain not supported on this "
crypto/openssh/servconf.c
2676
fatal("%s line %d: %s missing argument.",
crypto/openssh/servconf.c
2680
fatal("%s line %d: invalid routing domain",
crypto/openssh/servconf.c
2703
fatal("%s line %d: invalid channel timeout %s",
crypto/openssh/servconf.c
2710
fatal("%s line %d: no %s specified",
crypto/openssh/servconf.c
2761
fatal("%s line %d: Missing handler for opcode %s (%d)",
crypto/openssh/servconf.c
3043
fatal("Too many recursive configuration includes");
crypto/openssh/servconf.c
3059
fatal("%s: terminating, %d bad configuration options",
crypto/openssh/servconf.c
328
fatal("No host key files found");
crypto/openssh/servconf.c
886
fatal("bad addr or host: %s (%s)",
crypto/openssh/session.c
1163
fatal("Invalid config SetEnv: %s", options.setenv[i]);
crypto/openssh/session.c
1321
fatal("chroot path does not begin at root");
crypto/openssh/session.c
1323
fatal("chroot path too long");
crypto/openssh/session.c
1344
fatal("bad ownership or modes for chroot "
crypto/openssh/session.c
1348
fatal("chroot path %s\"%s\" is not a directory",
crypto/openssh/session.c
1354
fatal("Unable to chdir to chroot path \"%s\": "
crypto/openssh/session.c
1357
fatal("chroot(\"%s\"): %s", path, strerror(errno));
crypto/openssh/session.c
1433
fatal("set_id(%s) Failed", pw->pw_name);
crypto/openssh/session.c
1440
fatal("server lacks privileges to chroot to ChrootDirectory");
crypto/openssh/session.c
1444
fatal("Failed to set uids to %u.", (u_int) pw->pw_uid);
crypto/openssh/session.c
1813
fatal("no user for session %d", s->self);
crypto/openssh/session.c
2258
fatal("no channel for session %d", s->self);
crypto/openssh/session.c
2614
fatal("gethostname: %.100s", strerror(errno));
crypto/openssh/session.c
406
fatal("do_exec_no_pty: no session");
crypto/openssh/session.c
431
fatal("do_exec_no_pty: no session");
crypto/openssh/session.c
574
fatal("do_exec_pty: no session");
crypto/openssh/session.c
847
fatal("Too many lines in environment file %s", filename);
crypto/openssh/sftp-client.c
1043
fatal("ID mismatch (%u != %u)", id, expected_id);
crypto/openssh/sftp-client.c
1058
fatal("Expected SSH2_FXP_NAME(%u) packet, got %u",
crypto/openssh/sftp-client.c
1064
fatal("Got multiple names (%d) from %s", count, what);
crypto/openssh/sftp-client.c
1141
fatal("%s: sshbuf_new failed", __func__);
crypto/openssh/sftp-client.c
1152
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/sftp-client.c
1173
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/sftp-client.c
1197
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/sftp-client.c
1393
fatal("ID mismatch (%u != %u)", id, expected_id);
crypto/openssh/sftp-client.c
1404
fatal("Expected SSH2_FXP_NAME(%u) packet, got %u",
crypto/openssh/sftp-client.c
1410
fatal("Got multiple names (%d) from SSH_FXP_READLINK", count);
crypto/openssh/sftp-client.c
170
fatal("Outbound message too long %zu", sshbuf_len(m));
crypto/openssh/sftp-client.c
1729
fatal("Unexpected reply %u", id);
crypto/openssh/sftp-client.c
1749
fatal("Received more data than asked for "
crypto/openssh/sftp-client.c
1810
fatal("Expected SSH2_FXP_DATA(%u) packet, got %u",
crypto/openssh/sftp-client.c
182
fatal("Couldn't send packet: %s", strerror(errno));
crypto/openssh/sftp-client.c
1820
fatal("Transfer complete, but requests still in queue");
crypto/openssh/sftp-client.c
200
fatal("Connection closed");
crypto/openssh/sftp-client.c
202
fatal("Couldn't read packet: %s", strerror(errno));
crypto/openssh/sftp-client.c
210
fatal("Ensure the remote shell produces no output "
crypto/openssh/sftp-client.c
2140
fatal("read local \"%s\": %s",
crypto/openssh/sftp-client.c
2159
fatal("Unexpected ACK %u", id);
crypto/openssh/sftp-client.c
2172
fatal("Expected SSH2_FXP_STATUS(%d) packet, "
crypto/openssh/sftp-client.c
2181
fatal("Can't find request for ID %u", rid);
crypto/openssh/sftp-client.c
220
fatal("Connection closed");
crypto/openssh/sftp-client.c
222
fatal("Read packet: %s", strerror(errno));
crypto/openssh/sftp-client.c
2567
fatal("Unexpected reply %u", id);
crypto/openssh/sftp-client.c
2587
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
286
fatal("ID mismatch (%u != %u)", id, expected_id);
crypto/openssh/sftp-client.c
288
fatal("Expected SSH2_FXP_STATUS(%u) packet, got %u",
crypto/openssh/sftp-client.c
2890
fatal("ID mismatch (%u != %u)", id, expected_id);
crypto/openssh/sftp-client.c
2906
fatal("Expected SSH2_FXP_EXTENDED_REPLY(%u) packet, got %u",
crypto/openssh/sftp-client.c
325
fatal("%s: ID mismatch (%u != %u)",
crypto/openssh/sftp-client.c
335
fatal("%s: Expected SSH2_FXP_HANDLE(%u) packet, got %u",
crypto/openssh/sftp-client.c
365
fatal("ID mismatch (%u != %u)", id, expected_id);
crypto/openssh/sftp-client.c
378
fatal("Expected SSH2_FXP_ATTRS(%u) packet, got %u",
crypto/openssh/sftp-client.c
416
fatal("ID mismatch (%u != %u)", id, expected_id);
crypto/openssh/sftp-client.c
429
fatal("Expected SSH2_FXP_EXTENDED_REPLY(%u) packet, got %u",
crypto/openssh/sftp-client.c
652
fatal("ID mismatch (%u != %u)", msg_id, id);
crypto/openssh/sftp-client.c
762
fatal("ID mismatch (%u != %u)", id, expected_id);
crypto/openssh/sftp-client.c
775
fatal("Expected SSH2_FXP_NAME(%u) packet, got %u",
crypto/openssh/sftp-server.c
1623
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/sftp-server.c
1838
fatal("Received extended request before init");
crypto/openssh/sftp-server.c
1845
fatal("Received %u request before init", type);
crypto/openssh/sftp-server.c
1967
fatal("Permitted requests already set");
crypto/openssh/sftp-server.c
1972
fatal("Refused requests already set");
crypto/openssh/sftp-server.c
1980
fatal("Invalid umask \"%s\"", optarg);
crypto/openssh/sftp.c
1543
fatal("Command not implemented");
crypto/openssh/sftp.c
1806
fatal("%d is not implemented", cmdnum);
crypto/openssh/sftp.c
1955
fatal("el_insertstr failed.");
crypto/openssh/sftp.c
1966
fatal("el_insertstr failed.");
crypto/openssh/sftp.c
2079
fatal("invalid multibyte character");
crypto/openssh/sftp.c
2094
fatal("el_insertstr "
crypto/openssh/sftp.c
2101
fatal("el_insertstr failed.");
crypto/openssh/sftp.c
2117
fatal("el_insertstr failed.");
crypto/openssh/sftp.c
2223
fatal("Couldn't initialise editline");
crypto/openssh/sftp.c
2225
fatal("Couldn't initialise editline history");
crypto/openssh/sftp.c
2253
fatal("Need cwd");
crypto/openssh/sftp.c
2370
fatal("pipe: %s", strerror(errno));
crypto/openssh/sftp.c
2379
fatal("socketpair: %s", strerror(errno));
crypto/openssh/sftp.c
2385
fatal("fork: %s", strerror(errno));
crypto/openssh/sftp.c
2499
fatal("Bad port \"%s\"\n", optarg);
crypto/openssh/sftp.c
2509
fatal("SSH protocol v.1 is no longer supported");
crypto/openssh/sftp.c
2520
fatal("Invalid buffer size \"%s\"", optarg);
crypto/openssh/sftp.c
2524
fatal("Batch file already specified.");
crypto/openssh/sftp.c
2529
fatal("%s (%s).", strerror(errno), optarg);
crypto/openssh/sftp.c
2559
fatal("Invalid number of requests \"%s\"",
crypto/openssh/sftp.c
2578
fatal("Invalid buffer size \"%s\": %s",
crypto/openssh/sftp.c
2586
fatal("Invalid number of requests "
crypto/openssh/sftp.c
2591
fatal("Invalid -X option");
crypto/openssh/sftp.c
2666
fatal("No sftp server specified via -D");
crypto/openssh/sftp.c
2674
fatal("Couldn't initialise connection to server");
crypto/openssh/sftp.c
2697
fatal("Couldn't wait for ssh process: %s",
crypto/openssh/sftp.c
337
fatal("Couldn't fork: %s", strerror(errno));
crypto/openssh/sftp.c
354
fatal("Couldn't wait for child: %s", strerror(errno));
crypto/openssh/sftp.c
844
fatal("Unknown ls sort type");
crypto/openssh/sftp.c
965
fatal("Unknown ls sort type");
crypto/openssh/srclimit.c
122
fatal("%s: invalid number of sockets: %d", __func__, max);
crypto/openssh/srclimit.c
168
fatal("%s: internal error: first_unused out of range",
crypto/openssh/ssh-add.c
1010
fatal("Cannot download keys without provider");
crypto/openssh/ssh-add.c
206
fatal("Certificate %s does not match private key %s",
crypto/openssh/ssh-add.c
711
fatal("Invalid key destination constraint \"%s\": "
crypto/openssh/ssh-add.c
751
fatal("No host keys found for destination \"%s\"", host);
crypto/openssh/ssh-add.c
775
fatal("Invalid key constraint %s: cannot specify "
crypto/openssh/ssh-add.c
860
fatal("Invalid hash algorithm \"%s\"", optarg);
crypto/openssh/ssh-add.c
880
fatal("-%c flag already specified", lflag);
crypto/openssh/ssh-add.c
886
fatal("-%c flag already specified", xflag);
crypto/openssh/ssh-add.c
947
fatal("Invalid combination of actions");
crypto/openssh/ssh-add.c
985
fatal("no keys to test");
crypto/openssh/ssh-agent.c
1518
fatal("bcrypt_pbkdf");
crypto/openssh/ssh-agent.c
1541
fatal("bcrypt_pbkdf");
crypto/openssh/ssh-agent.c
2097
fatal("activefds == 0 at close_sock");
crypto/openssh/ssh-agent.c
2127
fatal("Unknown socket type %d", sockets[i].type);
crypto/openssh/ssh-agent.c
2276
fatal("%s: getrlimit: %s", __progname, strerror(errno));
crypto/openssh/ssh-agent.c
2287
fatal("Invalid hash algorithm \"%s\"", optarg);
crypto/openssh/ssh-agent.c
2305
fatal("websafe-allow already set");
crypto/openssh/ssh-agent.c
2308
fatal("Unknown -O option");
crypto/openssh/ssh-agent.c
2312
fatal("-P option already specified");
crypto/openssh/ssh-agent.c
2395
fatal("%s: file descriptor rlimit %lld too low (minimum %u)",
crypto/openssh/ssh-agent.c
2406
fatal("unexpected LISTEN_FDS contents "
crypto/openssh/ssh-agent.c
2410
fatal("LISTEN_FDS set but fd 3 unavailable");
crypto/openssh/ssh-agent.c
2413
fatal("invalid LISTEN_PID: %s", errstr);
crypto/openssh/ssh-agent.c
2415
fatal("bad LISTEN_PID: %d vs pid %d", pid, getpid());
crypto/openssh/ssh-agent.c
2544
fatal("%s: pledge: %s", __progname, strerror(errno));
crypto/openssh/ssh-agent.c
2570
fatal("poll: %s", strerror(saved_errno));
crypto/openssh/ssh-keygen.c
1006
fatal("%s: %s: %s", __progname, path, strerror(errno));
crypto/openssh/ssh-keygen.c
1080
fatal("%s is not a public key file.", path);
crypto/openssh/ssh-keygen.c
1250
fatal("hash_host failed");
crypto/openssh/ssh-keygen.c
1351
fatal("Specified known hosts path too long");
crypto/openssh/ssh-keygen.c
1356
fatal("Cannot stat %s: %s", identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
1374
fatal("known_hosts path too long");
crypto/openssh/ssh-keygen.c
1377
fatal("mkstemp: %s", strerror(errno));
crypto/openssh/ssh-keygen.c
1381
fatal("fdopen: %s", strerror(oerrno));
crypto/openssh/ssh-keygen.c
1415
fatal("unlink %.100s: %s", old, strerror(errno));
crypto/openssh/ssh-keygen.c
1417
fatal("link %.100s to %.100s: %s", identity_file, old,
crypto/openssh/ssh-keygen.c
1456
fatal("%s: %s", identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
1536
fatal("Unsupported hash algorithm");
crypto/openssh/ssh-keygen.c
1547
fatal("%s: %s", fname, strerror(errno));
crypto/openssh/ssh-keygen.c
1572
fatal("%s: %s", identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
1765
fatal("cannot read public key from pkcs11");
crypto/openssh/ssh-keygen.c
1777
fatal("no pkcs11 support");
crypto/openssh/ssh-keygen.c
1815
fatal("No PKCS#11 key matching %s found", ca_key_path);
crypto/openssh/ssh-keygen.c
182
fatal("unknown key type %s", key_type_name);
crypto/openssh/ssh-keygen.c
1836
fatal("CA key %s not found in agent", tmp);
crypto/openssh/ssh-keygen.c
1853
fatal("CA key type %s doesn't match specified %s",
crypto/openssh/ssh-keygen.c
1872
fatal("Empty principal name");
crypto/openssh/ssh-keygen.c
1877
fatal("Too many certificate principals specified");
crypto/openssh/ssh-keygen.c
1966
fatal("Invalid relative certificate time %s", s);
crypto/openssh/ssh-keygen.c
1968
fatal("Certificate time %s cannot be represented", s);
crypto/openssh/ssh-keygen.c
1981
fatal("Invalid certificate time: not a number");
crypto/openssh/ssh-keygen.c
1997
fatal("Invalid relative certificate life %s", timespec);
crypto/openssh/ssh-keygen.c
2015
fatal("Invalid certificate life specification %s", timespec);
crypto/openssh/ssh-keygen.c
2025
fatal("Invalid from time \"%s\"", from);
crypto/openssh/ssh-keygen.c
2034
fatal("Invalid to time \"%s\"", to);
crypto/openssh/ssh-keygen.c
2037
fatal("Empty certificate validity interval");
crypto/openssh/ssh-keygen.c
208
fatal("Invalid DSA key length: must be 1024 bits");
crypto/openssh/ssh-keygen.c
2080
fatal("Empty force-command option");
crypto/openssh/ssh-keygen.c
2082
fatal("force-command already specified");
crypto/openssh/ssh-keygen.c
2087
fatal("Empty source-address option");
crypto/openssh/ssh-keygen.c
2089
fatal("source-address already specified");
crypto/openssh/ssh-keygen.c
2091
fatal("Invalid source-address list");
crypto/openssh/ssh-keygen.c
2101
fatal("Unsupported certificate option \"%s\"", opt);
crypto/openssh/ssh-keygen.c
212
fatal("Invalid RSA key length: minimum is %d bits",
crypto/openssh/ssh-keygen.c
2148
fatal("Option corrupt: extra data at end");
crypto/openssh/ssh-keygen.c
215
fatal("Invalid RSA key length: maximum is %d bits",
crypto/openssh/ssh-keygen.c
221
fatal("Invalid ECDSA key length: valid lengths are "
crypto/openssh/ssh-keygen.c
2216
fatal("%s: %s: %s", __progname, identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
2224
fatal("fopen %s: %s", identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
2235
fatal("sshkey_new");
crypto/openssh/ssh-keygen.c
224
fatal("Invalid ECDSA key length: valid lengths are "
crypto/openssh/ssh-keygen.c
2282
fatal("%s:%lu: unsupported hash algorithm", file, lnum);
crypto/openssh/ssh-keygen.c
2327
fatal("fopen %s: %s", path, strerror(errno));
crypto/openssh/ssh-keygen.c
2358
fatal("revoking certificates by serial number "
crypto/openssh/ssh-keygen.c
2366
fatal("%s:%lu: invalid serial \"%s\"",
crypto/openssh/ssh-keygen.c
2369
fatal("%s:%lu: serial out of range",
crypto/openssh/ssh-keygen.c
2377
fatal("%s:%lu: invalid serial \"%s\"",
crypto/openssh/ssh-keygen.c
2380
fatal("%s:%lu: serial out of range",
crypto/openssh/ssh-keygen.c
2383
fatal("%s:%lu: invalid serial range "
crypto/openssh/ssh-keygen.c
2394
fatal("revoking certificates by key ID "
crypto/openssh/ssh-keygen.c
2427
fatal("sshkey_new");
crypto/openssh/ssh-keygen.c
2435
fatal("%s:%lu: fingerprint failed",
crypto/openssh/ssh-keygen.c
2442
fatal("%s:%lu: fingerprint failed",
crypto/openssh/ssh-keygen.c
2475
fatal("KRL generation requires an output file");
crypto/openssh/ssh-keygen.c
2478
fatal("Cannot access KRL \"%s\": %s",
crypto/openssh/ssh-keygen.c
2481
fatal("KRL \"%s\" does not exist", identity_file);
crypto/openssh/ssh-keygen.c
2497
fatal("couldn't create KRL");
crypto/openssh/ssh-keygen.c
2508
fatal("sshbuf_new failed");
crypto/openssh/ssh-keygen.c
2510
fatal("Couldn't generate KRL");
crypto/openssh/ssh-keygen.c
2512
fatal("write %s: %s", identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
2527
fatal("KRL checking requires an input file");
crypto/openssh/ssh-keygen.c
2573
fatal("No private key found for public key \"%s\"", keypath);
crypto/openssh/ssh-keygen.c
2577
fatal("No private key found for \"%s\"", privpath);
crypto/openssh/ssh-keygen.c
2760
fatal("Cannot sign mix of paths and standard input");
crypto/openssh/ssh-keygen.c
2773
fatal("Couldn't get agent socket");
crypto/openssh/ssh-keygen.c
2780
fatal("Couldn't find key in agent");
crypto/openssh/ssh-keygen.c
298
fatal("bad key type");
crypto/openssh/ssh-keygen.c
3011
fatal("Memory limit is %s: %s",
crypto/openssh/ssh-keygen.c
3017
fatal("Invalid start point.");
crypto/openssh/ssh-keygen.c
3022
fatal("Invalid number: %s (%s)",
crypto/openssh/ssh-keygen.c
3026
fatal("Option \"%s\" is unsupported for moduli "
crypto/openssh/ssh-keygen.c
3034
fatal("Couldn't open modulus candidate file \"%s\": %s",
crypto/openssh/ssh-keygen.c
3042
fatal("modulus candidate generation failed");
crypto/openssh/ssh-keygen.c
3044
fatal("Moduli generation is not supported");
crypto/openssh/ssh-keygen.c
3074
fatal("Generator invalid: %s (%s)",
crypto/openssh/ssh-keygen.c
3081
fatal("Invalid number: %s (%s)",
crypto/openssh/ssh-keygen.c
3085
fatal("Option \"%s\" is unsupported for moduli "
crypto/openssh/ssh-keygen.c
3092
fatal("Couldn't open modulus candidate "
crypto/openssh/ssh-keygen.c
3101
fatal("Couldn't open moduli file \"%s\": %s",
crypto/openssh/ssh-keygen.c
3108
fatal("modulus screening failed");
crypto/openssh/ssh-keygen.c
3113
fatal("Moduli screening is not supported");
crypto/openssh/ssh-keygen.c
3209
fatal("Cannot download keys without provider");
crypto/openssh/ssh-keygen.c
3298
fatal("Enrollment did not return attestation data");
crypto/openssh/ssh-keygen.c
3421
fatal("No user exists for uid %lu", (u_long)getuid());
crypto/openssh/ssh-keygen.c
3424
fatal("gethostname: %s", strerror(errno));
crypto/openssh/ssh-keygen.c
3440
fatal("Bits has bad value %s (%s)",
crypto/openssh/ssh-keygen.c
3446
fatal("Invalid hash algorithm \"%s\"", optarg);
crypto/openssh/ssh-keygen.c
3487
fatal("Unsupported conversion format \"%s\"", optarg);
crypto/openssh/ssh-keygen.c
3503
fatal("Identity filename too long");
crypto/openssh/ssh-keygen.c
3529
fatal("Invalid OpenSSH-format cipher '%s'",
crypto/openssh/ssh-keygen.c
3587
fatal("Invalid number: %s (%s)",
crypto/openssh/ssh-keygen.c
3608
fatal("Invalid serial number \"%s\"", optarg);
crypto/openssh/ssh-keygen.c
3616
fatal("Unsupported moduli option %s", optarg);
crypto/openssh/ssh-keygen.c
3752
fatal("Must specify key id (-I) when certifying");
crypto/openssh/ssh-keygen.c
3771
fatal("Option \"%s\" is unsupported for "
crypto/openssh/ssh-keygen.c
3790
fatal("key conversion disabled at compile time");
crypto/openssh/ssh-keygen.c
3801
fatal("%s: %s", identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
3823
fatal("no keys found.");
crypto/openssh/ssh-keygen.c
383
fatal("PEM_write_RSA_PUBKEY failed");
crypto/openssh/ssh-keygen.c
3830
fatal("No output file specified");
crypto/openssh/ssh-keygen.c
3832
fatal("Too many output files specified");
crypto/openssh/ssh-keygen.c
388
fatal("PEM_write_DSA_PUBKEY failed");
crypto/openssh/ssh-keygen.c
3885
fatal("FIDO application string must "
crypto/openssh/ssh-keygen.c
3889
fatal("Option \"%s\" is unsupported for "
crypto/openssh/ssh-keygen.c
3894
fatal("sshbuf_new failed");
crypto/openssh/ssh-keygen.c
3925
fatal("Too many incorrect PINs");
crypto/openssh/ssh-keygen.c
3936
fatal("sshkey_generate failed");
crypto/openssh/ssh-keygen.c
395
fatal("PEM_write_EC_PUBKEY failed");
crypto/openssh/ssh-keygen.c
3986
fatal("sshkey_fingerprint failed");
crypto/openssh/ssh-keygen.c
411
fatal("PEM_write_RSAPublicKey failed");
crypto/openssh/ssh-keygen.c
416
fatal("PEM_write_DSA_PUBKEY failed");
crypto/openssh/ssh-keygen.c
423
fatal("PEM_write_EC_PUBKEY failed");
crypto/openssh/ssh-keygen.c
442
fatal("%s: %s: %s", __progname, identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
538
fatal("sshkey_new failed");
crypto/openssh/ssh-keygen.c
647
fatal("input line too long.");
crypto/openssh/ssh-keygen.c
652
fatal("unget: %s", strerror(errno));
crypto/openssh/ssh-keygen.c
675
fatal("sshbuf_new failed");
crypto/openssh/ssh-keygen.c
677
fatal("%s: %s: %s", __progname, identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
723
fatal("%s: %s: %s", __progname, identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
732
fatal("sshkey_new failed");
crypto/openssh/ssh-keygen.c
740
fatal("sshkey_new failed");
crypto/openssh/ssh-keygen.c
748
fatal("sshkey_new failed");
crypto/openssh/ssh-keygen.c
750
fatal("sshkey_ecdsa_fixup_group failed");
crypto/openssh/ssh-keygen.c
771
fatal("%s: %s: %s", __progname, identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
774
fatal("sshkey_new failed");
crypto/openssh/ssh-keygen.c
776
fatal("EVP_PKEY_new failed");
crypto/openssh/ssh-keygen.c
779
fatal("EVP_PKEY_set1_RSA failed");
crypto/openssh/ssh-keygen.c
797
fatal("%s: %s: %s", __progname, identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
844
fatal("key write failed");
crypto/openssh/ssh-keygen.c
861
fatal("%s: %s", identity_file, strerror(errno));
crypto/openssh/ssh-keygen.c
893
fatal("cannot read public key from pkcs11");
crypto/openssh/ssh-keygen.c
920
fatal("no pkcs11 support");
crypto/openssh/ssh-keygen.c
931
fatal("sshkey_new failed");
crypto/openssh/ssh-keygen.c
969
fatal("%s: %s", path, strerror(errno));
crypto/openssh/ssh-keygen.c
979
fatal("%s is not a key file.", path);
crypto/openssh/ssh-keyscan.c
284
fatal("unknown key type %d", c->c_keytype);
crypto/openssh/ssh-keyscan.c
332
fatal("host_hash failed");
crypto/openssh/ssh-keyscan.c
412
fatal("conalloc: fdno %d too high", s);
crypto/openssh/ssh-keyscan.c
414
fatal("conalloc: attempt to reuse fdno %d", s);
crypto/openssh/ssh-keyscan.c
437
fatal("confree: attempt to free bad fdno %d", s);
crypto/openssh/ssh-keyscan.c
536
fatal("ssh_packet_set_connection failed");
crypto/openssh/ssh-keyscan.c
562
fatal("conread: invalid status %d", c->c_status);
crypto/openssh/ssh-keyscan.c
721
fatal("Too high debugging level.");
crypto/openssh/ssh-keyscan.c
734
fatal("Unsupported -O option");
crypto/openssh/ssh-keyscan.c
737
fatal("Unsupported hash algorithm");
crypto/openssh/ssh-keyscan.c
771
fatal("Unknown key type \"%s\"", tname);
crypto/openssh/ssh-keyscan.c
793
fatal("%s: fdlim_get: bad value", __progname);
crypto/openssh/ssh-keyscan.c
797
fatal("%s: not enough file descriptors", __progname);
crypto/openssh/ssh-keyscan.c
810
fatal("%s: %s: %s", __progname,
crypto/openssh/ssh-keyscan.c
833
fatal("%s: %s: %s", __progname,
crypto/openssh/ssh-keysign.c
189
fatal("%s: pledge: %s", __progname, strerror(errno));
crypto/openssh/ssh-keysign.c
212
fatal("getpwuid failed");
crypto/openssh/ssh-keysign.c
229
fatal("ssh-keysign not enabled in %s",
crypto/openssh/ssh-keysign.c
233
fatal("%s: pledge: %s", __progname, strerror(errno));
crypto/openssh/ssh-keysign.c
240
fatal("could not open any host key");
crypto/openssh/ssh-keysign.c
258
fatal("no hostkey found");
crypto/openssh/ssh-keysign.c
261
fatal("%s: sshbuf_new failed", __progname);
crypto/openssh/ssh-keysign.c
263
fatal("%s: ssh_msg_recv failed", __progname);
crypto/openssh/ssh-keysign.c
267
fatal("%s: bad version: received %d, expected %d",
crypto/openssh/ssh-keysign.c
272
fatal("%s: bad fd = %d", __progname, fd);
crypto/openssh/ssh-keysign.c
274
fatal("%s: cannot get local name for fd", __progname);
crypto/openssh/ssh-keysign.c
279
fatal("%s: not a valid request", __progname);
crypto/openssh/ssh-keysign.c
293
fatal("%s: sshkey_fingerprint failed", __progname);
crypto/openssh/ssh-keysign.c
294
fatal("%s: no matching hostkey found for key %s %s", __progname,
crypto/openssh/ssh-keysign.c
308
fatal("%s: ssh_msg_send failed", __progname);
crypto/openssh/ssh-pkcs11-client.c
217
fatal("response too long: %u", len);
crypto/openssh/ssh-pkcs11-helper.c
405
fatal("poll: %s", strerror(errno));
crypto/openssh/ssh-pkcs11-helper.c
465
fatal("PKCS#11 support disabled at compile time");
crypto/openssh/ssh-pkcs11.c
1029
fatal("EVP_PKEY_new failed");
crypto/openssh/ssh-pkcs11.c
1031
fatal("EVP_PKEY_set1_RSA failed");
crypto/openssh/ssh-pkcs11.c
1062
fatal("EVP_PKEY_new failed");
crypto/openssh/ssh-pkcs11.c
1064
fatal("EVP_PKEY_set1_EC_KEY failed");
crypto/openssh/ssh-pkcs11.c
1577
fatal("dlsym(C_GetFunctionList) failed: %s", dlerror());
crypto/openssh/ssh-pkcs11.c
812
fatal("EVP_PKEY_new failed");
crypto/openssh/ssh-pkcs11.c
814
fatal("EVP_PKEY_set1_EC_KEY failed");
crypto/openssh/ssh-pkcs11.c
911
fatal("EVP_PKEY_new failed");
crypto/openssh/ssh-pkcs11.c
913
fatal("EVP_PKEY_set1_RSA failed");
crypto/openssh/ssh-sk-helper.c
110
fatal("%s: trailing data in request", __progname);
crypto/openssh/ssh-sk-helper.c
115
fatal("%s: Unsupported key type %s",
crypto/openssh/ssh-sk-helper.c
132
fatal("%s: sshbuf_new failed", __progname);
crypto/openssh/ssh-sk-helper.c
160
fatal("%s: sshbuf_new failed", __progname);
crypto/openssh/ssh-sk-helper.c
172
fatal("%s: trailing data in request", __progname);
crypto/openssh/ssh-sk-helper.c
175
fatal("%s: bad type %u", __progname, type);
crypto/openssh/ssh-sk-helper.c
191
fatal("%s: sshbuf_new failed", __progname);
crypto/openssh/ssh-sk-helper.c
223
fatal("%s: sshbuf_new failed", __progname);
crypto/openssh/ssh-sk-helper.c
231
fatal("%s: trailing data in request", __progname);
crypto/openssh/ssh-sk-helper.c
244
fatal("%s: sshbuf_new failed", __progname);
crypto/openssh/ssh-sk-helper.c
308
fatal("%s: dup: %s", __progname, strerror(errno));
crypto/openssh/ssh-sk-helper.c
314
fatal("%s: sshbuf_new failed", __progname);
crypto/openssh/ssh-sk-helper.c
316
fatal("ssh_msg_recv failed");
crypto/openssh/ssh-sk-helper.c
323
fatal("unsupported version: received %d, expected %d",
crypto/openssh/ssh-sk-helper.c
346
fatal("%s: unsupported request type %u", __progname, rtype);
crypto/openssh/ssh-sk-helper.c
352
fatal("ssh_msg_send failed");
crypto/openssh/ssh-sk-helper.c
72
fatal("%s: sshbuf_new failed", __progname);
crypto/openssh/ssh-sk-helper.c
75
fatal("%s: buffer error", __progname);
crypto/openssh/ssh-sk.c
142
fatal("Provider \"%s\" dlopen failed: %s", path, dlerror());
crypto/openssh/ssh.c
1075
fatal("Cannot specify -N with -s/SessionType");
crypto/openssh/ssh.c
1093
fatal("Cannot specify -s with -N/SessionType");
crypto/openssh/ssh.c
1165
fatal("hostname contains invalid characters");
crypto/openssh/ssh.c
1170
fatal("sshbuf_new failed");
crypto/openssh/ssh.c
1200
fatal("Can't specify both -y and -E");
crypto/openssh/ssh.c
1323
fatal("jumphost loop via %s", options.jump_host);
crypto/openssh/ssh.c
1334
fatal("inconsistent options: ProxyCommand+ProxyJump");
crypto/openssh/ssh.c
1372
fatal("ProxyCommand=- and ProxyUseFDPass are incompatible");
crypto/openssh/ssh.c
1390
fatal("Invalid number of ConnectionAttempts");
crypto/openssh/ssh.c
1393
fatal("Cannot execute command-line and remote command.");
crypto/openssh/ssh.c
1399
fatal("Cannot fork into background without a command "
crypto/openssh/ssh.c
1435
fatal("gethostname: %s", strerror(errno));
crypto/openssh/ssh.c
1459
fatal("invalid environment variable expansion");
crypto/openssh/ssh.c
1463
fatal("remote username contains invalid characters");
crypto/openssh/ssh.c
1557
fatal("Invalid GlobalKnownHostsFiles: \"none\" "
crypto/openssh/ssh.c
1567
fatal("Invalid UserKnownHostsFiles: \"none\" "
crypto/openssh/ssh.c
1594
fatal("Invalid config SetEnv: %s", name);
crypto/openssh/ssh.c
1672
fatal("No ControlPath specified for \"-O\" command");
crypto/openssh/ssh.c
1799
fatal("Invalid IdentityAgent "
crypto/openssh/ssh.c
1817
fatal("Invalid ForwardAgent environment variable name %s", cp);
crypto/openssh/ssh.c
1916
fatal("Failed to connect to new control master");
crypto/openssh/ssh.c
1933
fatal("daemon() failed: %.200s", strerror(errno));
crypto/openssh/ssh.c
1999
fatal("Error: remote port forwarding failed "
crypto/openssh/ssh.c
2002
fatal("Error: remote port forwarding failed "
crypto/openssh/ssh.c
2027
fatal("stdio forwarding failed");
crypto/openssh/ssh.c
2132
fatal("Could not request local forwarding.");
crypto/openssh/ssh.c
2157
fatal("Could not request remote forwarding.");
crypto/openssh/ssh.c
2169
fatal("Could not request tunnel forwarding.");
crypto/openssh/ssh.c
2257
fatal("dup() in/out/err failed");
crypto/openssh/ssh.c
243
fatal("invalid environment variable expansion");
crypto/openssh/ssh.c
520
fatal("%s: Could not resolve host \"%s\"", __progname, *hostp);
crypto/openssh/ssh.c
576
fatal("Can't open user config file %.100s: "
crypto/openssh/ssh.c
744
fatal("Couldn't allocate session state");
crypto/openssh/ssh.c
760
fatal("SSH protocol v.1 is no longer supported");
crypto/openssh/ssh.c
802
fatal("Cannot specify multiplexing "
crypto/openssh/ssh.c
805
fatal("Multiplexing command already specified");
crypto/openssh/ssh.c
819
fatal("Invalid multiplex command.");
crypto/openssh/ssh.c
872
fatal("Unsupported query \"%s\"", optarg);
crypto/openssh/ssh.c
910
fatal("Only a single -J option is permitted "
crypto/openssh/ssh.c
915
fatal("Cannot specify -J with ProxyCommand");
crypto/openssh/ssh.c
917
fatal("Invalid -J argument");
crypto/openssh/ssh.c
954
fatal("stdio forward already specified");
crypto/openssh/ssh.c
956
fatal("Cannot specify stdio forward with -O");
crypto/openssh/sshconnect.c
126
fatal("Could not create socketpair to communicate with "
crypto/openssh/sshconnect.c
1395
fatal("Error: forwarding disabled due to host key "
crypto/openssh/sshconnect.c
1407
fatal("internal error");
crypto/openssh/sshconnect.c
1728
fatal("fork failed: %.100s", strerror(errno));
crypto/openssh/sshconnect.c
173
fatal("fork failed: %.100s", strerror(errno));
crypto/openssh/sshconnect.c
1731
fatal("Couldn't wait for child: %s", strerror(errno));
crypto/openssh/sshconnect.c
178
fatal("proxy dialer did not pass back a connection");
crypto/openssh/sshconnect.c
183
fatal("Couldn't wait for child: %s", strerror(errno));
crypto/openssh/sshconnect.c
209
fatal("Could not create pipes to communicate with the proxy: %.100s",
crypto/openssh/sshconnect.c
257
fatal("fork failed: %.100s", strerror(errno));
crypto/openssh/sshconnect.c
943
fatal("KnownHostsCommand failed");
crypto/openssh/sshconnect2.c
103
fatal("Host key verification failed.");
crypto/openssh/sshconnect2.c
1086
fatal("input_userauth_passwd_changereq: "
crypto/openssh/sshconnect2.c
479
fatal("Authentication failed.");
crypto/openssh/sshconnect2.c
542
fatal("%s@%s: Permission denied (%s).",
crypto/openssh/sshconnect2.c
614
fatal("Unexpected authentication success during %s.",
crypto/openssh/sshconnect2.c
628
fatal("input_userauth_failure: no authentication context");
crypto/openssh/sshconnect2.c
693
fatal("input_userauth_pk_ok: no authentication context");
crypto/openssh/sshconnect2.c
897
fatal("input_gssapi_response: no authentication context");
crypto/openssh/sshconnect2.c
913
fatal("Server returned different OID than expected");
crypto/openssh/sshconnect2.c
942
fatal("input_gssapi_response: no authentication context");
crypto/openssh/sshconnect2.c
976
fatal("input_gssapi_response: no authentication context");
crypto/openssh/sshd-auth.c
194
fatal("chroot(\"%s\"): %s", _PATH_PRIVSEP_CHROOT_DIR,
crypto/openssh/sshd-auth.c
197
fatal("chdir(\"/\"): %s", strerror(errno));
crypto/openssh/sshd-auth.c
207
fatal("setgroups: %.100s", strerror(errno));
crypto/openssh/sshd-auth.c
568
fatal("test/dump modes not supported");
crypto/openssh/sshd-auth.c
601
fatal("sshd-auth should not be executed directly");
crypto/openssh/sshd-auth.c
661
fatal("Unable to create connection");
crypto/openssh/sshd-auth.c
668
fatal("sshbuf_new config buf failed");
crypto/openssh/sshd-auth.c
685
fatal("Privilege separation user %s does not exist",
crypto/openssh/sshd-auth.c
711
fatal("internal error: hostkeys confused (config %u recvd %u)",
crypto/openssh/sshd-auth.c
722
fatal("internal error: received no hostkeys");
crypto/openssh/sshd-auth.c
772
fatal("allocation failed");
crypto/openssh/sshd-auth.c
776
fatal("sshbuf_new loginmsg failed");
crypto/openssh/sshd-session.c
1007
fatal("open %s: %s", _PATH_DEVNULL, strerror(errno));
crypto/openssh/sshd-session.c
1010
fatal("dup %s: %s", _PATH_DEVNULL, strerror(errno));
crypto/openssh/sshd-session.c
1041
fatal("sshbuf_new config buf failed");
crypto/openssh/sshd-session.c
1059
fatal("Privilege separation user %s does not exist",
crypto/openssh/sshd-session.c
1070
fatal("internal error: no startup pipe");
crypto/openssh/sshd-session.c
1080
fatal("dup2 devnull->config fd: %s", strerror(errno));
crypto/openssh/sshd-session.c
1086
fatal("AuthorizedKeysCommand set without "
crypto/openssh/sshd-session.c
1091
fatal("AuthorizedPrincipalsCommand set without "
crypto/openssh/sshd-session.c
1107
fatal("AuthenticationMethods cannot be satisfied by "
crypto/openssh/sshd-session.c
1128
fatal("internal error: hostkeys confused (config %u recvd %u)",
crypto/openssh/sshd-session.c
1140
fatal("internal error: monitor received no hostkeys");
crypto/openssh/sshd-session.c
1211
fatal("Unable to create connection");
crypto/openssh/sshd-session.c
1278
fatal("login grace time setitimer failed");
crypto/openssh/sshd-session.c
1298
fatal("allocation failed");
crypto/openssh/sshd-session.c
1302
fatal("sshbuf_new loginmsg failed");
crypto/openssh/sshd-session.c
1306
fatal("privsep_preauth failed");
crypto/openssh/sshd-session.c
1317
fatal("login grace time clear failed");
crypto/openssh/sshd-session.c
294
fatal("%s: RAND_bytes failed", __func__);
crypto/openssh/sshd-session.c
349
fatal("fork of unprivileged child failed");
crypto/openssh/sshd-session.c
399
fatal("dup2 stdin failed: %s", strerror(errno));
crypto/openssh/sshd-session.c
403
fatal("dup2 stdout failed: %s", strerror(errno));
crypto/openssh/sshd-session.c
408
fatal("dup2 monitor fd: %s", strerror(errno));
crypto/openssh/sshd-session.c
411
fatal("dup2 log fd: %s", strerror(errno));
crypto/openssh/sshd-session.c
445
fatal("fork of unprivileged child failed");
crypto/openssh/sshd-session.c
786
fatal("Connection from %.100s port %d with IP opts: %.800s",
crypto/openssh/sshd-session.c
822
fatal("Invalid routing domain \"%s\": %s", name, errstr);
crypto/openssh/sshd-session.c
824
fatal("Unable to set routing domain %d: %s",
crypto/openssh/sshd-session.c
828
fatal("Unable to set routing domain: not supported in this platform");
crypto/openssh/sshd-session.c
960
fatal("test/dump modes not supported");
crypto/openssh/sshd-session.c
999
fatal("sshd-session should not be executed directly");
crypto/openssh/sshd.c
1084
fatal("config buf not set");
crypto/openssh/sshd.c
1289
fatal("%s: RAND_bytes failed", __func__);
crypto/openssh/sshd.c
1453
fatal("-R not supported here");
crypto/openssh/sshd.c
1525
fatal("sshd requires execution with an absolute path");
crypto/openssh/sshd.c
1531
fatal("open %s: %s", _PATH_DEVNULL, strerror(errno));
crypto/openssh/sshd.c
1534
fatal("dup %s: %s", _PATH_DEVNULL, strerror(errno));
crypto/openssh/sshd.c
1577
fatal("Config test connection parameter (-C) provided without "
crypto/openssh/sshd.c
1592
fatal("sshbuf_new config failed");
crypto/openssh/sshd.c
1606
fatal("AuthorizedKeysCommand set without "
crypto/openssh/sshd.c
1611
fatal("AuthorizedPrincipalsCommand set without "
crypto/openssh/sshd.c
1627
fatal("AuthenticationMethods cannot be satisfied by "
crypto/openssh/sshd.c
1736
fatal("sshkey_fingerprint failed");
crypto/openssh/sshd.c
1794
fatal("Privilege separation user %s does not exist",
crypto/openssh/sshd.c
1802
fatal("Missing privilege separation directory: %s",
crypto/openssh/sshd.c
1811
fatal("%s must be owned by root and not group or "
crypto/openssh/sshd.c
1834
fatal("rexec_argc %d < 0", rexec_argc);
crypto/openssh/sshd.c
1845
fatal("%s does not exist or is not executable", rexec_argv[0]);
crypto/openssh/sshd.c
1851
fatal("%s does not exist or is not executable",
crypto/openssh/sshd.c
1878
fatal("daemon() failed: %.200s", strerror(errno));
crypto/openssh/sshd.c
1905
fatal("socketpair: %s", strerror(errno));
crypto/openssh/sshd.c
1958
fatal("dup2 stdin: %s", strerror(errno));
crypto/openssh/sshd.c
1960
fatal("dup2 stdout: %s", strerror(errno));
crypto/openssh/sshd.c
1966
fatal("dup2 config_s: %s", strerror(errno));
crypto/openssh/sshd.c
1975
fatal("rexec of %s failed: %s", rexec_argv[0], strerror(errno));
crypto/openssh/sshd.c
841
fatal("Too many listen sockets. "
crypto/openssh/sshd.c
893
fatal("listen on [%s]:%s: %.100s",
crypto/openssh/sshd.c
927
fatal("Cannot bind any address.");
crypto/openssh/sshlogin.c
109
fatal("%s: buffer error: %s", __func__, ssh_err(r));
crypto/openssh/sshpty.c
186
fatal("stat(%.100s) failed: %.100s", tty,
crypto/openssh/sshpty.c
201
fatal("chown(%.100s, %u, %u) failed: %.100s",
crypto/openssh/sshpty.c
214
fatal("chmod(%.100s, 0%o) failed: %.100s",
crypto/openssh/sshpty.c
78
fatal("openpty returns device for which ttyname fails.");
crypto/openssh/uidswap.c
102
fatal("initgroups: %s: %.100s", pw->pw_name,
crypto/openssh/uidswap.c
107
fatal("getgroups: %.100s", strerror(errno));
crypto/openssh/uidswap.c
112
fatal("getgroups: %.100s", strerror(errno));
crypto/openssh/uidswap.c
121
fatal("setgroups: %.100s", strerror(errno));
crypto/openssh/uidswap.c
131
fatal("setegid %u: %.100s", (u_int)pw->pw_gid,
crypto/openssh/uidswap.c
134
fatal("seteuid %u: %.100s", (u_int)pw->pw_uid,
crypto/openssh/uidswap.c
150
fatal("restore_uid: temporarily_use_uid not effective");
crypto/openssh/uidswap.c
156
fatal("seteuid %u: %.100s", (u_int)saved_euid, strerror(errno));
crypto/openssh/uidswap.c
158
fatal("setegid %u: %.100s", (u_int)saved_egid, strerror(errno));
crypto/openssh/uidswap.c
166
fatal("%s: setuid failed: %s", __func__, strerror(errno));
crypto/openssh/uidswap.c
168
fatal("%s: setgid failed: %s", __func__, strerror(errno));
crypto/openssh/uidswap.c
172
fatal("setgroups: %.100s", strerror(errno));
crypto/openssh/uidswap.c
189
fatal("permanently_set_uid: no user given");
crypto/openssh/uidswap.c
191
fatal("permanently_set_uid: temporarily_use_uid effective");
crypto/openssh/uidswap.c
196
fatal("setresgid %u: %.100s", (u_int)pw->pw_gid, strerror(errno));
crypto/openssh/uidswap.c
204
fatal("initgroups %.100s %u: %.100s",
crypto/openssh/uidswap.c
209
fatal("setresuid %u: %.100s", (u_int)pw->pw_uid, strerror(errno));
crypto/openssh/uidswap.c
215
fatal("%s: was able to restore old [e]gid", __func__);
crypto/openssh/uidswap.c
220
fatal("%s: egid incorrect gid:%u egid:%u (should be %u)",
crypto/openssh/uidswap.c
229
fatal("%s: was able to restore old [e]uid", __func__);
crypto/openssh/uidswap.c
234
fatal("%s: euid incorrect uid:%u euid:%u (should be %u)",
crypto/openssh/uidswap.c
88
fatal("getgroups: %.100s", strerror(errno));
crypto/openssh/uidswap.c
93
fatal("getgroups: %.100s", strerror(errno));
crypto/openssh/xmalloc.c
104
fatal("xvasprintf: could not allocate memory");
crypto/openssh/xmalloc.c
39
fatal("xmalloc: zero size");
crypto/openssh/xmalloc.c
42
fatal("xmalloc: out of memory (allocating %zu bytes)", size);
crypto/openssh/xmalloc.c
52
fatal("xcalloc: zero size");
crypto/openssh/xmalloc.c
54
fatal("xcalloc: nmemb * size > SIZE_MAX");
crypto/openssh/xmalloc.c
57
fatal("xcalloc: out of memory (allocating %zu bytes)",
crypto/openssh/xmalloc.c
69
fatal("xreallocarray: out of memory (%zu elements of %zu bytes)",
crypto/openssh/xmalloc.c
81
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/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
4798
intr_alert_char(u32 cause, u32 enable, u32 fatal)
sys/dev/cxgbe/common/t4_hw.c
4800
if (cause & fatal)
sys/dev/cxgbe/common/t4_hw.c
4809
uint32_t ucause, uint32_t enabled, uint32_t fatal, int flags)
sys/dev/cxgbe/common/t4_hw.c
4817
alert = intr_alert_char(cause, enabled, fatal);
sys/dev/cxgbe/common/t4_hw.c
4819
ii->name, ii->cause_reg, cause, enabled, ii->fatal);
sys/dev/cxgbe/common/t4_hw.c
4827
alert = intr_alert_char(msgbits, enabled, fatal);
sys/dev/cxgbe/common/t4_hw.c
4832
alert = intr_alert_char(leftover, enabled, fatal);
sys/dev/cxgbe/common/t4_hw.c
4844
uint32_t cause, ucause, enabled, fatal;
sys/dev/cxgbe/common/t4_hw.c
4851
fatal = ii->fatal & cause;
sys/dev/cxgbe/common/t4_hw.c
4853
fatal &= enabled;
sys/dev/cxgbe/common/t4_hw.c
4858
show_intr_info(sc, ii, cause, ucause, enabled, fatal, flags);
sys/dev/cxgbe/common/t4_hw.c
4860
rc = fatal != 0;
sys/dev/cxgbe/common/t4_hw.c
4903
.fatal = F_RFTP | F_RCCP | F_RCIP | F_RPCP | F_RNPP,
sys/dev/cxgbe/common/t4_hw.c
4924
.fatal = F_TPCP | F_TNPP | F_TFTP | F_TCAP | F_TCIP | F_RCAP |
sys/dev/cxgbe/common/t4_hw.c
5001
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5010
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
5019
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
5024
bool fatal = false;
sys/dev/cxgbe/common/t4_hw.c
5027
fatal |= t4_handle_intr(adap, &sysbus_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5028
fatal |= t4_handle_intr(adap, &pcie_port_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5034
fatal |= t4_handle_intr(adap, &pcie_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5036
fatal |= t4_handle_intr(adap, &pcie_int_cause_ext, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5037
fatal |= t4_handle_intr(adap, &pcie_int_cause_x8, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5040
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
5057
.fatal = 0x7fffffff,
sys/dev/cxgbe/common/t4_hw.c
5066
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5075
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5084
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5093
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5102
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5111
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5116
bool fatal;
sys/dev/cxgbe/common/t4_hw.c
5118
fatal = t4_handle_intr(adap, &tp_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5120
fatal |= t4_handle_intr(adap, &tp_inic_perr_cause, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5121
fatal |= t4_handle_intr(adap, &tp_c_perr_cause, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5122
fatal |= t4_handle_intr(adap, &tp_e_eg_perr_cause, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5123
fatal |= t4_handle_intr(adap, &tp_e_in0_perr_cause, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5124
fatal |= t4_handle_intr(adap, &tp_e_in1_perr_cause, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5125
fatal |= t4_handle_intr(adap, &tp_o_perr_cause, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5128
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
5140
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5149
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5229
.fatal = F_ERR_CPL_EXCEED_IQE_SIZE,
sys/dev/cxgbe/common/t4_hw.c
5238
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
5247
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5256
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
5265
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
5274
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
5279
bool fatal;
sys/dev/cxgbe/common/t4_hw.c
5288
fatal = false;
sys/dev/cxgbe/common/t4_hw.c
5289
fatal |= t4_handle_intr(adap, &sge_int1_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5290
fatal |= t4_handle_intr(adap, &sge_int2_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5291
fatal |= t4_handle_intr(adap, &sge_int3_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5292
fatal |= t4_handle_intr(adap, &sge_int4_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5294
fatal |= t4_handle_intr(adap, &sge_int5_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5296
fatal |= t4_handle_intr(adap, &sge_int6_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5298
fatal |= t4_handle_intr(adap, &sge_int7_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5299
fatal |= t4_handle_intr(adap, &sge_int8_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5311
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
5361
.fatal = 0x007fffe6,
sys/dev/cxgbe/common/t4_hw.c
5412
.fatal = 0x3fffeeff,
sys/dev/cxgbe/common/t4_hw.c
5421
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
5430
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5436
bool fatal;
sys/dev/cxgbe/common/t4_hw.c
5452
fatal = (fw_err & F_PCIE_FW_ERR) != 0;
sys/dev/cxgbe/common/t4_hw.c
5453
fatal |= t4_handle_intr(adap, &cim_host_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5454
fatal |= t4_handle_intr(adap, &cim_host_upacc_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5455
fatal |= t4_handle_intr(adap, &cim_pf_host_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5457
fatal |= t4_handle_intr(adap, &cim_perr_cause, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5458
if (fatal)
sys/dev/cxgbe/common/t4_hw.c
5461
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
5484
.fatal = 0x07ffffff,
sys/dev/cxgbe/common/t4_hw.c
5493
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
5502
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
5511
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
5520
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
5529
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
5534
bool fatal = false;
sys/dev/cxgbe/common/t4_hw.c
5536
fatal |= t4_handle_intr(adap, &ulprx_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5538
fatal |= t4_handle_intr(adap, &ulprx_intr2_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5540
fatal |= t4_handle_intr(adap, &ulprx_int_cause_pcmd, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5541
fatal |= t4_handle_intr(adap, &ulprx_int_cause_data, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5542
fatal |= t4_handle_intr(adap, &ulprx_int_cause_arb, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5543
fatal |= t4_handle_intr(adap, &ulprx_int_cause_intf, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5546
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
5566
.fatal = 0x0fffffff,
sys/dev/cxgbe/common/t4_hw.c
5575
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5584
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5593
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5602
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5611
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5620
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
5629
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
5634
bool fatal = false;
sys/dev/cxgbe/common/t4_hw.c
5636
fatal |= t4_handle_intr(adap, &ulptx_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5638
fatal |= t4_handle_intr(adap, &ulptx_intr_info2, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5640
fatal |= t4_handle_intr(adap, &ulptx_intr_info3, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5641
fatal |= t4_handle_intr(adap, &ulptx_intr_info4, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5642
fatal |= t4_handle_intr(adap, &ulptx_intr_info5, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5643
fatal |= t4_handle_intr(adap, &ulptx_intr_info6, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5644
fatal |= t4_handle_intr(adap, &ulptx_intr_info7, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5645
fatal |= t4_handle_intr(adap, &ulptx_intr_info8, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
5648
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
5699
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5739
.fatal = 0x1fffffff,
sys/dev/cxgbe/common/t4_hw.c
5771
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5830
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
5838
le_intr_info.fatal = T5_LE_FATAL_MASK;
sys/dev/cxgbe/common/t4_hw.c
5842
le_intr_info.fatal = T6_LE_FATAL_MASK;
sys/dev/cxgbe/common/t4_hw.c
5844
le_intr_info.fatal = T7_LE_FATAL_MASK;
sys/dev/cxgbe/common/t4_hw.c
5863
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5872
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5881
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5890
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5899
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5908
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5928
.fatal = 0x1ffff,
sys/dev/cxgbe/common/t4_hw.c
5937
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5946
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5955
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5970
.fatal = F_MISCPERR | V_PKTFIFO(M_PKTFIFO) | V_FILTMEM(M_FILTMEM),
sys/dev/cxgbe/common/t4_hw.c
5979
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
5988
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
6001
.fatal = 0x1fffffff,
sys/dev/cxgbe/common/t4_hw.c
6014
.fatal = 0xffffff,
sys/dev/cxgbe/common/t4_hw.c
6027
.fatal = 0xffffff,
sys/dev/cxgbe/common/t4_hw.c
6042
.fatal = F_MATCHSRAM | F_MATCHTCAM | F_HASHSRAM,
sys/dev/cxgbe/common/t4_hw.c
6055
.fatal = 0xff,
sys/dev/cxgbe/common/t4_hw.c
6060
bool fatal = false;
sys/dev/cxgbe/common/t4_hw.c
6062
fatal |= t4_handle_intr(adap, &mps_rx_perr_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6064
fatal |= t4_handle_intr(adap, &mps_rx_perr_intr_info2, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6065
fatal |= t4_handle_intr(adap, &mps_rx_perr_intr_info3, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6066
fatal |= t4_handle_intr(adap, &mps_rx_perr_intr_info4, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6067
fatal |= t4_handle_intr(adap, &mps_rx_perr_intr_info5, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6068
fatal |= t4_handle_intr(adap, &mps_rx_perr_intr_info6, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6070
fatal |= t4_handle_intr(adap, &mps_tx_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6072
fatal |= t4_handle_intr(adap, &mps_tx_intr_info2, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6073
fatal |= t4_handle_intr(adap, &mps_tx_intr_info3, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6074
fatal |= t4_handle_intr(adap, &mps_tx_intr_info4, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6075
fatal |= t4_handle_intr(adap, &t7_mps_trc_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6076
fatal |= t4_handle_intr(adap, &t7_mps_trc_intr_info2, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6078
fatal |= t4_handle_intr(adap, &mps_trc_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6079
fatal |= t4_handle_intr(adap, &mps_stat_sram_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6080
fatal |= t4_handle_intr(adap, &mps_stat_tx_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6081
fatal |= t4_handle_intr(adap, &mps_stat_rx_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6082
fatal |= t4_handle_intr(adap, &mps_cls_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6084
fatal |= t4_handle_intr(adap, &mps_stat_sram1_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6089
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
6117
.fatal = F_PERR_INT_CAUSE | F_ECC_UE_INT_CAUSE,
sys/dev/cxgbe/common/t4_hw.c
6122
bool fatal = false;
sys/dev/cxgbe/common/t4_hw.c
6139
fatal |= t4_handle_intr(adap, &ii, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6144
ii.fatal = 0xffffffff;
sys/dev/cxgbe/common/t4_hw.c
6147
fatal |= t4_handle_intr(adap, &ii, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6168
ii.fatal = F_PERR_INT_CAUSE | F_T7_ECC_UE_INT_CAUSE;
sys/dev/cxgbe/common/t4_hw.c
6172
fatal |= t4_handle_intr(adap, &ii, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6185
ii.fatal = 0xffffffff;
sys/dev/cxgbe/common/t4_hw.c
6188
fatal |= t4_handle_intr(adap, &ii, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6194
fatal |= t4_handle_intr(adap, &ii, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6216
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
6248
.fatal = F_MEM_PERR_INT_CAUSE | F_MEM_TO_INT_CAUSE,
sys/dev/cxgbe/common/t4_hw.c
6257
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
6266
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
6271
bool fatal;
sys/dev/cxgbe/common/t4_hw.c
6273
fatal = false;
sys/dev/cxgbe/common/t4_hw.c
6274
fatal |= t4_handle_intr(adap, &ma_intr_info, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6275
fatal |= t4_handle_intr(adap, &ma_perr_status1, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6277
fatal |= t4_handle_intr(adap, &ma_perr_status2, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6279
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
6297
.fatal = F_SLVFIFOPARINT | F_MSTRXFIFOPARINT | F_MSTTXFIFOPARINT,
sys/dev/cxgbe/common/t4_hw.c
6321
.fatal = F_RXFIFO_PRTY_ERR | F_TXFIFO_PRTY_ERR |
sys/dev/cxgbe/common/t4_hw.c
6331
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
6336
bool fatal = false;
sys/dev/cxgbe/common/t4_hw.c
6338
fatal |= t4_handle_intr(adap, &ncsi_int_cause, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6340
fatal |= t4_handle_intr(adap, &ncsi_xgmac0_int_cause, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6341
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
6353
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
6362
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
6371
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
6380
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
6389
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
6401
bool fatal = false;
sys/dev/cxgbe/common/t4_hw.c
6411
ii.fatal = F_TXFIFO_PRTY_ERR | F_RXFIFO_PRTY_ERR;
sys/dev/cxgbe/common/t4_hw.c
6420
ii.fatal = F_TXFIFO_PRTY_ERR | F_RXFIFO_PRTY_ERR;
sys/dev/cxgbe/common/t4_hw.c
6429
ii.fatal = 0xffffffff;
sys/dev/cxgbe/common/t4_hw.c
6434
fatal |= t4_handle_intr(adap, &ii, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6436
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
6444
ii.fatal = 0xffffffff;
sys/dev/cxgbe/common/t4_hw.c
6452
ii.fatal = 0xffffffff;
sys/dev/cxgbe/common/t4_hw.c
6457
fatal |= t4_handle_intr(adap, &ii, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6459
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
6467
ii.fatal = 0xffffffff;
sys/dev/cxgbe/common/t4_hw.c
6475
ii.fatal = 0xffffffff;
sys/dev/cxgbe/common/t4_hw.c
6480
fatal |= t4_handle_intr(adap, &ii, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6482
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
6485
fatal |= t4_handle_intr(adap, &mac_int_cause_cmn, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6486
fatal |= t4_handle_intr(adap, &mac_perr_cause_mtip, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6487
fatal |= t4_handle_intr(adap, &mac_cerr_cause_mtip, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6488
fatal |= t4_handle_intr(adap, &mac_ios_int_cause_quad0, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6489
fatal |= t4_handle_intr(adap, &mac_ios_int_cause_quad1, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6491
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
6525
.fatal = F_FATALPERR | F_PERRVFID,
sys/dev/cxgbe/common/t4_hw.c
6558
.fatal = F_KEX_PERR | F_INTF0_PERR | F_INTF1_PERR,
sys/dev/cxgbe/common/t4_hw.c
6565
bool fatal = false;
sys/dev/cxgbe/common/t4_hw.c
6572
fatal |= t4_handle_intr(adap, &ii, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6575
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
6597
.fatal = 7,
sys/dev/cxgbe/common/t4_hw.c
6640
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
6689
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
6698
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
6703
bool fatal = false;
sys/dev/cxgbe/common/t4_hw.c
6705
fatal |= t4_handle_intr(adap, &gcache_int_cause, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6706
fatal |= t4_handle_intr(adap, &gcache_perr_cause, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6708
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
6720
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
6729
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
6738
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
6747
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
6756
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
6765
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
6774
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
6779
bool fatal = false;
sys/dev/cxgbe/common/t4_hw.c
6781
fatal |= t4_handle_intr(adap, &arm_perr_cause0, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6782
fatal |= t4_handle_intr(adap, &arm_perr_cause1, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6783
fatal |= t4_handle_intr(adap, &arm_perr_cause2, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6784
fatal |= t4_handle_intr(adap, &arm_cerr_cause0, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6785
fatal |= t4_handle_intr(adap, &arm_err_cause0, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6786
fatal |= t4_handle_intr(adap, &arm_periph_cause, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6787
fatal |= t4_handle_intr(adap, &arm_nvme_db_emu_cause, 0, flags);
sys/dev/cxgbe/common/t4_hw.c
6789
return (fatal);
sys/dev/cxgbe/common/t4_hw.c
6970
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
6979
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
7050
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
7075
.fatal = 0,
sys/dev/cxgbe/common/t4_hw.c
7119
.fatal = 0xffffffff,
sys/dev/cxgbe/common/t4_hw.c
7124
bool fatal = false;
sys/dev/cxgbe/common/t4_hw.c
7129
fatal |= t4_handle_intr(adap, &pl_perr_cause, 0,
sys/dev/cxgbe/common/t4_hw.c
7131
fatal |= t4_handle_intr(adap, &pl_int_cause,
sys/dev/cxgbe/common/t4_hw.c
7137
fatal |= t4_handle_intr(adap, &t7_pl_perr_cause, 0,
sys/dev/cxgbe/common/t4_hw.c
7139
fatal |= t4_handle_intr(adap, &t7_pl_int_cause,
sys/dev/cxgbe/common/t4_hw.c
7141
fatal |= t4_handle_intr(adap, &t7_pl_int_cause2,
sys/dev/cxgbe/common/t4_hw.c
7146
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
2662
bool fatal = false;
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
2669
fatal = true;
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
2720
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
54
preload_initkmdp(bool fatal)
sys/kern/subr_module.c
58
if (preload_kmdp == NULL && fatal)
sys/riscv/riscv/trap.c
249
goto fatal;
sys/riscv/riscv/trap.c
270
goto fatal;
sys/riscv/riscv/trap.c
283
goto fatal;
sys/riscv/riscv/trap.c
292
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
2261
start_timer(int timeout, bool fatal)
usr.sbin/ctld/ctld.cc
2274
if (fatal)
usr.sbin/ctld/ctld.hh
634
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
489
fatal(0, "Command line too long");
usr.sbin/lpr/lpd/lpd.c
492
fatal(0, "Lost connection");
usr.sbin/lpr/lpd/lpd.c
533
fatal(0, "Too many requests");
usr.sbin/lpr/lpd/lpd.c
537
fatal(0, "Too many users");
usr.sbin/lpr/lpd/lpd.c
543
fatal(pp, "%s", pcaperr(status));
usr.sbin/lpr/lpd/lpd.c
570
fatal(0, "Too many requests");
usr.sbin/lpr/lpd/lpd.c
574
fatal(0, "Too many users");
usr.sbin/lpr/lpd/lpd.c
581
fatal(0, "Illegal service request");
usr.sbin/lpr/lpd/printjob.c
1750
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");