Home
last modified time | relevance | path

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

1234

/freebsd/sys/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.ksh102 log_must zfs set overlay=off "$TESTPOOL/0"
/freebsd/sys/contrib/openzfs/etc/init.d/
H A Dzfs-mount.in67 local verbose overlay
70 check_boolean "$DO_OVERLAY_MOUNTS" && overlay=O
73 "$ZFS" mount "-a$verbose$overlay" "$MOUNT_EXTRA_OPTIONS"
/freebsd/sys/contrib/device-tree/Bindings/fpga/
H A Dfpga-region.txt108 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/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3588-rock-5b-pcie-srns.dtso3 * DT-overlay to run the PCIe3_4L Dual Mode controller in Root Complex
6 * This device tree overlay is only needed (on the RC side) when running
H A Drk3588-rock-5b-pcie-ep.dtso3 * DT-overlay to run the PCIe3_4L Dual Mode controller in Endpoint mode
8 * tree overlay: rk3588-rock-5b-pcie-srns.dtso.
H A Drk3568-wolfvision-pf5-display-vz.dtso3 * Device tree overlay for the WolfVision PF5 Visualizer display.
H A Drk3588-edgeble-neu6a-wifi.dtso5 * DT-overlay for Edgeble On-SoM WiFi6/BT M.2 1216 modules,
/freebsd/sys/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()
/freebsd/contrib/file/magic/Magdir/
H A Dpdp32 0 leshort 0405 PDP-11 old overlay
42 0 leshort 0437 PDP-11 kernel overlay
H A Dzilog12 0 long 0xe805 overlay object file (z8000 a.out)
/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Ddraak-ebisu-panel-aa104xd12.dts3 * Device Tree overlay for the AA104XD12 panel connected to LVDS1 on a Draak or
H A Ddraak-ebisu-panel-aa104xd12.dtso3 * Device Tree overlay for the AA104XD12 panel connected to LVDS1 on a Draak or
H A Dsalvator-panel-aa104xd12.dts3 * Device Tree overlay for the AA104XD12 panel connected to LVDS0 on a
H A Dsalvator-panel-aa104xd12.dtso3 * Device Tree overlay for the AA104XD12 panel connected to LVDS0 on a
H A Dr9a07g044l2-smarc-cru-csi-ov5645.dtso3 * Device Tree overlay for the RZ/{G2L, V2L} SMARC EVK with OV5645 camera
H A Dr9a07g044c2-smarc-cru-csi-ov5645.dtso3 * Device Tree overlay for the RZ/G2LC SMARC EVK with
H A Dr9a07g054l2-smarc-cru-csi-ov5645.dtso3 * Device Tree overlay for the RZ/{G2L, V2L} SMARC EVK with OV5645 camera
H A Dr9a07g043u11-smarc-cru-csi-ov5645.dtso3 * Device Tree overlay for the RZ/G2UL SMARC EVK with OV5645 camera
H A Dr9a07g043u11-smarc-du-adv7513.dtso3 * Device Tree overlay for the RZ/G2UL SMARC EVK with ADV7513 transmitter
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am6548-iot2050-advanced-m2-bkey-ekey-pcie.dtso3 * IOT2050 M.2 variant, overlay for B-key PCIE0_LANE0 + E-key PCIE1_LANE0
H A Dk3-am6548-iot2050-advanced-m2-bkey-usb3.dtso3 * IOT2050 M.2 variant, overlay for B-key USB3.0 + E-key PCIE1_LANE0
/freebsd/sys/dev/enic/
H A Dvnic_dev.h163 u8 overlay, u8 config);
164 int vnic_dev_overlay_offload_cfg(struct vnic_dev *vdev, u8 overlay,
/freebsd/stand/fdt/
H A Dfdt_loader_cmd.c437 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()
492 rv = fdt_overlay_apply(next_fdtp, overlay); in fdt_apply_overlays()
518 free(overlay); in fdt_apply_overlays()
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8996-v3.0.dtsi17 * overlay on top of 3.1 (the final one) than vice versa.

1234