Searched defs:mc_inject_error (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Dmc-opl.c3130 mc_inject_error(int error_type, uint64_t pa, uint32_t flags) function
3143 MC_LOG("HW mc_inject_error(%x, %lx, %x)\n", error_type, pa, flags);
3148 MC_LOG("mc_inject_error: invalid pa\n");
3261 MC_LOG("mc_inject_error: invalid option\n");
4058 (void) mc_inject_error(MC_INJECT_INTERMITTENT_CE, pa, flags);
4061 (void) mc_inject_error(MC_INJECT_PERMANENT_CE, pa, flags);
4064 (void) mc_inject_error(MC_INJECT_UE, pa, flags);
4067 (void) mc_inject_error(MC_INJECT_INTERMITTENT_MCE, pa, flags);
4070 (void) mc_inject_error(MC_INJECT_PERMANENT_MCE, pa, flags);
4073 (void) mc_inject_error(MC_INJECT_MU
[all...]

Completed in 53 milliseconds