Searched defs:fatal (Results 51 - 75 of 80) sorted by relevance

1234

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dserver.c1564 fatal(fmt, a1, a2, a3) function
/illumos-gate/usr/src/cmd/deroff/
H A Dderoff.c115 static void fatal(const char *, ...);
225 fatal(gettext("Cannot open file %s: %s\n"), p, strerror(errno));
288 * Functions calling fatal() should ensure 'format' and
292 fatal(const char *format, ...) function
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Donce.h96 int fatal = 1; variable
/illumos-gate/usr/src/cmd/acct/
H A Dacctcom.c125 void fatal(char *, char *);
163 fatal("Unknown group", optarg);
165 fatal("Unknown group", optarg);
604 fatal("acctcom: bad time:", str);
634 fatal("pattern syntax", NULL);
685 fatal(char *s1, char *s2) function
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk2.c45 static FILE *openfile(NODE *np, int flag, int fatal);
587 openfile(NODE *np, int flag, int fatal) argument
656 } else if (fatal) {
/illumos-gate/usr/src/cmd/svc/startd/
H A Dfork.c142 uint_t inf, uint_t crit, uint_t fatal, uint_t param, uint64_t cookie)
158 err |= ct_pr_tmpl_set_fatal(ctfd, fatal);
141 fork_common(const char *name, const char *svc_fmri, int retries, ctid_t *ctidp, uint_t inf, uint_t crit, uint_t fatal, uint_t param, uint64_t cookie) argument
/illumos-gate/usr/src/uts/common/os/
H A Dpcifm.c615 int fatal = 0; local
686 * fatal, but master/target abort can come in on separate
689 * or target abort) or fatal otherwise
703 return (fatal ? DDI_FM_FATAL : (nonfatal ? DDI_FM_NONFATAL :
720 int fatal = 0; local
868 return (fatal ? DDI_FM_FATAL : (nonfatal ? DDI_FM_NONFATAL :
877 int fatal = 0; local
929 return (fatal ? DDI_FM_FATAL : (nonfatal ? DDI_FM_NONFATAL :
937 int fatal = 0; local
967 return (fatal
974 int fatal = 0; local
[all...]
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_vdev.c539 * the config is inconsistent, then NULL is returned. If 'fatal' is set, then
543 get_replication(nvlist_t *nvroot, boolean_t fatal) argument
662 if (fatal)
715 if (fatal)
740 if (fatal)
752 if (fatal)
766 if (fatal)
/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c120 warn_or_fatal(int fatal, char *parting_shot) argument
125 if (fatal)
126 severity = gettext("fatal error");
136 if (fatal)
451 return (1); /* can't create door -> fatal */
550 return (1); /* fatal */
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c12 * 2 - error on an I/O operation or fatal error condition.
46 * fatal string. As soon as we got called back (probably get "CONNECT"),
222 void fatal __P((int code, const char *fmt, ...));
257 fatal(2, "memory error!");
416 fatal(1, "%s -- open failed: %m", chat_file);
445 fatal(1, "unterminated quote (line %d)", linect);
511 void fatal __V((int code, const char *fmt, ...)) function
545 fatal(2, "Can't get file mode flags on stdin: %m");
548 fatal(2, "Can't set file mode flags on stdin: %m");
559 fatal(
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c1629 fatal(char *msg) function
/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c67 static void fatal(char *fmt, ...);
204 fatal(gettext(
209 fatal(gettext(
216 fatal(gettext("%s: bad maxcontig"), optarg);
223 fatal(gettext(
232 fatal(gettext("%s: bad total tracks"), optarg);
241 fatal(gettext(
249 fatal(gettext(
256 fatal(gettext(
266 fatal(gettex
699 fatal(char *fmt, ...) function
[all...]
/illumos-gate/usr/src/cmd/trapstat/sun4/
H A Dtrapstat.c140 fatal(char *fmt, ...) function
232 fatal("could not allocate g_selected");
238 fatal("could not allocate g_pset_cpus");
243 fatal("getpagesizes()");
246 fatal("could not allocate g_pgsize array");
249 fatal("getpagesizes(%d)", g_pgsizes);
252 fatal("could not allocate g_pgnames");
259 fatal("could not allocate g_pgnames[%d]", i);
272 fatal("could not allocate data buffer 0");
275 fatal("coul
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rlogind.c139 static void fatal(int, const char *);
306 fatal(STDIN_FILENO,
325 fatal(fd, "Checksums are required and ignored (-c and -i);"
446 fatal(f, "Bad application version length, exiting.");
458 fatal(f, "Unrecognized KCMD protocol, exiting");
486 fatal(f, "Out of memory error");
493 fatal(f, "getsockname error");
549 fatal(f, "Error getting KRB5 session subkey, exiting");
557 fatal(f, "No KRB5 session subkey sent, exiting");
568 fatal(
1467 fatal(int fd, const char *msg) function
[all...]
H A Din.telnetd.c264 static void fatal(int, char *);
2361 fatal(0, "stdin is not a socket file descriptor");
2763 fatal(f, "could not grant slave pty");
2765 fatal(f, "could not unlock slave pty");
2767 fatal(f, "could not enable slave pty");
2770 fatal(f, "could not open slave pty");
2805 fatal(f, "Cannot alloc memory for address info\n");
2809 fatal(f, "Cannot alloc memory for port info\n");
2842 fatal(f, "Cannot alloc memory for address info\n");
2847 fatal(
3228 fatal(int f, char *msg) function
[all...]
/illumos-gate/usr/src/cmd/dtrace/
H A Ddtrace.c185 fatal(const char *fmt, ...) function
268 fatal("failed to write to %s",
309 fatal("failed to open %s", fname);
314 fatal("failed to fstat %s", fname);
317 fatal("failed to allocate memory for %s", fname);
320 fatal("failed to read %s", fname);
326 fatal("failed to open %s for writing", fname);
350 fatal("failed to write to %s", fname);
370 fatal("failed to write to %s", fname);
387 fatal("faile
[all...]
/illumos-gate/usr/src/tools/codereview/
H A Dlwlp.c219 static void fatal(char *fmt, ...);
322 fatal("number of copies must be > 0");
353 fatal("invalid number of lines/page");
358 fatal("can't have both -l and -w");
371 fatal("invalid numbering width");
387 fatal("negative tabstop");
397 fatal("invalid number of columns");
402 fatal("can't have both -l and -w");
427 fatal("-e option valid only with codereview");
435 fatal("unabl
1516 fatal(char *fmt, ...) function
[all...]
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c445 void fatal(char *, char *);
751 fatal("Bad flag -", p);
1596 fatal("Too few args: ", *argv);
1598 fatal("Unexpected arg: ", *argv);
1603 fatal(char *mesg, char *obj) function
/illumos-gate/usr/src/uts/i86pc/io/fipe/
H A Dfipe_pm.c540 boolean_t fatal = B_FALSE; local
567 fatal = B_TRUE;
578 fatal = B_TRUE;
589 fatal = B_TRUE;
605 if (fatal) {
706 boolean_t fatal = B_FALSE; local
741 fatal = B_TRUE;
752 fatal = B_TRUE;
767 fatal = B_TRUE;
800 fatal
[all...]
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpcipsy.c1531 * some rare cases it also causes a fatal reset.
1570 * For Psycho, a UE is always fatal, except if it is a translation error on a
1724 int fatal = 0; local
1801 fatal++;
1808 fatal++;
1842 fatal++;
1851 fatal++;
1859 * rserr not claimed as nonfatal by a child is treated as fatal
1861 if (unknown && !nonfatal && !fatal)
1862 fatal
[all...]
H A Dpcisch.c1453 * some rare cases it also causes a fatal reset.
1590 int fatal = 0; local
1600 fatal += safari_err_tbl[i].cb_fatal;
1604 if (fatal)
1678 int fatal = 0; local
1691 fatal += jbus_err_tbl[i].cb_fatal;
1696 fatal++;
1701 return (fatal ? DDI_FM_FATAL : (nonfatal ? DDI_FM_NONFATAL :
1839 int flag, fatal = 0; local
1866 fatal
2001 int fatal = 0; local
2148 int fatal = 0; local
2308 int fatal = 0; local
[all...]
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcicmu.c1946 /* For CMU-CH, a UE is always fatal. */
2005 int fatal = 0; local
2051 fatal++;
2059 fatal++;
2066 fatal++;
2076 return (fatal ? DDI_FM_FATAL : (nonfatal ? DDI_FM_NONFATAL :
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c188 handle_errors(char *ep, char *ebuf, boolean_t fatal, boolean_t done) argument
201 if (fatal) {
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dreglib.h43 #define fatal _reg_fatal macro
568 int fatal; member in struct:State_s
580 extern int fatal(regdisc_t*, int, const char*);
/illumos-gate/usr/src/cmd/init/
H A Dinit.c166 * and the fatal kill signal, SIGKILL.
4077 contract_make_template(uint_t info, uint_t critical, uint_t fatal, argument
4109 if (err = ct_pr_tmpl_set_fatal(fd, fatal))
4110 console(B_TRUE, ioctl_tset_emsg, "fatal", strerror(err));

Completed in 136 milliseconds

1234