Searched defs:userprops (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libbe/common/
H A Dbe_zones.c486 nvlist_t *userprops = NULL; local
500 if ((userprops = zfs_get_user_props(zhp)) == NULL) {
510 if (nvlist_lookup_nvlist(userprops, BE_ZONE_PARENTBE_PROPERTY,
687 nvlist_t *userprops = NULL; local
692 if ((userprops = zfs_get_user_props(zhp)) == NULL) {
701 if (nvlist_lookup_nvlist(userprops, BE_ZONE_ACTIVE_PROPERTY, &propname)
H A Dbe_list.c791 nvlist_t *userprops = NULL; local
912 if ((userprops = zfs_get_user_props(zhp)) == NULL) {
915 if (nvlist_lookup_nvlist(userprops, BE_POLICY_PROPERTY,
935 if (nvlist_lookup_nvlist(userprops,
942 if (nvlist_lookup_nvlist(userprops,
994 nvlist_t *userprops = NULL; local
1037 if ((userprops = zfs_get_user_props(zfshp)) == NULL) {
1041 if (nvlist_lookup_nvlist(userprops,
1089 nvlist_t *userprops = NULL; local
1115 if ((userprops
[all...]
H A Dbe_create.c1828 nvlist_t *userprops = NULL; local
1842 if ((userprops = zfs_get_user_props(zhp)) == NULL) {
1851 if (nvlist_lookup_nvlist(userprops, BE_UUID_PROPERTY, &propname) != 0 ||
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c373 nvlist_t *allprops, *userprops; local
385 if ((userprops = process_user_props(zhp, allprops)) == NULL) {
394 zhp->zfs_user_props = userprops;
5944 nvlist_t *userprops; local
5953 userprops = zfs_get_user_props(zhp);
5956 if (entry->pl_all && nvlist_next_nvpair(userprops, NULL) != NULL) {
5972 while ((pair = nvlist_next_nvpair(userprops, pair)) != NULL) {
6085 if (nvlist_lookup_nvlist(userprops, entry->pl_user_prop,

Completed in 43 milliseconds