/freebsd/sys/contrib/libfdt/ |
H A D | fdt_overlay.c | 61 * @fdto: pointer to the device tree overlay blob 62 * @fragment: node offset of the fragment in the overlay 65 * overlay fragment when that fragment uses a phandle (target 91 * @fdto: Device tree overlay blob 92 * @fragment: node offset of the fragment in the overlay 131 * overlay in overlay_get_target() 150 * @node: Device tree overlay blob 188 * @fdto: Device tree overlay blob 193 * of a given node. This is mainly use as part of the overlay 194 * application process, when we want to update all the overlay [all …]
|
/freebsd/contrib/ncurses/man/ |
H A D | curs_overlay.3x | 44 \fB\%overlay\fP, 47 overlay \fIcurses\fR windows and manipulate them 52 \fBint overlay(const WINDOW *\fIsrcwin\fP, WINDOW *\fIdstwin\fP); 56 \fBint \fIdmaxcol\fB, int \fIoverlay\fB);\fR 59 .SS "overlay, overwrite" 60 The \fBoverlay\fP and \fBoverwrite\fP routines overlay \fIsrcwin\fP on 64 The difference is that \fBoverlay\fP is non-destructive 68 \fBoverlay\fP and \fBoverwrite\fP routines. 73 If the argument \fIoverlay\fP is \fBtrue\fP, 75 as in \fBoverlay\fP. [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/ |
H A D | zfs_mount_006_pos.ksh | 40 # when overlay=off. Place a file in the directory to ensure the failure. 41 # Also test overlay=on (default) in which case the mount will not fail. 45 # 2. Setup a new filesystem with overlay=off and make sure that it is 52 # 6. For Linux, also set overlay=on and verify the mount is 77 "will fail with return code 1 when overlay=off." 99 log_must zfs set overlay=off $TESTPOOL/$TESTFS 108 log_must zfs create -o overlay=off $TESTPOOL/$TESTFS1 125 # Test the overlay=on feature which allows 127 log_must zfs set overlay=on $TESTPOOL/$TESTFS1 130 log_must zfs set overlay=off $TESTPOOL/$TESTFS1
|
H A D | zfs_mount_all_fail.ksh | 33 # 4. Verify that 'zfs mount -a' succeeds if overlay=on and 34 # fails to mount the above if overlay=off 88 # Verify that zfs mount -a succeeds with overlay=on (default) 93 # Verify that zfs mount -a succeeds with overlay=off 94 log_must zfs set overlay=off "$TESTPOOL/0"
|
/freebsd/sys/contrib/device-tree/Bindings/fpga/ |
H A D | fpga-region.txt | 108 When a DT overlay that targets an FPGA Region is applied, the FPGA Region will 114 4. The Device Tree overlay is accepted into the live tree. 117 When the overlay is removed, the child nodes will be removed and the FPGA Region 133 The intended use is that a Device Tree overlay (DTO) can be used to reprogram an 140 FPGA. After reprogramming is successful, the overlay is accepted into the live 178 If this property is in an overlay targeting an FPGA region, it is a 200 In the example below, when an overlay is applied targeting fpga-region0, 205 firmware specified in the overlay is loaded to the FPGA using the FPGA manager 207 reenabled and the overlay makes it into the live device tree. The child devices 209 and the overlay i [all...] |
/freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/ |
H A D | math.h | 13 // our cmath overlay. However, our cmath overlay, or better the underlying 14 // overlay, e.g. CUDA, uses the math.h functions. Since we haven't declared them
|
/freebsd/contrib/tcpdump/ |
H A D | print-otv.c | 16 /* \summary: Overlay Transport Virtualization (OTV) printer */ 36 * |R|R|R|R|I|R|R|R| Overlay ID | 58 ND_PRINT("overlay %u, ", GET_BE_U_3(bp)); in otv_print()
|
/freebsd/sys/contrib/device-tree/Bindings/display/ti/ |
H A D | ti,j721e-dss.yaml | 34 - description: OVR1 overlay manager for vp1 35 - description: OVR2 overlay manager for vp2 36 - description: OVR3 overlay manager for vp3 37 - description: OVR4 overlay manager for vp4
|
H A D | ti,am65x-dss.yaml | 36 - description: OVR1 overlay manager for vp1 37 - description: OVR2 overlay manager for vp2
|
/freebsd/share/man/man4/ |
H A D | fdt.4 | 146 .It Va makeoptions DTSO+=<overlay name>.dtso 147 Specifies device tree source overlay (DTSO) files for a given kernel. 148 Overlay files will be built with the kernel as with the makeoption 151 Overlay files specified as relative paths will be relative to the default
|
/freebsd/sys/contrib/openzfs/etc/init.d/ |
H A D | zfs-mount.in | 67 local verbose overlay 70 check_boolean "$DO_OVERLAY_MOUNTS" && overlay=O 73 "$ZFS" mount "-a$verbose$overlay" "$MOUNT_EXTRA_OPTIONS"
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_overlay.c | 38 ** The routines overlay(), copywin(), and overwrite(). 101 ** overlay(win1, win2) 104 ** overlay() writes the overlapping area of win1 behind win2 110 overlay(const WINDOW *win1, WINDOW *win2) in overlay() function 112 T((T_CALLED("overlay(%p,%p)"), (const void *) win1, (void *) win2)); in overlay()
|
/freebsd/stand/fdt/ |
H A D | fdt_loader_cmd.c | 374 * process, because the overlay application process can/will invalidate a lot of 389 * If /compatible in the overlay does not exist or if it is empty, then in fdt_check_overlay_compatible() 391 * overlay development for overlays that aren't intended to be deployed. in fdt_check_overlay_compatible() 392 * The user assumes the risk of using an overlay without /compatible. in fdt_check_overlay_compatible() 422 /* We've exhausted the overlay's /compatible property... no match */ in fdt_check_overlay_compatible() 437 void *overlay; in fdt_apply_overlays() local 456 overlay = malloc(max_overlay_size); in fdt_apply_overlays() 457 if (overlay == NULL) { in fdt_apply_overlays() 467 COPYOUT(fp->f_addr, overlay, fp->f_size); in fdt_apply_overlays() 469 rv = fdt_check_overlay_compatible(current_fdtp, overlay); in fdt_apply_overlays() [all …]
|
/freebsd/sys/contrib/v4l/ |
H A D | videodev.h | 28 #define VID_TYPE_OVERLAY 8 /* Overlay onto frame buffer */ 29 #define VID_TYPE_CHROMAKEY 16 /* Overlay by chromakey */ 156 #define VIDEO_WINDOW_CHROMAKEY 16 /* Overlay by chromakey */ 262 #define VIDIOCGWIN _IOR('v',9, struct video_window) /* Get the video overlay window */ 263 #define VIDIOCSWIN _IOW('v',10, struct video_window) /* Set the video overlay window - passes clip…
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | pdp | 32 0 leshort 0405 PDP-11 old overlay 42 0 leshort 0437 PDP-11 kernel overlay
|
H A D | xenix | 78 >0x1e leshort &0x10 overlay 132 #>0x1e leshort &0x10 \b, text overlay 159 >0x1e leshort &0x10 overlay
|
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/ |
H A D | mediatek,ovl-2l.yaml | 7 title: Mediatek display overlay 2 layer 14 Mediatek display overlay 2 layer, namely OVL-2L, provides 2 more layer
|
H A D | mediatek,ovl.yaml | 7 title: Mediatek display overlay 14 Mediatek display overlay, namely OVL, can do alpha blending from
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ModuleDependencyCollector.cpp | 39 // in case we have a VFS overlay. in visitInputFile() 119 // Default to use relative overlay directories in the VFS yaml file. This in writeFileMap() 172 // overlay, which is a way to emulate symlink inside the VFS; this is also in copyToRoot()
|
/freebsd/usr.bin/dtc/ |
H A D | dtc.1 | 258 To denote that a DTS is intended to be used as an overlay, 275 tree when the overlay is applied. 303 Overlay blobs can be applied at boot time by setting 357 file, using the standard extension for a device tree overlay, from the device
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.reg | 487 * Host Overlay DMA Address 518 * Host Overlay DMA Count 528 * Host Overlay DMA Enable 655 * Overlay Receive Message 0 701 * Overlay Receive Message 1 746 * Overlay Receive Message 2 785 * Overlay Receive Message 3 820 * Overlay Sequencer Byte Count 873 * Overlay Split Status 0 910 * Overlay Split Status 1 [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | VirtualFileSystem.h | 683 /// the Overlay YAML file is located, depending on the 'root-relative' 689 /// 'root-relative': <string, one of 'cwd' or 'overlay-dir', default='cwd'> 690 /// 'overlay-relative': <boolean, default=false> 697 /// directory, or the overlay directory to the 'roots->name' field only if 698 /// 'roots->name' is a relative path. On the other hand, when 'overlay-relative' 699 /// is set to 'true', external paths will always be prepended with the overlay 701 /// 'root-relative' option has no interaction with the 'overlay-relative' 759 /// that don't use the same VFS overlay. 789 /// The roots are relative to the directory where the Overlay YAML file
|
/freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
H A D | draak-ebisu-panel-aa104xd12.dts | 3 * Device Tree overlay for the AA104XD12 panel connected to LVDS1 on a Draak or
|
H A D | salvator-panel-aa104xd12.dts | 3 * Device Tree overlay for the AA104XD12 panel connected to LVDS0 on a
|
H A D | salvator-panel-aa104xd12.dtso | 3 * Device Tree overlay for the AA104XD12 panel connected to LVDS0 on a
|