| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| H A D | intel_overlay.c | 243 alloc_request(struct intel_overlay *overlay, void (*fn)(struct intel_overlay *)) in alloc_request() argument 248 overlay->flip_complete = fn; in alloc_request() 250 rq = i915_request_create(overlay->context); in alloc_request() 254 err = i915_active_add_request(&overlay->last_flip, rq); in alloc_request() 264 static int intel_overlay_on(struct intel_overlay *overlay) in intel_overlay_on() argument 266 struct drm_i915_private *dev_priv = overlay->i915; in intel_overlay_on() 270 WARN_ON(overlay->active); in intel_overlay_on() 272 rq = alloc_request(overlay, NULL); in intel_overlay_on() 282 overlay->active = true; in intel_overlay_on() 288 *cs++ = overlay->flip_addr | OFC_UPDATE; in intel_overlay_on() [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| H A D | vmwgfx_overlay.c | 261 struct vmw_overlay *overlay = dev_priv->overlay_priv; in vmw_overlay_stop() local 262 struct vmw_stream *stream = &overlay->stream[stream_id]; in vmw_overlay_stop() 309 struct vmw_overlay *overlay = dev_priv->overlay_priv; in vmw_overlay_update_stream() local 310 struct vmw_stream *stream = &overlay->stream[arg->stream_id]; in vmw_overlay_update_stream() 372 struct vmw_overlay *overlay = dev_priv->overlay_priv; in vmw_overlay_stop_all() local 375 if (!overlay) in vmw_overlay_stop_all() 378 mutex_lock(&overlay->mutex); in vmw_overlay_stop_all() 381 struct vmw_stream *stream = &overlay->stream[i]; in vmw_overlay_stop_all() 389 mutex_unlock(&overlay->mutex); in vmw_overlay_stop_all() 403 struct vmw_overlay *overlay = dev_priv->overlay_priv; in vmw_overlay_resume_all() local [all …]
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/ |
| H A D | README | 13 addpartial (overlay) 16 allop (overlay) 20 autogroup (overlay) 23 cloak (overlay) 29 denyop (overlay) 35 lastbind (overlay) 38 lastmod (overlay) 41 nops (overlay) 44 nssov (listener overlay) 54 smbk5pwd (overlay) [all …]
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/addpartial/ |
| H A D | README | 4 This package contains an OpenLDAP overlay called "addpartial" that 14 When a change is found, the addpartial overlay will replace all values for 19 Once a modify takes place, the syncprov overlay will properly process the 20 change, provided that addpartial is the first overlay to run. Please see 23 The addpartial overlay makes it easy to replicate full entries to a slapd 25 the entry exists. Using ldapadd to add entries, the addpartial overlay can 26 compare about 500 records per second. The intent of the addpartial overlay 28 instance, such as a database. The overlay is also useful in places where it 33 The addpartial overlay has been used in production since August 2004 and has 40 After compiling the addpartial overlay, add the following to your [all …]
|
| /netbsd-src/sys/miscfs/overlay/ |
| H A D | files.overlay | 1 # $NetBSD: files.overlay,v 1.3 2014/10/12 03:52:30 uebayasi Exp $ 5 define overlay: vfs, layerfs 6 file miscfs/overlay/overlay_vfsops.c overlay 7 file miscfs/overlay/overlay_vnops.c overlay
|
| H A D | Makefile | 3 INCSDIR= /usr/include/miscfs/overlay 5 INCS= overlay.h
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/autogroup/ |
| H A D | README | 1 autogroup overlay Readme 4 The autogroup overlay allows automated updates of group memberships which 32 Loads the overlay (OpenLDAP must be built with --enable-modules). 34 overlay autogroup 35 This directive adds the autogroup overlay to the current database. 38 This configuration option is defined for the autogroup overlay. 40 overlay directive. 55 This configuration option is defined for the autogroup overlay. 57 It defines the attribute that is used by the memberOf overlay 73 overlay autogroup [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| H A D | gdb_history | 121 overlay 122 overlay on 123 overlay manual 124 overlay auto 125 overlay off 126 overlay list 127 overlay map 128 overlay unmap 129 overlay manual 130 overlay map [all …]
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| H A D | gdb_history | 121 overlay 122 overlay on 123 overlay manual 124 overlay auto 125 overlay off 126 overlay list 127 overlay map 128 overlay unmap 129 overlay manual 130 overlay map [all …]
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| H A D | slapover.txt | 5 Frontend, backend, database, callback, overlay - what does it all mean? 72 again. The overlay concept introduced in OpenLDAP 2.2 allows code to be 76 not discussed here.) The overlay framework also uses the callback mechanism, so 85 What is an overlay? The structure defining it includes a BackendInfo structure 90 BackendInfo that points to all of the overlay framework's entry points. It also 92 slap_overinst structures. There is one slap_overinst per configured overlay, 97 to a backend by select_backend, and then intercepted by the top of the overlay 98 stack. This first overlay may do something with the request, and then return 100 overlay, and so on down the stack until finally the request is handed to the 102 sends a result, the overlay callback intercepts this and the topmost overlay [all …]
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-relay/ |
| H A D | README | 7 mapping is done by means of the rewrite-remap overlay. 12 database. This also causes the rewrite-remap overlay 14 "massage" is present, the rewrite-remap overlay is 18 Otherwise, the rewrite-remap overlay must be explicitly 19 instantiated, by using the "overlay" directive, as 35 - automatically instantiates the rewrite-remap overlay; 40 overlay must be explicitly instantiated and the massaging 48 Note that the rewrite-remap overlay is not complete nor 67 overlay rewrite-remap
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/samba4/ |
| H A D | README | 12 This overlay maintains the operational attribute "parentUUID". It contains 13 the entryUUID of the parent entry. This overlay is not being considered 19 This overlay maintains the operational attribute "rdnValue". It contains 20 the value of the entry's RDN. This attribute is defined by the overlay 33 To use the overlay, add: 40 overlay rdnval 48 This overlay increments a counter any time an attribute is modified.
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/usn/ |
| H A D | README | 1 This directory contains a slapd overlay, usn, that extends slapd 5 To use the overlay, add: 12 overlay usn 15 two USN attributes are hardcoded in this overlay. 22 This overlay is only set up to be built as a dynamically loaded module. 26 If you need to build the overlay statically, you will have to move it into the
|
| /netbsd-src/external/bsd/openldap/dist/doc/guide/admin/ |
| H A D | overlays.sdf | 35 > overlay <overlay name> 40 > slapo-<overlay name> 51 rationale of the overlay implementation, and may serve as a guideline for the 56 > contrib/slapd-modules/<overlay name>/ 70 This overlay can record accesses to a given backend database on another 92 > overlay accesslog 113 Accesslog overlay definitions for the primary db 118 > overlay accesslog 176 The Audit Logging overlay can be used to record all changes on a given backend database to a specif… 180 If the need arises whereby changes need to be logged as standard LDIF, then the auditlog overlay {{… [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/ld/emultempl/ |
| H A D | spuelf.em | 132 overlay manager code somewhere else. */ 177 /* Load built-in overlay manager. */ 205 einfo (_("%F%P: no built-in overlay manager\n")); 215 einfo (_("%X%P: can not open built-in overlay manager: %E\n")); 221 einfo (_("%X%P: can not load built-in overlay manager: %E\n")); 223 /* Map overlay manager sections to output sections. 288 einfo (_("%P: --auto-overlay ignored with user overlay script\n")); 292 /* Ensure alignment of overlay sections is sufficient. */ 309 einfo (_("%X%P: can not size overlay stubs: %E\n")); 397 argv[my_argc++] = "--no-auto-overlay"; [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/ |
| H A D | spuelf.em | 132 overlay manager code somewhere else. */ 177 /* Load built-in overlay manager. */ 205 einfo (_("%F%P: no built-in overlay manager\n")); 215 einfo (_("%X%P: can not open built-in overlay manager: %E\n")); 221 einfo (_("%X%P: can not load built-in overlay manager: %E\n")); 223 /* Map overlay manager sections to output sections. 288 einfo (_("%P: --auto-overlay ignored with user overlay script\n")); 292 /* Ensure alignment of overlay sections is sufficient. */ 309 einfo (_("%X%P: can not size overlay stubs: %E\n")); 397 argv[my_argc++] = "--no-auto-overlay"; [all …]
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/ |
| H A D | README | 1 This directory contains a slapd overlay, nssov, that handles 10 You will not need the nslcd daemon; this overlay replaces that part. 14 to use this overlay. See the nss-pam-ldapd README for more information 17 To use the overlay, add: 26 overlay nssov 32 The overlay may be configured with Service Search Descriptors (SSDs) 65 The overlay also supports dynamic configuration in cn=config. The layout 82 inside the slapd overlay, "fake" connections are used and they are 93 If no DN is found, the overlay returns PAM_USER_UNKNOWN. If the DN is 113 Session management: the overlay may optionally add a "logged in" attribute [all …]
|
| /netbsd-src/external/bsd/openldap/dist/tests/data/ |
| H A D | slapd-deltasync-provider.conf | 45 overlay syncprov 65 overlay syncprov 68 overlay accesslog
|
| /netbsd-src/sys/secmodel/ |
| H A D | files.secmodel | 26 # Sample overlay model on-top of the traditional one 28 include "secmodel/overlay/files.overlay"
|
| /netbsd-src/external/gpl2/dtc/dist/ |
| H A D | fdtoverlay.c | 47 static void *apply_one(char *base, const char *overlay, size_t *buf_len, in apply_one() argument 58 tmpo = xmalloc(fdt_totalsize(overlay)); in apply_one() 70 memcpy(tmpo, overlay, fdt_totalsize(overlay)); in apply_one()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/misc/ |
| H A D | po-mode.el | 463 (let ((overlay (make-overlay (point) (point)))) 464 (overlay-put overlay 'face po-highlight-face) 467 (delete-overlay overlay) 468 overlay)) 470 (defun po-highlight (overlay start end &optional buffer) 473 (move-overlay overlay start end (or buffer (current-buffer)))) 475 (defun po-rehighlight (overlay) 480 (defun po-dehighlight (overlay) 483 (delete-overlay overlay))) 516 (defun po-highlight (overlay start end &optional buffer) [all …]
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/smbk5pwd/ |
| H A D | README | 1 This directory contains a slapd overlay, smbk5pwd, that extends the 20 To use the overlay, add: 30 overlay smbk5pwd 53 The overlay now supports table-driven configuration, and thus can be run-time 73 This overlay is only set up to be built as a dynamically loaded module. 77 If you need to build the overlay statically, you will have to move it into the
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/allop/ |
| H A D | README | 1 This directory contains a slapd overlay, allop. 2 The intended usage is as a global overlay for use with those clients 9 overlay allop
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/totp/ |
| H A D | README | 38 5) This module replaces the function of the slapo-lastbind overlay. You 39 cannot use that overlay on the same database as this one. 57 totp overlay configured: 63 overlay totp
|
| /netbsd-src/sys/secmodel/overlay/ |
| H A D | files.overlay | 1 # $NetBSD: files.overlay,v 1.1 2006/09/08 20:58:57 elad Exp $ 5 file secmodel/overlay/secmodel_overlay.c secmodel_overlay
|