Searched refs:get_cached_attributes (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/lvm/metassist/layout/ |
H A D | layout_device_util.c | 534 (error = get_cached_attributes(desc, &attrs)) || in set_display_name() 548 ((error = get_cached_attributes(desc, &attrs)) != 0) || in get_display_name() 1068 if ((error = get_cached_attributes(disk, &attrs)) != 0) { in disk_add_virtual_slice() 1129 if ((error = get_cached_attributes(disk, &attrs)) != 0) { in disk_has_virtual_slices() 1183 if ((error = get_cached_attributes(disk, &attrs)) != 0) { in disk_get_virtual_slices() 1704 error = get_cached_attributes(media[0], &attrs); in disk_get_boolean_attribute() 1709 error = get_cached_attributes(disk, &attrs); in disk_get_boolean_attribute() 1760 error = get_cached_attributes(media[0], &attrs); in disk_get_uint64_attribute() 1765 error = get_cached_attributes(disk, &attrs); in disk_get_uint64_attribute() 2116 ((error = get_cached_attributes(hba, &attrs)) != 0) || in hba_set_n_avail_disks() [all …]
|
H A D | layout_device_cache.h | 92 extern int get_cached_attributes(dm_descriptor_t desc, nvlist_t **list);
|
H A D | layout_device_cache.c | 694 get_cached_attributes( in get_cached_attributes() function
|
H A D | layout_discovery.c | 693 ((error = get_cached_attributes(slice, &attrs)) != 0)) { in generate_known_slices() 2284 if ((error = get_cached_attributes(desc, &attrs)) != 0) { in set_alias() 2365 if ((error = get_cached_attributes(desc, &attrs)) != 0) { in get_aliases()
|