Home
last modified time | relevance | path

Searched refs:cache_get_descriptors (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/lib/libdiskmgt/common/
H A Dbus.c102 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 Dalias.c127 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 Dcontroller.c144 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 Dpath.c105 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 Dmedia.c156 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 Dpartition.c265 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 Ddisks_private.h233 descriptor_t **cache_get_descriptors(int type, int *errp);
H A Ddrive.c453 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 Dslice.c183 return (cache_get_descriptors(DM_SLICE, errp)); in slice_get_descriptors()
H A Dcache.c348 cache_get_descriptors(int type, int *errp) in cache_get_descriptors() function