Searched defs:zfs_prop_get (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c1958 * Internal function for getting a numeric property. Both zfs_prop_get() and
2197 err = zfs_prop_get(zhp, prop, propbuf, proplen,
2252 if (zfs_prop_get(zhp, ZFS_PROP_ORIGIN, gca->buf, sizeof (gca->buf),
2333 zfs_prop_get(zfs_handle_t *zhp, zfs_prop_t prop, char *propbuf, size_t proplen, function
2674 * Similar to zfs_prop_get(), but returns the value as an integer.
4234 if (zfs_prop_get(zhp, entry->pl_prop,

Completed in 71 milliseconds