/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | efb_map.c | 40 devmap_cookie_t dhp, offset_t off, size_t len, 54 mi->off = off; 65 offset_t off, size_t len, void **pvtp) 98 *pvtp = efb_new_mapping(mstate, dhp, off, len, ctx); 101 *pvtp = efb_new_mapping(mstate, dhp, off, len, ctx); 135 offset_t off, size_t len, uint_t type, uint_t rw) 145 rval = devmap_default_access(dhp, pvtp, off, len, type, rw); 159 rval = devmap_default_access(dhp, pvtp, off, len, type, rw); 171 return (devmap_do_ctxmgt(dhp, pvtp, off, le 39 efb_new_mapping(drm_inst_state_t *mstate, devmap_cookie_t dhp, offset_t off, size_t len, efb_context_t *ctx) argument 64 efb_devmap_map(devmap_cookie_t dhp, dev_t dev, uint_t flags, offset_t off, size_t len, void **pvtp) argument 134 efb_devmap_access(devmap_cookie_t dhp, void *pvtp, offset_t off, size_t len, uint_t type, uint_t rw) argument 181 efb_ctx_mgt(devmap_cookie_t dhp, void *pvtp, offset_t off, size_t len, uint_t type, uint_t rw) argument 378 efb_devmap_unmap(devmap_cookie_t dhp, void *pvtp, offset_t off, size_t len, devmap_cookie_t new_dhp1, void **new_pvtp1, devmap_cookie_t new_dhp2, void **new_pvtp2) argument [all...] |
H A D | drm_memory.c | 95 off_t *off) 126 *off = (off_t)(physical - base); 94 drm_get_pci_index_reg(dev_info_t *devi, uint_t physical, uint_t size, off_t *off) argument
|
H A D | efb.h | 48 offset_t off; member in struct:efb_mapinfo
|
H A D | radeon_drv.h | 343 radeon_check_offset(drm_radeon_private_t *dev_priv, uint64_t off) argument 350 return ((off >= fb_start && off <= fb_end) || 351 (off >= gart_start && off <= gart_end));
|
H A D | radeon_state.c | 51 u64 off = *offset; local 75 if (radeon_check_offset(dev_priv, off)) 83 if (off < (dev_priv->fb_size + dev_priv->gart_size)) { 85 off += radeon_priv->radeon_fb_delta; 89 if (off > fb_end) 90 off = off - fb_end - 1 + dev_priv->gart_vm_start; 93 if (radeon_check_offset(dev_priv, off)) { 94 DRM_DEBUG("offset fixed up to 0x%x\n", (unsigned int)off); 95 *offset = (uint32_t)off; [all...] |
H A D | drm_sunmod.c | 689 drm_devmap_unmap(devmap_cookie_t dhc, void *pvtp, offset_t off, size_t len, argument
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | Repeater.c | 79 #define off(field) XtOffsetOf(RepeaterRec, repeater.field) macro 81 off(decay), XtRImmediate, (XtPointer) REP_DEF_DECAY }, 83 off(initial_delay), XtRImmediate, (XtPointer) REP_DEF_INITIAL_DELAY }, 85 off(minimum_delay), XtRImmediate, (XtPointer) REP_DEF_MINIMUM_DELAY }, 87 off(repeat_delay), XtRImmediate, (XtPointer) REP_DEF_REPEAT_DELAY }, 89 off(flash), XtRImmediate, (XtPointer) FALSE }, 91 off(start_callbacks), XtRImmediate, (XtPointer) NULL }, 93 off(stop_callbacks), XtRImmediate, (XtPointer) NULL }, 94 #undef off macro
|
/solaris-x11-s11/open-src/app/xlock/sun-src/ |
H A D | life.c | 394 int off, row, col, lastrow; local 397 off = loc - lp->buffer; 398 col = off % (lp->ncols + 2); 399 row = (off - col) / (lp->ncols + 2); 451 int off, row, col, lastrow; local 454 off = loc - lp->buffer; 455 row = off / (lp->ncols + 2); 456 col = off % (lp->ncols + 2); 457 row = (off - col) / (lp->ncols + 2);
|
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_sunmod.c | 130 drm_devmap_unmap(devmap_cookie_t dhc, void *pvtp, offset_t off, size_t len, argument 134 _NOTE(ARGUNUSED(off, len)) 197 drm_gem_map(devmap_cookie_t dhp, dev_t dev, uint_t flags, offset_t off, argument 216 map = __find_local_map(drm_dev, off); 266 drm_gem_unmap(devmap_cookie_t dhp, void *pvtp, offset_t off, size_t len, argument 274 _NOTE(ARGUNUSED(dhp, pvtp, off, len, new_dhp1, newpvtp1))
|
H A D | drm_memory.c | 99 drm_get_pci_index_reg(dev_info_t *dip, uint_t paddr, uint_t size, off_t *off) argument 130 *off = (off_t)(paddr - regbase);
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/ |
H A D | tools.c | 235 uchar_t off; local 298 if (ast_get_index_reg(&off, CRTC_PORT, 0x13) != 0) { 346 offset = (((uint_t)offovf & 0x3f) << 8) | (uint_t)off;
|
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | i915_drv.h | 381 void (*off)(struct drm_crtc *crtc); 864 * freed, and we'll pull it off the list in the free path. 872 * We leave the user IRQ off as much as possible, 1204 HDMI_AUDIO_OFF, /* force turn off HDMI audio */
|
H A D | intel_display.c | 790 * intel_wait_for_pipe_off - wait for pipe to turn off 799 * wait for the pipe register state bit to turn off 815 /* Wait for the Pipe State to go off */ 887 return enabled ? "on" : "off"; 1119 DRM_ERROR("plane %c assertion failure, should be off on pipe %c but is still active\n", 1136 DRM_ERROR("sprite %c assertion failure, should be off on pipe %c but is still active\n", 1143 DRM_ERROR("sprite %c assertion failure, should be off on pipe %c but is still active\n", 1149 DRM_ERROR("sprite %c assertion failure, should be off on pipe %c but is still active\n", 1182 DRM_ERROR("transcoder assertion failed, should be off on pipe %c but is still active\n", 1352 * Disable the PLL for @pipe, making sure the pipe is off firs [all...] |