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

/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dentry.c747 nvlist_t *other_attrs = dm_get_attributes(slices[i], errp); local
749 if (other_attrs == NULL)
755 *errp = nvlist_lookup_uint64(other_attrs, DM_START,
758 nvlist_free(other_attrs);
762 *errp = nvlist_lookup_uint64(other_attrs, DM_SIZE,
766 nvlist_free(other_attrs);
773 *errp = nvlist_lookup_uint32(other_attrs, DM_INDEX,
777 nvlist_free(other_attrs);
803 nvlist_free(other_attrs);
809 nvlist_free(other_attrs);
[all...]

Completed in 21 milliseconds