Searched refs:sourcetype (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_changelist.c404 zprop_source_t sourcetype; local
419 sizeof (property), &sourcetype, where, sizeof (where),
439 sourcetype == ZPROP_SRC_DEFAULT ||
440 sourcetype == ZPROP_SRC_INHERITED ||
H A Dlibzfs_mount.c238 zprop_source_t sourcetype; local
244 &sourcetype, sourceloc, sizeof (sourceloc), B_FALSE) == 0);
258 *source = sourcetype;
733 zprop_source_t sourcetype; local
754 shareopts, sizeof (shareopts), &sourcetype, sourcestr,
782 proto_table[*curr_proto].p_name, sourcetype,
H A Dlibzfs_util.c1005 const char *propname, const char *value, zprop_source_t sourcetype,
1015 if ((sourcetype & cbp->cb_sources) == 0)
1036 switch (sourcetype) {
1004 zprop_print_one_property(const char *name, zprop_get_cbdata_t *cbp, const char *propname, const char *value, zprop_source_t sourcetype, const char *source, const char *recvd_value) argument
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c1421 zprop_source_t sourcetype; local
1443 sizeof (buf), &sourcetype, source,
1455 sourcetype = ZPROP_SRC_NONE;
1466 buf, sourcetype, source, recvdval);
1468 sourcetype = ZPROP_SRC_LOCAL;
1472 sourcetype = ZPROP_SRC_NONE;
1477 pl->pl_user_prop, buf, sourcetype, source, NULL); local
1479 sourcetype = ZPROP_SRC_LOCAL;
1483 sourcetype = ZPROP_SRC_NONE;
1488 pl->pl_user_prop, buf, sourcetype, sourc local
1521 pl->pl_user_prop, strval, sourcetype, local
[all...]

Completed in 185 milliseconds