Home
last modified time | relevance | path

Searched refs:pl_user_prop (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c1735 } else if (zfs_prop_userquota(pl->pl_user_prop)) { in get_callback()
1738 if (zfs_prop_get_userquota(zhp, pl->pl_user_prop, in get_callback()
1745 pl->pl_user_prop, buf, sourcetype, source, NULL); in get_callback()
1746 } else if (zfs_prop_written(pl->pl_user_prop)) { in get_callback()
1749 if (zfs_prop_get_written(zhp, pl->pl_user_prop, in get_callback()
1756 pl->pl_user_prop, buf, sourcetype, source, NULL); in get_callback()
1759 pl->pl_user_prop, &propval) != 0) { in get_callback()
1784 pl->pl_user_prop, rbuf, sizeof (rbuf), in get_callback()
1789 pl->pl_user_prop, strval, sourcetype, in get_callback()
3231 for (i = 0; pl->pl_user_prop[i] != '\0'; i++) in print_header()
[all …]
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c984 len = strlen(pl->pl_user_prop); in zprop_print_headers()
1446 if ((entry->pl_user_prop = zfs_strdup(hdl, propname)) == in addlist()
1556 free(pl->pl_user_prop); in zprop_free_list()
H A Dlibzfs_pool.c805 entry->pl_user_prop = zfs_asprintf(hdl, "feature@%s", in zpool_expand_proplist()
807 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist()
835 if (entry->pl_user_prop != NULL && in zpool_expand_proplist()
836 strcmp(propname, entry->pl_user_prop) == 0) { in zpool_expand_proplist()
849 entry->pl_user_prop = propname; in zpool_expand_proplist()
850 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist()
H A Dlibzfs.h521 char *pl_user_prop; member
H A Dlibzfs_dataset.c4631 if (strcmp((*last)->pl_user_prop, in zfs_expand_proplist()
4639 ((entry->pl_user_prop = zfs_strdup(hdl, in zfs_expand_proplist()
4672 if (nvlist_lookup_nvlist(userprops, entry->pl_user_prop, in zfs_expand_proplist()
4680 entry->pl_user_prop, in zfs_expand_proplist()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c5063 for (i = 0; pl->pl_user_prop[i] != '\0'; i++) in print_header()
5064 headerbuf[i] = toupper(pl->pl_user_prop[i]); in print_header()
5124 } else if ((zpool_prop_feature(pl->pl_user_prop) || in print_pool()
5125 zpool_prop_unsupported(pl->pl_user_prop)) && in print_pool()
5126 zpool_prop_get_feature(zhp, pl->pl_user_prop, property, in print_pool()
8201 (zpool_prop_feature(pl->pl_user_prop) || in get_callback()
8202 zpool_prop_unsupported(pl->pl_user_prop))) { in get_callback()
8205 if (zpool_prop_get_feature(zhp, pl->pl_user_prop, in get_callback()
8208 cbp, pl->pl_user_prop, value, srctype, in get_callback()