Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dbus.c100 buses = cache_get_descriptors(DM_BUS, errp); in bus_get_descriptor_by_name()
126 return (cache_get_descriptors(DM_BUS, errp)); in bus_get_descriptors()
176 allbuses = cache_get_descriptors(DM_BUS, errp); in get_assoc_buses()
H A Dalias.c125 aliases = cache_get_descriptors(DM_ALIAS, errp); in alias_get_descriptor_by_name()
151 return (cache_get_descriptors(DM_ALIAS, errp)); in alias_get_descriptors()
H A Dcontroller.c142 controllers = cache_get_descriptors(DM_CONTROLLER, errp); in controller_get_descriptor_by_name()
168 return (cache_get_descriptors(DM_CONTROLLER, errp)); in controller_get_descriptors()
H A Dpath.c103 paths = cache_get_descriptors(DM_PATH, errp); in path_get_descriptor_by_name()
129 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.h237 descriptor_t **cache_get_descriptors(int type, int *errp);
H A Ddrive.c459 drives = cache_get_descriptors(DM_DRIVE, errp); in drive_get_descriptor_by_name()
493 drives = cache_get_descriptors(DM_DRIVE, errp); in drive_get_descriptors()
H A Dslice.c187 return (cache_get_descriptors(DM_SLICE, errp)); in slice_get_descriptors()
H A Dcache.c351 cache_get_descriptors(int type, int *errp) in cache_get_descriptors() function