Searched refs:nonfatal (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dndifm.c360 int status, fatal = 0, nonfatal = 0; local
411 ++nonfatal;
432 return (fatal ? DDI_FM_FATAL : nonfatal ? DDI_FM_NONFATAL :
461 int status, fatal = 0, nonfatal = 0; local
491 ++nonfatal;
504 ++nonfatal;
511 else if (nonfatal)
523 int nonfatal = 0; local
556 nonfatal++;
576 return (nonfatal
602 int unknown = 0, fatal = 0, nonfatal = 0; local
[all...]
H A Dpcifm.c616 int nonfatal = 0; local
670 * they are nonfatal.
674 * for cautious puts we treat all errors as nonfatal. Actually
675 * we set nonfatal for cautious gets as well - doesn't do any
680 nonfatal++;
685 * and target abort as nonfatal. Sserr with no master abort is
688 * nonfatal (if another child returned nonfatal - ie master
693 nonfatal++;
703 return (fatal ? DDI_FM_FATAL : (nonfatal
721 int nonfatal = 0; local
878 int nonfatal = 0; local
938 int nonfatal = 0; local
975 int nonfatal = 0; local
[all...]
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_fm.c205 int nonfatal = 0; local
221 nonfatal++;
231 nonfatal++;
240 else if (nonfatal)
H A Dpcisch.c1679 int nonfatal = 0; local
1701 return (fatal ? DDI_FM_FATAL : (nonfatal ? DDI_FM_NONFATAL :
2002 int nonfatal = 0; local
2019 nonfatal++;
2025 nonfatal++;
2037 nonfatal++;
2049 nonfatal++;
2052 if (!fatal && !nonfatal)
2149 int nonfatal = 0; local
2176 nonfatal
2309 int nonfatal = 0; local
[all...]
H A Dpcipsy.c1725 int nonfatal = 0; local
1749 * nonfatal. The trampoline will set
1755 nonfatal++;
1759 * For ddi_caut_put treat all events as nonfatal. Here
1764 nonfatal++;
1769 * For ddi_peek treat all events as nonfatal. We only
1773 nonfatal++;
1777 * For ddi_poke we can treat as nonfatal if the
1788 nonfatal++;
1793 nonfatal
[all...]
H A Dpci_ecc.c414 int nonfatal = 0; local
496 nonfatal++;
513 nonfatal++;
532 if (!fatal && !nonfatal)
H A Dpci_util.c722 int nonfatal = 0; local
778 nonfatal++;
788 nonfatal++;
796 else if (nonfatal)
/illumos-gate/usr/src/cmd/utmpd/
H A Dutmpd.c175 static void nonfatal(); /* Prints error message */
227 nonfatal(msg);
236 nonfatal(msg);
249 nonfatal(msg);
301 nonfatal("WARNING: unable to open " WTMPX_FILE " for update.");
614 nonfatal(UTMPPIPE);
685 nonfatal("Bad message on utmppipe\n");
721 nonfatal("File Descriptor limit exceeded");
1003 * nonfatal - Non-Catastrophic failure - print message and errno
1007 nonfatal(cha function
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dpcifm.h140 (((x) == DDI_FM_NONFATAL) ? nonfatal++ :\
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dpciex.esc52 * high frequency. We will also be quite conservative about nonfatal internal
124 engine serd.io.device.nonfatal@PCIEXFN, N=CORRLINK_COUNT, T=CORRLINK_TIME;
126 engine=serd.io.device.nonfatal@PCIEXFN;
127 engine serd.io.device.nonfatal@PCIEXFN/PCIEXFN,
130 engine=serd.io.device.nonfatal@PCIEXFN/PCIEXFN;
131 engine serd.io.device.nonfatal@pciexrc/PCIEXFN,
134 engine=serd.io.device.nonfatal@pciexrc/PCIEXFN;
144 engine serd.io.device.nonfatal@pciexrc, N=CORRLINK_COUNT, T=CORRLINK_TIME;
146 engine=serd.io.device.nonfatal@pciexrc;
728 * nonfatal, dependin
[all...]
H A Dpci.esc42 * We will be more conservative about nonfatal internal errors reported
53 engine serd.io.device.nonfatal@PCIFN,
86 engine=serd.io.device.nonfatal@PCIFN, FITrate=PCI_DEV_FIT;
/illumos-gate/usr/src/tools/scripts/
H A DInstall.sh54 # for (what I consider) fatal and nonfatal error messages. If you run into
775 rm -f errors fatal nonfatal
788 egrep "set time|warning|blocksize" errors >nonfatal
795 if [ -s nonfatal -a "$VERBOSE" != "q" ]; then
797 cat nonfatal
799 rm -f fatal nonfatal errors
/illumos-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4v/
H A Dn2piu.esc258 engine serd.io.device.nonfatal@niu/niufn,
262 event upset.io.device.nonfatal@niu/niufn,
263 engine=serd.io.device.nonfatal@niu/niufn;
278 prop upset.io.device.nonfatal@niu/niufn (1)->
286 prop upset.io.device.nonfatal@niu/niufn (1)->
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_util.c491 int nonfatal = 0; local
534 nonfatal++;
548 else if (nonfatal)
H A Dpcmu_ecc.c359 int nonfatal = 0; local
423 if (!fatal && !nonfatal)
H A Dpcicmu.c2006 int nonfatal = 0; local
2024 * For ddi_peek treat all events as nonfatal. We only
2028 nonfatal++;
2032 * For ddi_poke we can treat as nonfatal if the
2043 nonfatal++;
2053 nonfatal++;
2061 nonfatal++;
2068 nonfatal++;
2076 return (fatal ? DDI_FM_FATAL : (nonfatal ? DDI_FM_NONFATAL :

Completed in 119 milliseconds