Searched defs:sourcetype (Results 1 - 7 of 7) sorted by relevance
| /osnet-11/usr/src/lib/libzfs/common/ |
| H A D | libzfs_changelist.c | 726 zprop_source_t sourcetype = ZPROP_SRC_NONE; local 752 sizeof (property), &sourcetype, where, 758 clp->cl_realprop, property, sizeof (property), &sourcetype, 771 sourcetype == ZPROP_SRC_DEFAULT || 772 sourcetype == ZPROP_SRC_INHERITED || is_share_mount) {
|
| H A D | libzfs_mount.c | 228 zprop_source_t sourcetype; local 234 &sourcetype, sourceloc, sizeof (sourceloc), B_FALSE) == 0); 248 *source = sourcetype;
|
| H A D | libzfs_util.c | 1339 const char *propname, const char *value, zprop_source_t sourcetype, 1349 if ((sourcetype & cbp->cb_sources) == 0) 1380 switch (sourcetype) { 1338 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
|
| H A D | libzfs_dataset.c | 3970 char *value, size_t valuelen, zprop_source_t *sourcetype, 3992 *sourcetype = ZPROP_SRC_NONE; 3996 *sourcetype = arg.gsa_maxsource; 4004 zprop_source_t *sourcetype, char *buf, size_t buflen, 4029 *sourcetype = maxsource; 6014 zprop_source_t sourcetype = 0; local 6053 sizeof (buf), &sourcetype, source, sizeof (source), 6055 entry->pl_source = sourcetype; 6060 buf, sizeof (buf), &sourcetype, 6062 entry->pl_source = sourcetype; 3969 zfs_get_collapsed_sublist(zfs_handle_t *zhp, const zpropdef_t *zpd, char *value, size_t valuelen, zprop_source_t *sourcetype, char *source, size_t sourcelen, boolean_t literal) argument 4003 zfs_get_collapsed_source(zfs_handle_t *zhp, zfs_prop_t *props, zprop_source_t *sourcetype, char *buf, size_t buflen, zprop_filter_f *is_exclude) argument [all...] |
| H A D | libzfs_share.c | 430 zprop_source_t sourcetype; local 450 propval, sizeof (propval), &sourcetype, 456 propval, sizeof (propval), &sourcetype, 1268 zprop_source_t sourcetype; local 1286 &sourcetype, source, sizeof (source), B_FALSE) == 0) && 1287 sourcetype != ZPROP_SRC_DEFAULT && strcmp(value, "") != 0) { 1439 zprop_source_t sourcetype = ZPROP_SRC_NONE; local 1443 propval, sizeof (propval), &sourcetype, 1445 sourcetype == ZPROP_SRC_INHERITED || 1446 sourcetype 3680 zfs_share_protocols_source(zfs_handle_t *zhp, zprop_source_t *sourcetype, char *source, size_t sourcelen) argument [all...] |
| /osnet-11/usr/src/lib/libbe/common/ |
| H A D | be_create.c | 3374 zprop_source_t sourcetype; local 3414 sizeof (mountpoint), &sourcetype, source, sizeof (source), 3436 if (sourcetype & ZPROP_SRC_LOCAL || sourcetype & ZPROP_SRC_RECEIVED) {
|
| H A D | be_mount.c | 1057 zprop_source_t sourcetype; local 1070 sizeof (zhp_mountpoint), &sourcetype, source, sizeof (source), 1073 "get mountpoint and sourcetype for %s\n"), 1127 } else if (sourcetype & ZPROP_SRC_INHERITED || 1128 sourcetype & ZPROP_SRC_LOCAL || sourcetype & ZPROP_SRC_RECEIVED) { 1136 "mountpoint sourcetype of %s is %d, skipping ...\n"), 1137 fs_name, sourcetype); 1891 zprop_source_t sourcetype; local 1900 sizeof (mountpoint), &sourcetype, sourc [all...] |
Completed in 95 milliseconds