Searched refs:cache_get_desc (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/lib/libdiskmgt/common/ |
H A D | controller.c | 223 buses[pos++] = cache_get_desc(DM_BUS, cp->bus, NULL, NULL, errp); in get_assoc_buses() 256 drives[i] = cache_get_desc(DM_DRIVE, cp->disks[i], NULL, NULL, in get_assoc_drives() 298 paths[i] = cache_get_desc(DM_PATH, pp[i], NULL, NULL, errp); in get_assoc_paths()
|
H A D | path.c | 267 controllers[i++] = cache_get_desc(DM_CONTROLLER, in get_assoc_controllers() 302 drives[i] = cache_get_desc(DM_DRIVE, pp->disks[i], NULL, NULL, in get_assoc_drives()
|
H A D | bus.c | 239 controllers[i] = cache_get_desc(DM_CONTROLLER, bp->controllers[i], in get_assoc_controllers()
|
H A D | drive.c | 395 drives[0] = cache_get_desc(DM_DRIVE, desc->p.disk, NULL, NULL, errp); in drive_get_assocs() 758 out_array[pos++] = cache_get_desc(DM_ALIAS, diskp, in get_assoc_alias() 795 controllers[i] = cache_get_desc(DM_CONTROLLER, in get_assoc_controllers() 839 paths[i] = cache_get_desc(DM_PATH, pp[i], dp->p.disk->device_id, in get_assoc_paths()
|
H A D | partition.c | 172 partitions[0] = cache_get_desc(DM_PARTITION, in partition_get_assocs() 211 partitions[pos] = cache_get_desc(DM_PARTITION, in partition_get_assocs()
|
H A D | slice.c | 170 return (cache_get_desc(DM_SLICE, dp, name, mname, in slice_get_descriptor_by_name() 692 slices[pos] = cache_get_desc(DM_SLICE, desc->p.disk, devpath, in get_fixed_assocs()
|
H A D | disks_private.h | 231 descriptor_t *cache_get_desc(int type, void *gp, char *name,
|
H A D | media.c | 108 media[0] = cache_get_desc(DM_MEDIA, dp->p.disk, mname, NULL, errp); in media_get_assocs()
|
H A D | cache.c | 327 cache_get_desc(int type, void *gp, char *name, char *secondary_name, int *errp) in cache_get_desc() function
|