Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/cmd/zfs/
H A Dzfs_main.c1567 } else if (zfs_prop_userquota(pl->pl_user_prop)) { in get_callback()
1570 if (zfs_prop_get_userquota(zhp, pl->pl_user_prop, in get_callback()
1577 pl->pl_user_prop, buf, sourcetype, source, NULL); in get_callback()
1578 } else if (zfs_prop_written(pl->pl_user_prop)) { in get_callback()
1581 if (zfs_prop_get_written(zhp, pl->pl_user_prop, in get_callback()
1588 pl->pl_user_prop, buf, sourcetype, source, NULL); in get_callback()
1591 pl->pl_user_prop, &propval) != 0) { in get_callback()
1616 pl->pl_user_prop, rbuf, sizeof (rbuf), in get_callback()
1621 pl->pl_user_prop, strval, sourcetype, in get_callback()
2976 for (i = 0; pl->pl_user_prop[i] != '\0'; i++) in print_header()
[all …]
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_util.c964 len = strlen(pl->pl_user_prop); in zprop_print_headers()
1397 if ((entry->pl_user_prop = zfs_strdup(hdl, propname)) == in addlist()
1507 free(pl->pl_user_prop); in zprop_free_list()
H A Dlibzfs_pool.c740 entry->pl_user_prop = zfs_asprintf(hdl, "feature@%s", in zpool_expand_proplist()
742 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist()
770 if (entry->pl_user_prop != NULL && in zpool_expand_proplist()
771 strcmp(propname, entry->pl_user_prop) == 0) { in zpool_expand_proplist()
784 entry->pl_user_prop = propname; in zpool_expand_proplist()
785 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist()
H A Dlibzfs.h462 char *pl_user_prop; member
H A Dlibzfs_dataset.c4187 if (strcmp((*last)->pl_user_prop, in zfs_expand_proplist()
4195 ((entry->pl_user_prop = zfs_strdup(hdl, in zfs_expand_proplist()
4228 if (nvlist_lookup_nvlist(userprops, entry->pl_user_prop, in zfs_expand_proplist()
4236 entry->pl_user_prop, in zfs_expand_proplist()
/netbsd-src/external/cddl/osnet/dist/cmd/zpool/
H A Dzpool_main.c2838 for (i = 0; pl->pl_user_prop[i] != '\0'; i++) in print_header()
2839 headerbuf[i] = toupper(pl->pl_user_prop[i]); in print_header()
2899 } else if ((zpool_prop_feature(pl->pl_user_prop) || in print_pool()
2900 zpool_prop_unsupported(pl->pl_user_prop)) && in print_pool()
2901 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()