/titanic_44/usr/src/uts/common/os/ |
H A D | ndifm.c | 360 int status, fatal = 0, nonfatal = 0; in ndi_fmc_entry_error() local 411 ++nonfatal; in ndi_fmc_entry_error() 432 return (fatal ? DDI_FM_FATAL : nonfatal ? DDI_FM_NONFATAL : in ndi_fmc_entry_error() 461 int status, fatal = 0, nonfatal = 0; in ndi_fmc_error() local 491 ++nonfatal; in ndi_fmc_error() 504 ++nonfatal; in ndi_fmc_error() 511 else if (nonfatal) in ndi_fmc_error() 523 int nonfatal = 0; in ndi_fmc_entry_error_all() local 556 nonfatal++; in ndi_fmc_entry_error_all() 576 return (nonfatal ? DDI_FM_NONFATAL : DDI_FM_UNKNOWN); in ndi_fmc_entry_error_all() [all …]
|
H A D | pcifm.c | 616 int nonfatal = 0; in pci_bdg_error_report() local 680 nonfatal++; in pci_bdg_error_report() 693 nonfatal++; in pci_bdg_error_report() 703 return (fatal ? DDI_FM_FATAL : (nonfatal ? DDI_FM_NONFATAL : in pci_bdg_error_report() 721 int nonfatal = 0; in pcix_ecc_error_report() local 868 return (fatal ? DDI_FM_FATAL : (nonfatal ? DDI_FM_NONFATAL : in pcix_ecc_error_report() 878 int nonfatal = 0; in pcix_bdg_error_report() local 929 return (fatal ? DDI_FM_FATAL : (nonfatal ? DDI_FM_NONFATAL : in pcix_bdg_error_report() 938 int nonfatal = 0; in pcix_error_report() local 967 return (fatal ? DDI_FM_FATAL : (nonfatal ? DDI_FM_NONFATAL : in pcix_error_report() [all …]
|
/titanic_44/usr/src/cmd/utmpd/ |
H A D | utmpd.c | 175 static void nonfatal(); /* Prints error message */ 227 nonfatal(msg); in main() 236 nonfatal(msg); in main() 249 nonfatal(msg); in main() 301 nonfatal("WARNING: unable to open " WTMPX_FILE " for update."); in main() 614 nonfatal(UTMPPIPE); in setup_pipe() 685 nonfatal("Bad message on utmppipe\n"); in drain_pipe() 721 nonfatal("File Descriptor limit exceeded"); in add_pid() 1007 nonfatal(char *str) in nonfatal() function 1094 nonfatal("WARNING: /var/adm/utmp exists!\nSee " in warn_utmp()
|
/titanic_44/usr/src/uts/sun4u/io/pci/ |
H A D | pcisch.c | 1679 int nonfatal = 0; in jbus_err_handler() local 1701 return (fatal ? DDI_FM_FATAL : (nonfatal ? DDI_FM_NONFATAL : in jbus_err_handler() 2002 int nonfatal = 0; in pcix_log_pbm() local 2019 nonfatal++; in pcix_log_pbm() 2025 nonfatal++; in pcix_log_pbm() 2037 nonfatal++; in pcix_log_pbm() 2049 nonfatal++; in pcix_log_pbm() 2052 if (!fatal && !nonfatal) in pcix_log_pbm() 2149 int nonfatal = 0; in iommu_err_handler() local 2176 nonfatal++; in iommu_err_handler() [all …]
|
H A D | pci_fm.c | 205 int nonfatal = 0; in pci_err_callback() local 221 nonfatal++; in pci_err_callback() 231 nonfatal++; in pci_err_callback() 240 else if (nonfatal) in pci_err_callback()
|
H A D | pcipsy.c | 1725 int nonfatal = 0; in pci_pbm_err_handler() local 1755 nonfatal++; in pci_pbm_err_handler() 1764 nonfatal++; in pci_pbm_err_handler() 1773 nonfatal++; in pci_pbm_err_handler() 1788 nonfatal++; in pci_pbm_err_handler() 1793 nonfatal++; in pci_pbm_err_handler() 1803 nonfatal++; in pci_pbm_err_handler() 1810 nonfatal++; in pci_pbm_err_handler() 1844 nonfatal++; in pci_pbm_err_handler() 1853 nonfatal++; in pci_pbm_err_handler() [all …]
|
H A D | pci_util.c | 722 int nonfatal = 0; in pci_cfg_report() local 778 nonfatal++; in pci_cfg_report() 788 nonfatal++; in pci_cfg_report() 796 else if (nonfatal) in pci_cfg_report()
|
H A D | pci_ecc.c | 414 int nonfatal = 0; in ecc_err_handler() local 496 nonfatal++; in ecc_err_handler() 513 nonfatal++; in ecc_err_handler() 532 if (!fatal && !nonfatal) in ecc_err_handler()
|
/titanic_44/usr/src/cmd/fm/eversholt/files/common/ |
H A D | pciex.esc | 52 * 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, depending on the service impact reported by the leaf driver [all …]
|
H A D | pci.esc | 42 * 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;
|
/titanic_44/usr/src/tools/scripts/ |
H A D | Install.sh | 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
|
/titanic_44/usr/src/cmd/fm/eversholt/files/sparc/sun4v/ |
H A D | n2piu.esc | 258 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)->
|
/titanic_44/usr/src/uts/sun4u/opl/io/pcicmu/ |
H A D | pcmu_util.c | 491 int nonfatal = 0; in pcmu_cfg_report() local 534 nonfatal++; in pcmu_cfg_report() 548 else if (nonfatal) in pcmu_cfg_report()
|
H A D | pcmu_ecc.c | 359 int nonfatal = 0; in pcmu_ecc_err_handler() local 423 if (!fatal && !nonfatal) in pcmu_ecc_err_handler()
|
H A D | pcicmu.c | 2006 int nonfatal = 0; in pcmu_pbm_err_handler() local 2028 nonfatal++; in pcmu_pbm_err_handler() 2043 nonfatal++; in pcmu_pbm_err_handler() 2053 nonfatal++; in pcmu_pbm_err_handler() 2061 nonfatal++; in pcmu_pbm_err_handler() 2068 nonfatal++; in pcmu_pbm_err_handler() 2076 return (fatal ? DDI_FM_FATAL : (nonfatal ? DDI_FM_NONFATAL : in pcmu_pbm_err_handler()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | pcifm.h | 140 (((x) == DDI_FM_NONFATAL) ? nonfatal++ :\
|