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

/freebsd-10.1-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.c239 zprop_source_t sourcetype; local
245 &sourcetype, sourceloc, sizeof (sourceloc), B_FALSE) == 0);
259 *source = sourcetype;
734 zprop_source_t sourcetype; local
745 shareopts, sizeof (shareopts), &sourcetype, sourcestr,
784 proto_table[*curr_proto].p_name, sourcetype,
H A Dlibzfs_util.c1006 const char *propname, const char *value, zprop_source_t sourcetype,
1016 if ((sourcetype & cbp->cb_sources) == 0)
1037 switch (sourcetype) {
1005 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.1-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c1471 zprop_source_t sourcetype; local
1493 sizeof (buf), &sourcetype, source,
1505 sourcetype = ZPROP_SRC_NONE;
1516 buf, sourcetype, source, recvdval);
1518 sourcetype = ZPROP_SRC_LOCAL;
1522 sourcetype = ZPROP_SRC_NONE;
1527 pl->pl_user_prop, buf, sourcetype, source, NULL); local
1529 sourcetype = ZPROP_SRC_LOCAL;
1533 sourcetype = ZPROP_SRC_NONE;
1538 pl->pl_user_prop, buf, sourcetype, sourc local
1571 pl->pl_user_prop, strval, sourcetype, local
[all...]

Completed in 74 milliseconds