Home
last modified time | relevance | path

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

/freebsd-9-stable/cddl/contrib/opensolaris/cmd/zfs/
Dzfs_main.c1522 } else if (zfs_prop_userquota(pl->pl_user_prop)) { in get_callback()
1525 if (zfs_prop_get_userquota(zhp, pl->pl_user_prop, in get_callback()
1532 pl->pl_user_prop, buf, sourcetype, source, NULL); in get_callback()
1533 } else if (zfs_prop_written(pl->pl_user_prop)) { in get_callback()
1536 if (zfs_prop_get_written(zhp, pl->pl_user_prop, in get_callback()
1543 pl->pl_user_prop, buf, sourcetype, source, NULL); in get_callback()
1546 pl->pl_user_prop, &propval) != 0) { in get_callback()
1571 pl->pl_user_prop, rbuf, sizeof (rbuf), in get_callback()
1576 pl->pl_user_prop, strval, sourcetype, in get_callback()
2922 for (i = 0; pl->pl_user_prop[i] != '\0'; i++) in print_header()
[all …]
/freebsd-9-stable/cddl/contrib/opensolaris/lib/libzfs/common/
Dlibzfs_util.c927 len = strlen(pl->pl_user_prop); in zprop_print_headers()
1356 if ((entry->pl_user_prop = zfs_strdup(hdl, propname)) == in addlist()
1466 free(pl->pl_user_prop); in zprop_free_list()
Dlibzfs_pool.c758 entry->pl_user_prop = zfs_asprintf(hdl, "feature@%s", in zpool_expand_proplist()
760 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist()
788 if (entry->pl_user_prop != NULL && in zpool_expand_proplist()
789 strcmp(propname, entry->pl_user_prop) == 0) { in zpool_expand_proplist()
802 entry->pl_user_prop = propname; in zpool_expand_proplist()
803 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist()
Dlibzfs.h459 char *pl_user_prop; member
Dlibzfs_dataset.c4031 if (strcmp((*last)->pl_user_prop, in zfs_expand_proplist()
4039 ((entry->pl_user_prop = zfs_strdup(hdl, in zfs_expand_proplist()
4072 if (nvlist_lookup_nvlist(userprops, entry->pl_user_prop, in zfs_expand_proplist()
4080 entry->pl_user_prop, in zfs_expand_proplist()
/freebsd-9-stable/cddl/contrib/opensolaris/cmd/zpool/
Dzpool_main.c2796 for (i = 0; pl->pl_user_prop[i] != '\0'; i++) in print_header()
2797 headerbuf[i] = toupper(pl->pl_user_prop[i]); in print_header()
2860 } else if ((zpool_prop_feature(pl->pl_user_prop) || in print_pool()
2861 zpool_prop_unsupported(pl->pl_user_prop)) && in print_pool()
2862 zpool_prop_get_feature(zhp, pl->pl_user_prop, property, in print_pool()
5185 (zpool_prop_feature(pl->pl_user_prop) || in get_callback()
5186 zpool_prop_unsupported(pl->pl_user_prop))) { in get_callback()
5189 if (zpool_prop_get_feature(zhp, pl->pl_user_prop, in get_callback()
5192 cbp, pl->pl_user_prop, value, srctype, in get_callback()