Lines Matching refs:src

8  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
65 zprop_source_t *src, char **source, uint64_t *val,
2817 get_numeric_property(zfs_handle_t *zhp, zfs_prop_t prop, zprop_source_t *src,
2907 if (src)
2908 *src = ZPROP_SRC_TEMPORARY;
2915 if (src)
2916 *src = ZPROP_SRC_TEMPORARY;
3166 * src - where the source type will be returned (can be NULL)
3168 * or default values are derived (must be NULL if src is NULL,
3189 size_t proplen, zprop_source_t *src, char *statbuf, size_t statlen,
3237 if (src)
3238 *src = ZPROP_SRC_NONE;
3416 * "src" will be set by zfs_prop_get_source() below.
3447 if (src)
3448 *src = ZPROP_SRC_TEMPORARY;
3477 if (get_numeric_property(zhp, prop, src, &source, &val,
3608 if (get_numeric_property(zhp, prop, src, &source, &val,
3633 if (get_numeric_property(zhp, prop, src, &source, &val,
3667 if (get_numeric_property(zhp, prop, src, &source, &val,
3767 if (get_numeric_property(zhp, prop, src,
3784 if (get_numeric_property(zhp, prop, src,
3798 zfs_prop_get_source(zhp, prop, src, source, statbuf, statlen);
3813 zprop_source_t *src, char *statbuf, size_t statlen, boolean_t literal)
3818 return (zfs_prop_get_impl(zhp, prop, propbuf, proplen, src,
3824 size_t proplen, zprop_source_t *src, char *statbuf, size_t statlen,
3833 proplen, src, statbuf, statlen, literal));
3850 if (src)
3851 *src = ZPROP_SRC_NONE;
3888 zfs_prop_get_source(zhp, ZPROP_INVAL, src, source, statbuf, statlen);
4048 size_t proplen, zprop_source_t *src, char *statbuf, size_t statlen,
4055 return (zfs_prop_get_impl(zhp, prop, propbuf, proplen, src,
4061 size_t proplen, zprop_source_t *src, char *statbuf, size_t statlen)
4066 return (zfs_prop_get_impl(zhp, prop, propbuf, proplen, src,
4114 zprop_source_t *src, char *statbuf, size_t statlen)
4127 if (src)
4128 *src = ZPROP_SRC_NONE;
4130 if (get_numeric_property(zhp, prop, src, &source, value, B_FALSE,
4134 zfs_prop_get_source(zhp, prop, src, source, statbuf, statlen);