Searched refs:off (Results 1 - 6 of 6) sorted by relevance

/solaris-x11-s12/open-src/app/xlock/sun-src/
H A Dlife.c344 int off = ((row + 1) * (lp->ncols + 2)) + col + 1; local
345 unsigned char *ageptr = lp->agebuf + off;
385 int off, row, col, lastrow; local
388 off = (int) (loc - lp->buffer);
389 col = off % (lp->ncols + 2);
390 row = (off - col) / (lp->ncols + 2);
441 int off, row, col, lastrow; local
444 off = (int) (loc - lp->buffer);
445 row = off / (lp->ncols + 2);
446 col = off
[all...]
/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_sunmod.c136 drm_devmap_unmap(devmap_cookie_t dhc, void *pvtp, offset_t off, size_t len, argument
140 _NOTE(ARGUNUSED(off, len))
207 drm_gem_map(devmap_cookie_t dhp, dev_t dev, uint_t flags, offset_t off, argument
226 map = __find_local_map(drm_dev, off);
276 drm_gem_unmap(devmap_cookie_t dhp, void *pvtp, offset_t off, size_t len, argument
284 _NOTE(ARGUNUSED(dhp, pvtp, off, len, new_dhp1, newpvtp1))
H A Ddrm_memory.c99 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-s12/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dtools.c235 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-s12/open-src/kernel/i915/src/
H A Di915_drv.h381 void (*off)(struct drm_crtc *crtc); member in struct:drm_i915_display_funcs
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 Dintel_display.c790 * 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...]

Completed in 59 milliseconds