Home
last modified time | relevance | path

Searched refs:error_mask (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/
H A Dcmd_cpu_arch.c213 cmd_errcl_t error_mask = trw_mask ^ resolved_err; in cmd_combine_two_train() local
215 while (error_mask) { in cmd_combine_two_train()
216 tmp_mask = cmd_get_nextbit(error_mask); in cmd_combine_two_train()
224 error_mask = error_mask ^ tmp_mask; in cmd_combine_two_train()
/titanic_41/usr/src/uts/intel/io/drm/
H A Di915_irq.c977 int error_mask; in i915_driver_irq_postinstall() local
999 error_mask = ~(GM45_ERROR_PAGE_TABLE | in i915_driver_irq_postinstall()
1004 error_mask = ~(I915_ERROR_PAGE_TABLE | in i915_driver_irq_postinstall()
1007 I915_WRITE(EMR, error_mask); in i915_driver_irq_postinstall()
/titanic_41/usr/src/cmd/pcitool/
H A Dpcitool.c1065 uint16_t error_mask = 0; /* 1 bit/byte in buf. Err when set */ in bytedump_get() local
1135 error_mask |= in bytedump_get()
1188 } else if (error_mask & (1 << i)) { in bytedump_get()
1205 } else if (error_mask & (1 << i)) { in bytedump_get()
1223 error_mask = 0; in bytedump_get()