Home
last modified time | relevance | path

Searched refs:overlay (Results 1 – 25 of 25) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_006_pos.ksh99 log_must zfs set overlay=off $TESTPOOL/$TESTFS
108 log_must zfs create -o overlay=off $TESTPOOL/$TESTFS1
127 log_must zfs set overlay=on $TESTPOOL/$TESTFS1
130 log_must zfs set overlay=off $TESTPOOL/$TESTFS1
H A Dzfs_mount_all_fail.ksh94 log_must zfs set overlay=off "$TESTPOOL/0"
/f-stack/freebsd/contrib/openzfs/etc/init.d/
H A Dzfs-mount.in68 local verbose overlay i mntpt val
71 check_boolean "$DO_OVERLAY_MOUNTS" && overlay=O
74 "$ZFS" mount -a$verbose$overlay "$MOUNT_EXTRA_OPTIONS"
/f-stack/freebsd/contrib/device-tree/Bindings/fpga/
H A Dfpga-region.txt108 When a DT overlay that targets a FPGA Region is applied, the FPGA Region will
114 4. The Device Tree overlay is accepted into the live tree.
140 FPGA. After reprogramming is successful, the overlay is accepted into the live
178 If this property is in an overlay targeting a FPGA region, it is a
200 In the example below, when an overlay is applied targeting fpga-region0,
209 and the overlay is rejected. The overlay's ranges property maps the lwhps
296 need to be controlled during full reconfiguration. Before the overlay is
300 fpga-bridges property in the FPGA region or in the device tree overlay.
324 * The live DT prior to the overlay being added
325 * The DT overlay
[all …]
/f-stack/freebsd/contrib/libfdt/
H A Dfdt_overlay.c668 int overlay; in overlay_merge() local
676 overlay = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_merge()
677 if (overlay == -FDT_ERR_NOTFOUND) in overlay_merge()
680 if (overlay < 0) in overlay_merge()
681 return overlay; in overlay_merge()
687 ret = overlay_apply_node(fdt, target, fdto, overlay); in overlay_merge()
/f-stack/freebsd/contrib/device-tree/Bindings/display/ti/
H A Dti,j721e-dss.yaml34 - 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 Dti,am65x-dss.yaml31 - description: OVR1 overlay manager for vp1
32 - description: OVR2 overlay manager for vp2
H A Dti,k2g-dss.yaml28 - description: OVR1 overlay manager for vp1
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-file-dentry.m45 dnl # point to the overlay and f_inode to the underlay").
/f-stack/dpdk/drivers/net/enic/base/
H A Dvnic_dev.h194 uint8_t overlay, uint8_t config);
195 int vnic_dev_overlay_offload_cfg(struct vnic_dev *vdev, uint8_t overlay,
H A Dvnic_dev.c1279 int vnic_dev_overlay_offload_ctrl(struct vnic_dev *vdev, uint8_t overlay, in vnic_dev_overlay_offload_ctrl() argument
1282 uint64_t a0 = overlay; in vnic_dev_overlay_offload_ctrl()
1289 int vnic_dev_overlay_offload_cfg(struct vnic_dev *vdev, uint8_t overlay, in vnic_dev_overlay_offload_cfg() argument
1293 uint64_t a0 = overlay; in vnic_dev_overlay_offload_cfg()
/f-stack/dpdk/drivers/net/enic/
H A Denic_rxtx.c231 bool overlay; in enic_noscatter_recv_pkts() local
258 overlay = enic->overlay_offload; in enic_noscatter_recv_pkts()
281 tnl = overlay && (cqd->completed_index_flags & in enic_noscatter_recv_pkts()
/f-stack/freebsd/contrib/zlib/
H A Ddeflate.c258 ushf *overlay; local
332 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
333 s->pending_buf = (uchf *) overlay;
343 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
1114 ushf *overlay;
1134 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)+2);
1135 ds->pending_buf = (uchf *) overlay;
1149 ds->d_buf = overlay + ds->lit_bufsize/sizeof(ush);
H A DChangeLog1310 - fix array overlay in deflate.c which sometimes caused bad compressed data
/f-stack/freebsd/contrib/device-tree/Bindings/display/mediatek/
H A Dmediatek,disp.txt30 "mediatek,<chip>-disp-ovl" - overlay (4 layers, blending, csc)
31 "mediatek,<chip>-disp-ovl-2l" - overlay (2 layers, blending, csc)
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.get_index_props.zcp61 props['overlay'] = {{'off', 'default'}, {nil, nil}}
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_mount.c387 char overlay[ZFS_MAXPROPLEN]; in zfs_mount_at() local
482 if (zfs_prop_get(zhp, ZFS_PROP_OVERLAY, overlay, in zfs_mount_at()
483 sizeof (overlay), NULL, NULL, 0, B_FALSE) == 0) { in zfs_mount_at()
484 if (strcmp(overlay, "on") == 0) { in zfs_mount_at()
/f-stack/freebsd/contrib/device-tree/src/arc/
H A Daxc003_idu.dtsi102 * it via overlay because peripherals defined in axs10x_mb.dtsi are
H A Daxc003.dtsi95 * it via overlay because peripherals defined in axs10x_mb.dtsi are
/f-stack/dpdk/doc/guides/nics/
H A Denic.rst267 Recent hardware models support overlay offload. When enabled, the NIC performs
297 In order to enable overlay offload, the 'Enable VXLAN' box should be checked
299 enables overlay offload, it prints the following message on the console.
305 By default, PMD enables overlay offload if hardware supports it. To disable
306 it, set ``devargs`` parameter ``disable-overlay=1``. For example::
308 -a 12:00.0,disable-overlay=1
/f-stack/freebsd/contrib/openzfs/etc/default/
H A Dzfs.in59 # Should we allow overlay mounts?
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dsun5i-gr8-chip-pro.dts223 * done in the baseboard, and its DT / overlay will add it.
/f-stack/dpdk/doc/guides/prog_guide/
H A Drte_flow.rst2210 VLXAN network overlay which conforms with RFC 7348 (Virtual eXtensible Local
2222 | ``definition`` | Tunnel end-point overlay definition |
2247 network overlay from the matched flow.
2265 NVGRE network overlay which conforms with RFC 7637 (NVGRE: Network
2276 | ``definition`` | NVGRE end-point overlay definition |
2299 network overlay from the matched flow.
H A Dmember_lib.rst34 scalability issues of diverse network applications including overlay networks,
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst3927 the VXLAN tunnel network overlay from the matched flow.
3933 the NVGRE tunnel network overlay from the matched flow.