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

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dentry.c630 nvlist_t *other_attrs = dm_get_attributes(slices[i], errp); local
632 if (other_attrs == NULL)
638 *errp = nvlist_lookup_uint64(other_attrs, DM_START,
641 nvlist_free(other_attrs);
645 *errp = nvlist_lookup_uint64(other_attrs, DM_SIZE,
649 nvlist_free(other_attrs);
656 *errp = nvlist_lookup_uint32(other_attrs, DM_INDEX,
660 nvlist_free(other_attrs);
686 nvlist_free(other_attrs);
692 nvlist_free(other_attrs);
[all...]

Completed in 58 milliseconds