Searched refs:userprops (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_zones.c348 nvlist_t *userprops = NULL; local
362 if ((userprops = zfs_get_user_props(zhp)) == NULL) {
372 if (nvlist_lookup_nvlist(userprops, BE_ZONE_PARENTBE_PROPERTY,
603 nvlist_t *userprops = NULL; local
608 if ((userprops = zfs_get_user_props(zhp)) == NULL) {
617 if (nvlist_lookup_nvlist(userprops, BE_ZONE_ACTIVE_PROPERTY, &propname)
H A Dbe_list.c1007 nvlist_t *userprops = NULL; local
1105 if ((userprops = zfs_get_user_props(zhp)) == NULL) {
1109 if (nvlist_lookup_nvlist(userprops,
1124 if (nvlist_lookup_nvlist(userprops, BE_POLICY_PROPERTY,
1139 if (nvlist_lookup_nvlist(userprops,
1146 if (nvlist_lookup_nvlist(userprops, BE_UUID_PROPERTY,
1190 nvlist_t *userprops = NULL; local
1233 if ((userprops = zfs_get_user_props(zfshp)) == NULL) {
1237 if (nvlist_lookup_nvlist(userprops,
1285 nvlist_t *userprops local
[all...]
H A Dbe_create.c1386 nvlist_t *userprops = NULL; local
1400 if ((userprops = zfs_get_user_props(zhp)) == NULL) {
1409 if (nvlist_lookup_nvlist(userprops, BE_UUID_PROPERTY, &propname) != 0 ||
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_dtime.c837 nvlist_t *userprops; local
858 if ((userprops = zfs_get_user_props(zhp)) == NULL) {
866 if (nvlist_lookup_nvlist(userprops,
/illumos-gate/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;
4173 nvlist_t *userprops, *propval; local
4181 userprops = zfs_get_user_props(zhp);
4184 if (entry->pl_all && nvlist_next_nvpair(userprops, NULL) != NULL) {
4198 while ((elem = nvlist_next_nvpair(userprops, elem)) != NULL) {
4245 if (nvlist_lookup_nvlist(userprops, entry->pl_user_prop,
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c2958 nvlist_t *userprops = zfs_get_user_props(zhp); local
3001 if (nvlist_lookup_nvlist(userprops,

Completed in 95 milliseconds