Lines Matching refs:nonfatal
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()
602 int unknown = 0, fatal = 0, nonfatal = 0; in ndi_fm_handler_dispatch() local
622 ++nonfatal; in ndi_fm_handler_dispatch()
636 else if (nonfatal) in ndi_fm_handler_dispatch()