Home
last modified time | relevance | path

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

/NextBSD/cddl/contrib/opensolaris/cmd/zfs/
HDzfs_main.c1557 } else if (zfs_prop_userquota(pl->pl_user_prop)) { in get_callback()
1560 if (zfs_prop_get_userquota(zhp, pl->pl_user_prop, in get_callback()
1567 pl->pl_user_prop, buf, sourcetype, source, NULL); in get_callback()
1568 } else if (zfs_prop_written(pl->pl_user_prop)) { in get_callback()
1571 if (zfs_prop_get_written(zhp, pl->pl_user_prop, in get_callback()
1578 pl->pl_user_prop, buf, sourcetype, source, NULL); in get_callback()
1581 pl->pl_user_prop, &propval) != 0) { in get_callback()
1606 pl->pl_user_prop, rbuf, sizeof (rbuf), in get_callback()
1611 pl->pl_user_prop, strval, sourcetype, in get_callback()
2963 for (i = 0; pl->pl_user_prop[i] != '\0'; i++) in print_header()
[all …]
/NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs_util.c933 len = strlen(pl->pl_user_prop); in zprop_print_headers()
1362 if ((entry->pl_user_prop = zfs_strdup(hdl, propname)) == in addlist()
1472 free(pl->pl_user_prop); in zprop_free_list()
HDlibzfs_pool.c733 entry->pl_user_prop = zfs_asprintf(hdl, "feature@%s", in zpool_expand_proplist()
735 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist()
763 if (entry->pl_user_prop != NULL && in zpool_expand_proplist()
764 strcmp(propname, entry->pl_user_prop) == 0) { in zpool_expand_proplist()
777 entry->pl_user_prop = propname; in zpool_expand_proplist()
778 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist()
HDlibzfs.h461 char *pl_user_prop; member
HDlibzfs_dataset.c4185 if (strcmp((*last)->pl_user_prop, in zfs_expand_proplist()
4193 ((entry->pl_user_prop = zfs_strdup(hdl, in zfs_expand_proplist()
4226 if (nvlist_lookup_nvlist(userprops, entry->pl_user_prop, in zfs_expand_proplist()
4234 entry->pl_user_prop, in zfs_expand_proplist()
/NextBSD/cddl/contrib/opensolaris/cmd/zpool/
HDzpool_main.c2809 for (i = 0; pl->pl_user_prop[i] != '\0'; i++) in print_header()
2810 headerbuf[i] = toupper(pl->pl_user_prop[i]); in print_header()
2870 } else if ((zpool_prop_feature(pl->pl_user_prop) || in print_pool()
2871 zpool_prop_unsupported(pl->pl_user_prop)) && in print_pool()
2872 zpool_prop_get_feature(zhp, pl->pl_user_prop, property, in print_pool()
5323 (zpool_prop_feature(pl->pl_user_prop) || in get_callback()
5324 zpool_prop_unsupported(pl->pl_user_prop))) { in get_callback()
5327 if (zpool_prop_get_feature(zhp, pl->pl_user_prop, in get_callback()
5330 cbp, pl->pl_user_prop, value, srctype, in get_callback()