Lines Matching defs:nonfatal
1679 int nonfatal = 0;
1701 return (fatal ? DDI_FM_FATAL : (nonfatal ? DDI_FM_NONFATAL :
2002 int nonfatal = 0;
2019 nonfatal++;
2025 nonfatal++;
2037 nonfatal++;
2049 nonfatal++;
2052 if (!fatal && !nonfatal)
2149 int nonfatal = 0;
2176 nonfatal++;
2186 nonfatal++;
2209 nonfatal++;
2213 nonfatal++;
2231 else if (nonfatal)
2309 int nonfatal = 0;
2330 * For ddi_caut_get treat all events as nonfatal.
2337 nonfatal++;
2341 * For ddi_caut_put treat all events as nonfatal. Here
2346 nonfatal++;
2351 * For ddi_peek treat all events as nonfatal. We only
2355 nonfatal++;
2359 * For ddi_poke we can treat as nonfatal if the
2370 nonfatal++;
2379 nonfatal++;
2384 nonfatal++;
2397 nonfatal++;
2403 nonfatal++;
2409 nonfatal++;
2420 nonfatal++;
2437 nonfatal++;
2473 nonfatal++;
2504 nonfatal++;
2508 nonfatal++;
2518 nonfatal++;
2526 nonfatal++;
2532 * RSERR not claimed as nonfatal by a child is considered fatal
2534 if (unknown && !fatal && !nonfatal)
2540 return (fatal ? DDI_FM_FATAL : (nonfatal ? DDI_FM_NONFATAL :