/solaris-x11-s12/open-src/kernel/drm/src/ |
H A D | drm_dp_i2c_helper.c | 200 int error; local 202 error = i2c_dp_aux_prepare_bus(adapter); 203 if (error) 204 return error; 205 // error = i2c_add_adapter(adapter); 206 return error;
|
H A D | drm_fb_helper.c | 177 bool error = false; local 181 return error; 196 error = true; 201 error = true; 203 return error; 208 bool ret, error = false; local 220 error = true; 222 return error; 892 * 0 on success and a non-zero error code otherwise.
|
/solaris-x11-s12/open-src/app/xcolor/sun-src/ |
H A D | xcolor.c | 61 #define error(...) do { fprintf(stderr, __VA_ARGS__) ; exit(1); } while (0) macro 275 error("usage: %s [-display dpystr] [-geometry geomstr]\n" 280 error("%s: unable to open display, %s.\n", pname, 300 error("%s: unable to create colormap (%d).\n", pname, stat);
|
/solaris-x11-s12/open-src/lib/libdga/sun-src/ |
H A D | cmap_grab.c | 463 int error = 0 ; local 473 error |= munmap((char *)cginfo->cm_unlockp,CM_PAGESZ) < 0 ; 475 error |= munmap((char *)cginfo->cm_lockp,CM_PAGESZ) < 0 ; 478 error |= close(cginfo->cm_lockfd) ; 481 error |= _dga_winlockdt(cginfo->cm_lockp, cginfo->cm_unlockp) < 0 ; 485 error |= munmap(cginfo->cm_info, filelen) < 0 ; 487 error |= close(cginfo->cm_infofd) < 0 ; 489 error |= close(cginfo->cm_devfd) < 0 ; 494 error = 1 ; 502 return error [all...] |
/solaris-x11-s12/open-src/app/xlock/sun-src/ |
H A D | xlock.c | 232 error(const char *format, ...) function 277 * an error message and exit. 292 error("couldn't grab keyboard! (%d)\n", status); 304 error("couldn't grab pointer! (%d)\n", status); 356 error("caught terminate signal %d.\nAccess control list restored.\n", 619 /* timeout or other error */ 706 * pam_status = PAM error code; reason for failure. 746 * pam_status = PAM error code; reason for failure. 1160 error("can't even find %s!!!\n", FALLBACK_FONTNAME); 1164 error("ca [all...] |
/solaris-x11-s12/open-src/kernel/i915/src/ |
H A D | i915_drv.c | 416 int error; local 536 int error; local 549 error = i915_drm_freeze(dev); 550 if (error) 551 return error; 560 int error = 0; local 572 error = i915_gem_init_hw(dev); 597 return error; 604 int error = 0; local 616 return error; [all...] |
H A D | i915_irq.c | 220 * reporting for one pipe may also disable all the other CPU error interruts for 263 * error interruts for the other transcoders, due to the fact that there's just 712 * ivybridge_parity_work - Workqueue called when a parity error interrupt 756 DRM_DEBUG("Parity error: Row = %d, Bank = %d, Sub bank = %d.\n", 792 DRM_ERROR("GT error interrupt 0x%08x\n", gt_iir); 909 DRM_ERROR("VEBOX CS error interrupt 0x%08x\n", pm_iir); 1036 DRM_DEBUG_DRIVER("PCH transcoder CRC error interrupt\n"); 1356 * i915_error_work_func - do process context error handling work 1359 * Fire an error uevent so userspace can see that a hang or error 1364 struct i915_gpu_error *error = container_of(work, struct i915_gpu_error, local 1555 struct drm_i915_error_state *error = container_of(error_ref, local 1627 i915_gem_record_fences(struct drm_device *dev, struct drm_i915_error_state *error) argument 1701 i915_record_ring_state(struct drm_device *dev, struct drm_i915_error_state *error, struct intel_ring_buffer *ring) argument 1746 i915_gem_record_active_context(struct intel_ring_buffer *ring, struct drm_i915_error_state *error, struct drm_i915_error_ring *ering) argument 1765 i915_gem_record_rings(struct drm_device *dev, struct drm_i915_error_state *error) argument 1823 struct drm_i915_error_state *error; local 1940 struct drm_i915_error_state *error; local [all...] |
H A D | intel_dp.c | 402 /* Check for timeout or receive error. 406 DRM_ERROR("dp_aux_ch receive error status 0x%08x\n", status); 3087 int type, error; local 3183 error = intel_dp_i2c_init(intel_dp, intel_connector, name); 3184 if(error) 3185 DRM_ERROR("intel_dp_i2c_init failed with error %d for port %c\n", 3186 error, port_name(port));
|
H A D | intel_overlay.c | 1450 struct intel_overlay_error_state *error; local 1456 error = kmalloc(sizeof(*error), GFP_ATOMIC); 1457 if (error == NULL) 1460 error->dovsta = I915_READ(DOVSTA); 1461 error->isr = I915_READ(ISR); 1463 error->base = (long) overlay->reg_bo->phys_obj->handle->vaddr; 1465 error->base = (long) overlay->reg_bo->gtt_offset; 1471 memcpy(&error->regs, regs, sizeof(struct overlay_registers)); 1474 return error; 1482 intel_overlay_print_error_state(struct intel_overlay_error_state *error) argument [all...] |
H A D | i915_gem.c | 86 i915_gem_wait_for_error(struct i915_gpu_error *error) argument 89 #define EXIT_COND (!i915_reset_in_progress(error) || \ 90 i915_terminally_wedged(error)) 397 * On error, the contents of *data are undefined. 585 * On error, the contents of the buffer that were to be modified are undefined. 655 i915_gem_check_wedge(struct i915_gpu_error *error, argument 658 if (i915_reset_in_progress(error)) { 665 if (i915_terminally_wedged(error)) 1965 * Returns 0 if successful, else an error is returned with the remaining time in 2056 * Returns 0 if successful, else propagates up the lower layer error [all...] |
H A D | intel_display.c | 2258 /* IVB wants error correction enabled */ 2935 /* Write the TU size bits before fdi link training, so that error 10149 struct intel_display_error_state *error; local 10161 error = kmalloc(sizeof(*error), GFP_ATOMIC); 10162 if (error == NULL) 10166 error->power_well_driver = I915_READ(HSW_PWR_WELL_DRIVER); 10171 error->cursor[i].control = I915_READ(CURCNTR(i)); 10172 error->cursor[i].position = I915_READ(CURPOS(i)); 10173 error 10226 intel_display_print_error_state(struct drm_i915_error_state_buf *m, struct drm_device *dev, struct intel_display_error_state *error) argument [all...] |
H A D | i915_drv.h | 293 u32 error; /* gen6+ */ member in struct:drm_i915_error_state 1744 int i915_gem_check_wedge(struct i915_gpu_error *error, 1746 static inline bool i915_reset_in_progress(struct i915_gpu_error *error) argument 1748 return (atomic_read(&error->reset_counter) 1752 static inline bool i915_terminally_wedged(struct i915_gpu_error *error) argument 1754 return atomic_read(&error->reset_counter) == I915_WEDGED; 1956 extern void intel_overlay_print_error_state(struct seq_file *m, struct intel_overlay_error_state *error); 1961 struct intel_display_error_state *error);
|