Searched refs:overlay (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/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-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_006_pos.ksh40 # 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
[all...]
H A Dzfs_mount_all_fail.ksh33 # 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-current/sys/contrib/libfdt/
H A Dfdt_overlay.c61 * @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
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
668 int overlay; local
[all...]
/freebsd-current/sys/dev/enic/
H A Dvnic_dev.h159 u8 overlay, u8 config);
160 int vnic_dev_overlay_offload_cfg(struct vnic_dev *vdev, u8 overlay,
H A Dvnic_dev.c961 int vnic_dev_overlay_offload_ctrl(struct vnic_dev *vdev, u8 overlay, u8 config) argument
963 u64 a0 = overlay;
970 int vnic_dev_overlay_offload_cfg(struct vnic_dev *vdev, u8 overlay, argument
974 u64 a0 = overlay;
/freebsd-current/stand/fdt/
H A Dfdt_loader_cmd.c374 * 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
391 * overlay development for overlays that aren't intended to be deployed.
392 * The user assumes the risk of using an overlay without /compatible.
422 /* We've exhausted the overlay's /compatible property... no match */
437 void *overlay; local
456 overlay = malloc(max_overlay_size);
457 if (overlay == NULL) {
467 COPYOUT(fp->f_addr, overlay, fp->f_size);
469 rv = fdt_check_overlay_compatible(current_fdtp, overlay);
[all...]
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_overlay.c38 ** 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) function
112 T((T_CALLED("overlay(%p,%p)"), (const void *) win1, (void *) win2));
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_mount.c362 char overlay[ZFS_MAXPROPLEN]; local
477 * via the 'overlay' property. The -O flag remains for compatibility.
480 if (zfs_prop_get(zhp, ZFS_PROP_OVERLAY, overlay,
481 sizeof (overlay), NULL, NULL, 0, B_FALSE) == 0) {
482 if (strcmp(overlay, "on") == 0) {
491 * specified or if overlay option (-O) is given
/freebsd-current/lib/ncurses/tinfo/
H A DMakefile720 curs_overlay.3 overlay.3 \
/freebsd-current/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c3734 report_return(overlay(source, dest));

Completed in 125 milliseconds