Searched refs:cache_get_descriptors (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/lib/libdiskmgt/common/ |
H A D | bus.c | 102 buses = cache_get_descriptors(DM_BUS, errp); in bus_get_descriptor_by_name() 128 return (cache_get_descriptors(DM_BUS, errp)); in bus_get_descriptors() 178 allbuses = cache_get_descriptors(DM_BUS, errp); in get_assoc_buses()
|
H A D | alias.c | 127 aliases = cache_get_descriptors(DM_ALIAS, errp); in alias_get_descriptor_by_name() 153 return (cache_get_descriptors(DM_ALIAS, errp)); in alias_get_descriptors()
|
H A D | controller.c | 144 controllers = cache_get_descriptors(DM_CONTROLLER, errp); in controller_get_descriptor_by_name() 170 return (cache_get_descriptors(DM_CONTROLLER, errp)); in controller_get_descriptors()
|
H A D | path.c | 105 paths = cache_get_descriptors(DM_PATH, errp); in path_get_descriptor_by_name() 131 return (cache_get_descriptors(DM_PATH, errp)); in path_get_descriptors()
|
H A D | media.c | 156 media = cache_get_descriptors(DM_MEDIA, errp); in media_get_descriptor_by_name() 183 media = cache_get_descriptors(DM_MEDIA, errp); in media_get_descriptors()
|
H A D | partition.c | 265 partitions = cache_get_descriptors(DM_PARTITION, errp); in partition_get_descriptor_by_name() 291 return (cache_get_descriptors(DM_PARTITION, errp)); in partition_get_descriptors()
|
H A D | disks_private.h | 233 descriptor_t **cache_get_descriptors(int type, int *errp);
|
H A D | drive.c | 453 drives = cache_get_descriptors(DM_DRIVE, errp); in drive_get_descriptor_by_name() 488 drives = cache_get_descriptors(DM_DRIVE, errp); in drive_get_descriptors()
|
H A D | slice.c | 183 return (cache_get_descriptors(DM_SLICE, errp)); in slice_get_descriptors()
|
H A D | cache.c | 348 cache_get_descriptors(int type, int *errp) in cache_get_descriptors() function
|