cache_get_descriptors
aliases = cache_get_descriptors(DM_ALIAS, errp);
return (cache_get_descriptors(DM_ALIAS, errp));
buses = cache_get_descriptors(DM_BUS, errp);
return (cache_get_descriptors(DM_BUS, errp));
allbuses = cache_get_descriptors(DM_BUS, errp);
controllers = cache_get_descriptors(DM_CONTROLLER, errp);
return (cache_get_descriptors(DM_CONTROLLER, errp));
descriptor_t **cache_get_descriptors(int type, int *errp);
drives = cache_get_descriptors(DM_DRIVE, errp);
drives = cache_get_descriptors(DM_DRIVE, errp);
media = cache_get_descriptors(DM_MEDIA, errp);
media = cache_get_descriptors(DM_MEDIA, errp);
partitions = cache_get_descriptors(DM_PARTITION, errp);
return (cache_get_descriptors(DM_PARTITION, errp));
paths = cache_get_descriptors(DM_PATH, errp);
return (cache_get_descriptors(DM_PATH, errp));
return (cache_get_descriptors(DM_SLICE, errp));