Searched defs:fatal (Results 26 - 50 of 80) sorted by relevance

1234

/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_fm.c204 int fatal = 0; local
219 fatal++;
229 fatal++;
238 if (fatal)
H A Dpci_pbm.c321 int fatal = 0; local
342 fatal++;
358 fatal++;
363 if (fatal)
H A Dpci_ecc.c413 int fatal = 0; local
480 * treated as a fatal error.
483 fatal++;
528 ecc_ii_p->ecc_type == CBNINTR_UE && !fatal) ||
532 if (!fatal && !nonfatal)
534 else if (fatal)
H A Dpci_util.c721 int fatal = 0; local
750 * address parity error on dma - treat as fatal
752 fatal++;
769 fatal++;
794 if (fatal)
/illumos-gate/usr/src/cmd/make/bin/
H A Dmisc.cc118 * fatal(format, args...)
133 fatal(const char *message, ...) function
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_intr.c314 * Under legacy interrupts, don't share a level between fatal
324 /* Enable all the genuinely fatal interrupts */
448 EFSYS_PROBE(fatal);
450 /* Clear the fatal interrupt condition */
510 efx_oword_t fatal; local
513 EFX_BAR_READO(enp, FR_AZ_FATAL_INTR_REG_KER, &fatal);
516 if (EFX_OWORD_FIELD(fatal, FRF_AZ_SRM_PERR_INT_KER) != 0 ||
517 EFX_OWORD_FIELD(fatal, FRF_AZ_MEM_PERR_INT_KER) != 0)
520 if (EFX_OWORD_FIELD(fatal, FRF_AZ_SRAM_OOB_INT_KER) != 0)
523 if (EFX_OWORD_FIELD(fatal, FRF_AZ_BUFID_DC_OOB_INT_KE
[all...]
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_intr.c76 boolean_t fatal; local
96 efx_intr_status_line(enp, &fatal, &qmask);
98 if (fatal) {
150 boolean_t fatal; local
173 efx_intr_status_message(enp, index, &fatal);
175 if (fatal) {
/illumos-gate/usr/src/lib/libcontract/common/
H A Dprocess.c239 ct_pr_status_get_fatal(ct_stathdl_t stathdl, uint_t *fatal) argument
246 return (nvlist_lookup_uint32(info->nvl, CTPS_EV_FATAL, fatal));
/illumos-gate/usr/src/cmd/fs.d/ufs/tunefs/
H A Dtunefs.c90 static void fatal();
221 fatal("%s: not a block or character device", special);
233 fatal("%s: %s must be >= 1", *argv, name);
236 fatal("%s: %s must be >= 1", *argv, name);
250 fatal("%s: %s must be >= 1", *argv, name);
253 fatal("%s: %s must be >= 1", *argv, name);
262 fatal("%s: bad %s", *argv, name);
265 fatal("%s: bad %s", *argv, name);
281 fatal("%s: bad %s (options are `space' or `time')",
433 fatal(cha function
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dndifm.c67 * DDI_FM_FATAL - one or more children have detected a fatal error
68 * DDI_FM_NONFATAL - no fatal errors, but one or more children have
69 * detected a non-fatal error
360 int status, fatal = 0, nonfatal = 0; local
409 ++fatal;
432 return (fatal ? DDI_FM_FATAL : nonfatal ? DDI_FM_NONFATAL :
448 * fatal error.
451 * non-fatal error and no comparison yields a fatal error.
453 * DDI_FM_UNKNOWN - cache entry comparisons did not yield fatal o
461 int status, fatal = 0, nonfatal = 0; local
602 int unknown = 0, fatal = 0, nonfatal = 0; local
[all...]
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_ecc.c358 int fatal = 0; local
403 * treated as a fatal error.
406 fatal++;
421 ecc_ii_p->pecc_type == CBNINTR_UE && !fatal)
423 if (!fatal && !nonfatal)
425 else if (fatal)
H A Dpcmu_util.c490 int fatal = 0; local
527 fatal++;
546 if (fatal)
/illumos-gate/usr/src/cmd/scsi/smp/common/
H A Dsmp.c48 static void fatal(int, const char *, ...) __NORETURN;
59 fatal(int err, const char *fmt, ...) function
175 fatal(-4, "exec failed: %s", smp_errmsg());
185 fatal(-5, "Command failed: Unknown result (0x%x)",
188 fatal(-5, "Command failed: %s", smp_result_str);
233 fatal(-6, "Expander does not support PHY-based route table\n");
247 fatal(-1, "Invalid route index (%d) or PHY ID (%d)\n",
426 fatal(-1, "Usage: %s <device> <function> ...\n", argv[0]);
431 fatal(-1, "Usage: %s <device> <function> ...\n", argv[0]);
438 fatal(
[all...]
/illumos-gate/usr/src/cmd/zhack/
H A Dzhack.c87 fatal(spa_t *spa, void *tag, const char *fmt, ...) function
166 fatal(spa, FTAG, "cannot import '%s': pool is "
172 fatal(NULL, FTAG, "cannot import '%s': no such pool "
194 fatal(NULL, FTAG, "can't import '%s': %s", name,
210 fatal(*spa, FTAG, "cannot open '%s': %s", target,
213 fatal(*spa, FTAG, "'%s' has version %d, features not enabled",
350 fatal(NULL, FTAG, "invalid feature guid: %s", feature.fi_guid);
356 fatal(spa, FTAG, "'%s' is a real feature, will not enable");
358 fatal(spa, FTAG, "feature already enabled: %s",
443 fatal(NUL
[all...]
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Din.lpd.c98 fatal(FILE *fp, char *fmt, ...) function
538 fatal(ofp, "protocol screwup");
703 fatal(ofp, "Invalid protocol request (%d): %c%s\n",
712 fatal(ofp, "Can't determine requested printer");
717 fatal(ofp, "%s is cyclical\n", printer);
724 fatal(ofp, "Failed to contact service for %s: %s\n", printer,
771 fatal(ofp, "unsupported protocol request (%c), %s",
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dutils.c635 * logit - does the hard work for fatal et al.
658 * fatal - log an error message and die horribly.
661 fatal __V((const char *fmt, ...)) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dndd.c50 static void fatal(char *fmt, ...);
290 fatal("operation failed: Permission denied");
324 fatal("operation failed: Permission denied");
337 fatal("operation failed: %s", ipadm_status2str(status));
401 fatal(usage_str);
403 fatal(usage_str);
416 fatal("open of %s failed: %s", cp, errmsg(errno));
418 fatal("%s is not a streams device", cp);
430 fatal(usage_str);
632 fatal(cha function
[all...]
/illumos-gate/usr/src/cmd/csplit/
H A Dcsplit.c74 #define PERROR(x) fatal("%s: Illegal Regular Expression\n", targ);
78 static void fatal(char *, char *);
115 fatal("-n num\n", NULL);
158 fatal("Cannot open %s\n", *argv);
255 * "keep" flag is not set, fatal unlinks all created files. If the
256 * "keep" flag is set, fatal closes the current file(if there is one).
261 fatal(char *string, char *arg) function
345 * previous file name is restored for cleanup, and fatal is called. If
367 fatal("Suffix longer than %ld chars; increase -n\n",
376 fatal("Nam
[all...]
/illumos-gate/usr/src/cmd/bdiff/
H A Dbdiff.c33 #include <fatal.h>
72 static int fatal_num = 1; /* exit number for fatal exit */
79 static void fatal(char *);
101 * Set flags for 'fatal' so that it will clean up,
109 fatal("arg count");
112 fatal("both files standard input");
119 fatal(Error);
127 fatal(Error);
137 fatal("non-numeric limit");
155 fatal("Ou
456 fatal(char *msg) function
[all...]
/illumos-gate/usr/src/cmd/intrstat/
H A Dintrstat.c96 fatal(const char *fmt, ...) function
234 fatal("cannot specify both a processor set and a processor\n");
237 fatal("cpu %d out of range\n", cpu);
241 fatal("could not get status for cpu %d", cpu);
242 fatal("cpu %d not present\n", cpu);
252 fatal("cannot specify both a processor set and processors\n");
255 fatal("invalid cpu '%d'\n", low);
258 fatal("invalid cpu '%d'\n", high);
261 fatal("invalid range '%d' to '%d'\n", low, high);
275 fatal("processo
[all...]
/illumos-gate/usr/src/cmd/kvmstat/
H A Dkvmstat.c65 fatal(char *fmt, ...) function
95 fatal("could not find field '%s' in %s:%d\n",
133 fatal("failed to update kstat chain");
167 fatal("could not allocate memory for stat instance");
247 fatal("failed to read kstat %s:%d",
252 fatal("%s:%d is not a named kstat", ksi->ksi_name,
261 fatal("could not allocate memory");
439 fatal("could not open /dev/kstat");
455 fatal("could not set timer to %d second%s", interval,
/illumos-gate/usr/src/cmd/ptools/ppriv/
H A Dppriv.c297 fatal(const char *s) function
381 fatal("getprivimplinfo");
385 fatal("malloc");
399 fatal("calloc");
549 fatal("setpflags(NET_MAC_AWARE)");
551 fatal("setpflags(NET_MAC_AWARE_INHERIT)");
555 fatal("setpflags(PRIV_PFEXEC)");
562 fatal("priv_allocet");
575 fatal("setppriv(Inheritable)");
588 fatal("setppri
[all...]
/illumos-gate/usr/src/cmd/utmpd/
H A Dutmpd.c174 static void fatal() __NORETURN; /* Prints error message and calls exit */
201 fatal("You must be root to run this program");
282 fatal("Malloc failed");
284 fatal("Malloc failed");
293 fatal("Out of File Descriptors");
296 fatal("getrlimit returned failure");
329 fatal("Too many resets, giving up");
405 fatal("poll");
910 * This is fatal, since libc won't be able to allocate
913 fatal("Ou
989 fatal(char *str) function
[all...]
/illumos-gate/usr/src/cmd/plockstat/
H A Dplockstat.c389 fatal(const char *fmt, ...) function
775 fatal("dtrace_proc privilege required\n");
833 fatal("failed to initialize dtrace: %s\n",
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/
H A DparseMain.java600 Debug.fatal(x.toString());
634 Debug.fatal(x.toString());
726 static public void fatal(String s) { method in class:Debug

Completed in 177 milliseconds

1234