| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/ |
| H A D | zfs_mount_006_pos.ksh | 99 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 D | zfs_mount_all_fail.ksh | 94 log_must zfs set overlay=off "$TESTPOOL/0"
|
| /f-stack/freebsd/contrib/openzfs/etc/init.d/ |
| H A D | zfs-mount.in | 68 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 D | fpga-region.txt | 108 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 D | fdt_overlay.c | 668 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 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 | 31 - description: OVR1 overlay manager for vp1 32 - description: OVR2 overlay manager for vp2
|
| H A D | ti,k2g-dss.yaml | 28 - description: OVR1 overlay manager for vp1
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-file-dentry.m4 | 5 dnl # point to the overlay and f_inode to the underlay").
|
| /f-stack/dpdk/drivers/net/enic/base/ |
| H A D | vnic_dev.h | 194 uint8_t overlay, uint8_t config); 195 int vnic_dev_overlay_offload_cfg(struct vnic_dev *vdev, uint8_t overlay,
|
| H A D | vnic_dev.c | 1279 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 D | enic_rxtx.c | 231 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 D | deflate.c | 258 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 D | ChangeLog | 1310 - fix array overlay in deflate.c which sometimes caused bad compressed data
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/mediatek/ |
| H A D | mediatek,disp.txt | 30 "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 D | tst.get_index_props.zcp | 61 props['overlay'] = {{'off', 'default'}, {nil, nil}}
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_mount.c | 387 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 D | axc003_idu.dtsi | 102 * it via overlay because peripherals defined in axs10x_mb.dtsi are
|
| H A D | axc003.dtsi | 95 * it via overlay because peripherals defined in axs10x_mb.dtsi are
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | enic.rst | 267 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 D | zfs.in | 59 # Should we allow overlay mounts?
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | sun5i-gr8-chip-pro.dts | 223 * done in the baseboard, and its DT / overlay will add it.
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | rte_flow.rst | 2210 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 D | member_lib.rst | 34 scalability issues of diverse network applications including overlay networks,
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 3927 the VXLAN tunnel network overlay from the matched flow. 3933 the NVGRE tunnel network overlay from the matched flow.
|