Searched refs:get_cached_attributes (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/lvm/metassist/layout/ |
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_util.c | 534 (error = get_cached_attributes(desc, &attrs)) || 548 ((error = get_cached_attributes(desc, &attrs)) != 0) || 1068 if ((error = get_cached_attributes(disk, &attrs)) != 0) { 1129 if ((error = get_cached_attributes(disk, &attrs)) != 0) { 1183 if ((error = get_cached_attributes(disk, &attrs)) != 0) { 1704 error = get_cached_attributes(media[0], &attrs); 1709 error = get_cached_attributes(disk, &attrs); 1760 error = get_cached_attributes(media[0], &attrs); 1765 error = get_cached_attributes(disk, &attrs); 2116 ((error = get_cached_attributes(hb [all...] |
H A D | layout_device_cache.c | 672 * FUNCTION: get_cached_attributes(dm_descriptor_t desc, 694 get_cached_attributes( function
|
H A D | layout_discovery.c | 693 ((error = get_cached_attributes(slice, &attrs)) != 0)) { 2284 if ((error = get_cached_attributes(desc, &attrs)) != 0) { 2365 if ((error = get_cached_attributes(desc, &attrs)) != 0) {
|
Completed in 54 milliseconds