| /src/lib/libcurses/ |
| overlay.c | 1 /* $NetBSD: overlay.c,v 1.18 2021/09/06 07:03:50 rin Exp $ */ 35 static char sccsid[] = "@(#)overlay.c 8.2 (Berkeley) 5/4/94"; 37 __RCSID("$NetBSD: overlay.c,v 1.18 2021/09/06 07:03:50 rin Exp $"); 47 * overlay -- 51 overlay(const WINDOW *win1, WINDOW *win2) function 54 __CTRACE(__CTRACE_WINDOW, "overlay: (%p, %p);\n", win1, win2);
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/ |
| svga_overlay.h | 32 * Definitions for video-overlay support. 89 * Struct definitions for the video overlay commands built on 95 uint32 overlay; member in struct:__anon5765
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
| nouveau_dispnv04_overlay.c | 379 uint32_t overlay = 1; local 430 overlay |= 0x10; 432 overlay |= 0x100; 434 nvif_wr32(dev, NV_PVIDEO_OVERLAY, overlay);
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_overlay.c | 53 * Overlay control 57 * Each stream is a single overlay. In Xv these are called ports. 252 * The caller must hold the overlay lock. 261 struct vmw_overlay *overlay = dev_priv->overlay_priv; local 262 struct vmw_stream *stream = &overlay->stream[stream_id]; 298 * The caller must hold the overlay lock. 309 struct vmw_overlay *overlay = dev_priv->overlay_priv; local 310 struct vmw_stream *stream = &overlay->stream[arg->stream_id]; 368 * Takes the overlay lock. 372 struct vmw_overlay *overlay = dev_priv->overlay_priv local 403 struct vmw_overlay *overlay = dev_priv->overlay_priv; local 437 struct vmw_overlay *overlay = dev_priv->overlay_priv; local 471 struct vmw_overlay *overlay = dev_priv->overlay_priv; local 517 struct vmw_overlay *overlay = dev_priv->overlay_priv; local 536 struct vmw_overlay *overlay = dev_priv->overlay_priv; local 561 struct vmw_overlay *overlay = dev_priv->overlay_priv; local 580 struct vmw_overlay *overlay; local 604 struct vmw_overlay *overlay = dev_priv->overlay_priv; local [all...] |
| /src/sys/external/bsd/libfdt/dist/ |
| fdt_overlay.c | 18 * @fdto: pointer to the device tree overlay blob 19 * @fragment: node offset of the fragment in the overlay 22 * overlay fragment when that fragment uses a phandle (target 48 * @fdto: Device tree overlay blob 49 * @fragment: node offset of the fragment in the overlay 88 * overlay 107 * @node: Device tree overlay blob 145 * @fdto: Device tree overlay blob 150 * of a given node. This is mainly use as part of the overlay 151 * application process, when we want to update all the overlay 625 int overlay; local [all...] |
| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| deflate.c | 237 ushf *overlay; local 238 /* We overlay pending_buf and d_buf+l_buf. This works since the average 299 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2); 300 s->pending_buf = (uchf *) overlay; 310 s->d_buf = overlay + s->lit_bufsize/sizeof(ush); 909 ushf *overlay; 929 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2); 930 ds->pending_buf = (uchf *) overlay; 944 ds->d_buf = overlay + ds->lit_bufsize/sizeof(ush);
|
| /src/lib/libform/ |
| form.h | 125 #define REQ_NEW_LINE (KEY_MAX + 0x11f) /* insert/overlay a new line */ 140 #define REQ_OVL_MODE (KEY_MAX + 0x129) /* overlay mode */ 210 int overlay; /* set to true if field is in overlay mode */ member in struct:_form_field
|
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| i915_gpu_error.h | 178 struct intel_overlay_error_state *overlay; member in struct:i915_gpu_coredump
|
| i915_drv.h | 1011 /* overlay */ 1012 struct intel_overlay *overlay; member in struct:drm_i915_private
|
| /src/usr.sbin/installboot/ |
| evboards.c | 131 * Individual u-boot packages install their own overlay property list 132 * files that installboot(8) then scans for. These overlay files are 140 * overlay files one directory deep. For example: 163 * Each overlay includes complete board objects that entirely replace 165 * overlay board objects are computed at run-time and should not appear 168 * The schema of the overlay board plists are as follows: 223 * -- will cause the overlay to be rejected. 691 * "runtime-u-boot-path" (string) (required, overlay only) 696 * "u-boot-install" (string) (required, overlay only) 699 * "u-boot-install-*" (string) (required, overlay only 771 prop_dictionary_t overlay; local [all...] |
| /src/sys/arch/arm/sunxi/ |
| sunxi_mixer.c | 294 /* Set UI overlay line size */ 405 /* Set UI overlay layer size */ 407 /* Set UI overlay offset */ 409 /* Set UI overlay line size */ 411 /* Set UI overlay window size */ 522 /* Enable UI overlay */ 529 /* Set UI overlay layer size */ 531 /* Set UI overlay offset */ 533 /* Set UI overlay window size */ 1089 struct sunxi_mixer_plane *overlay = to_sunxi_mixer_plane(plane) local 1169 struct sunxi_mixer_plane *overlay = to_sunxi_mixer_plane(plane); local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_overlay.c | 48 /* Limits for overlay size. According to intel doc, the real limits are: 58 /* overlay register definitions */ 118 /* overlay flip addr flag */ 129 /* memory bufferd overlay registers */ 184 #ifdef __NetBSD__ /* XXX intel overlay iomem */ 243 alloc_request(struct intel_overlay *overlay, void (*fn)(struct intel_overlay *)) 248 overlay->flip_complete = fn; 250 rq = i915_request_create(overlay->context); 254 err = i915_active_add_request(&overlay->last_flip, rq); 263 /* overlay needs to be disable in OCMD reg * 406 struct intel_overlay *overlay = local 505 struct intel_overlay *overlay = dev_priv->overlay; local 1081 struct intel_overlay *overlay; local 1243 struct intel_overlay *overlay; local 1355 struct intel_overlay *overlay; local 1401 struct intel_overlay *overlay; local 1432 struct intel_overlay *overlay = dev_priv->overlay; local [all...] |
| intel_display_types.h | 1076 struct intel_overlay *overlay; member in struct:intel_crtc
|
| /src/sys/net/ |
| zlib.c | 820 ushf *overlay; local 821 /* We overlay pending_buf and d_buf+l_buf. This works since the average 875 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2); 876 s->pending_buf = (uchf *) overlay; 886 s->d_buf = overlay + s->lit_bufsize/sizeof(ush); 1220 ushf *overlay; 1240 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2); 1241 ds->pending_buf = (uchf *) overlay; 1256 ds->d_buf = overlay + ds->lit_bufsize/sizeof(ush); 3204 /* Check that the overlay between pending_buf and d_buf+l_buf is ok: * [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/misc/ |
| po-mode.el | 463 (defun po-create-overlay () 464 "Create and return a deleted overlay structure. 466 (let ((overlay (make-overlay (point) (point)))) 467 (overlay-put overlay 'face po-highlight-face) 468 ;; The fun thing is that a deleted overlay retains its face, and is 470 (delete-overlay overlay) 471 overlay)) [all...] |