Home
last modified time | relevance | path

Searched refs:eir (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/svr4pkg/libinst/
H A Ddepchk.c103 depckErrorRecord_t *eir; in depchkReportErrors() local
110 eir = &erc->er_theEntries[j]; in depchkReportErrors()
111 packageName = eir->ier_packageName; in depchkReportErrors()
112 for (k = 0; k < eir->ier_numZones; k++) { in depchkReportErrors()
116 packageName, a_dck, i, eir, k); in depchkReportErrors()
195 depckErrorRecord_t *eir; in depchkRecordError() local
197 eir = (depckErrorRecord_t *)calloc(1, in depchkRecordError()
199 eir->ier_packageName = strdup(a_pkginst); in depchkRecordError()
200 eir->ier_numZones = 1; in depchkRecordError()
201 eir->ier_zones = (char **)calloc(1, sizeof (char **)); in depchkRecordError()
[all …]
/titanic_41/usr/src/uts/intel/io/drm/
H A Di915_irq.c252 error->eir = I915_READ(EIR); in i915_capture_error_state()
277 DRM_DEBUG("EIR: 0x%08x\n", error->eir); in i915_capture_error_state()
307 u32 eir = I915_READ(EIR); in i915_handle_error() local
314 eir); in i915_handle_error()
317 if (eir & (GM45_ERROR_MEM_PRIV | GM45_ERROR_CP_PRIV)) { in i915_handle_error()
335 if (eir & GM45_ERROR_PAGE_TABLE) { in i915_handle_error()
346 if (eir & I915_ERROR_PAGE_TABLE) { in i915_handle_error()
356 if (eir & I915_ERROR_MEMORY_REFRESH) { in i915_handle_error()
364 if (eir & I915_ERROR_INSTRUCTION) { in i915_handle_error()
401 I915_WRITE(EIR, eir); in i915_handle_error()
[all …]
H A Di915_drv.h201 u32 eir; member
/titanic_41/usr/src/uts/common/sys/
H A Decppreg.h193 uint8_t eir; /* Extended Index Register */ member
/titanic_41/usr/src/uts/common/io/
H A Decpp.c5577 &pp->uh.ebus.c2_reg->eir, PC97317_CONFIG2_CONTROL2); in pc97317_config_chip()