/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
H A D | libzfs_changelist.c | 230 sharenfs = ((zfs_prop_get(cn->cn_handle, ZFS_PROP_SHARENFS, in changelist_postfix() 234 sharesmb = ((zfs_prop_get(cn->cn_handle, ZFS_PROP_SHARESMB, in changelist_postfix() 422 zfs_prop_get(zhp, clp->cl_prop, property, in change_one() 435 zfs_prop_get(zhp, clp->cl_shareprop, property, in change_one() 515 hasmounta = (zfs_prop_get(ca->cn_handle, ZFS_PROP_MOUNTPOINT, mounta, in compare_mountpoints() 517 hasmountb = (zfs_prop_get(cb->cn_handle, ZFS_PROP_MOUNTPOINT, mountb, in compare_mountpoints() 561 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, in changelist_gather()
|
H A D | libzfs_mount.c | 247 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, buf, buflen, in zfs_is_mountable() 748 if (zfs_prop_get(zhp, proto_table[*curr_proto].p_prop, in zfs_share_proto() 1084 zfs_prop_get(zhp, ZFS_PROP_RECEIVE_RESUME_TOKEN, in mount_cb() 1108 verify(zfs_prop_get(*za, ZFS_PROP_MOUNTPOINT, mounta, in libzfs_dataset_cmp() 1111 verify(zfs_prop_get(*zb, ZFS_PROP_MOUNTPOINT, mountb, in libzfs_dataset_cmp()
|
H A D | libzfs.h | 435 extern int zfs_prop_get(zfs_handle_t *, zfs_prop_t, char *, size_t,
|
H A D | libzfs_dataset.c | 2137 err = zfs_prop_get(zhp, prop, propbuf, proplen, in zfs_prop_get_recvd() 2192 if (zfs_prop_get(zhp, ZFS_PROP_ORIGIN, gca->buf, sizeof (gca->buf), in get_clones_cb() 2273 zfs_prop_get(zfs_handle_t *zhp, zfs_prop_t prop, char *propbuf, size_t proplen, in zfs_prop_get() function 4026 zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, property, in zfs_rename() 4217 if (zfs_prop_get(zhp, entry->pl_prop, in zfs_expand_proplist()
|
H A D | libzfs_diff.c | 632 if (zfs_prop_get(zhp, ZFS_PROP_ORIGIN, origin, in get_snapshot_names()
|
H A D | libzfs_sendrecv.c | 3022 int error = zfs_prop_get(zhp, ZFS_PROP_RECEIVE_RESUME_TOKEN, in recv_ecksum_set_aux()
|
/netbsd-src/external/cddl/osnet/dist/cmd/zfs/ |
H A D | zfs_iter.c | 328 lvalid = (zfs_prop_get(l, psc->sc_prop, lbuf, in zfs_sort() 330 rvalid = (zfs_prop_get(r, psc->sc_prop, rbuf, in zfs_sort()
|
H A D | zfs_main.c | 1542 if (zfs_prop_get(zhp, pl->pl_prop, buf, in get_callback() 3024 if (zfs_prop_get(zhp, pl->pl_prop, property, in print_dataset() 3939 (void) zfs_prop_get(zhp, ZFS_PROP_ORIGIN, in zfs_do_send() 4087 zfs_prop_get(zhp, ZFS_PROP_RECEIVE_RESUME_TOKEN, in zfs_do_receive() 5889 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in share_mount_one() 5891 verify(zfs_prop_get(zhp, ZFS_PROP_SHARENFS, shareopts, in share_mount_one() 5893 verify(zfs_prop_get(zhp, ZFS_PROP_SHARESMB, smbshareopts, in share_mount_one() 5961 zfs_prop_get(zhp, ZFS_PROP_RECEIVE_RESUME_TOKEN, in share_mount_one() 6380 verify(zfs_prop_get(zhp, ZFS_PROP_SHARENFS, nfs_mnt_prop, in unshare_unmount_path() 6382 verify(zfs_prop_get(zhp, ZFS_PROP_SHARESMB, smbshare_prop, in unshare_unmount_path() [all …]
|