Searched refs:cache_get_desc (Results 1 - 9 of 9) sorted by relevance
/osnet-11/usr/src/lib/libdiskmgt/common/ |
H A D | controller.c | 219 buses[pos++] = cache_get_desc(DM_BUS, cp->bus, NULL, NULL, errp); 252 drives[i] = cache_get_desc(DM_DRIVE, cp->disks[i], NULL, NULL, 294 paths[i] = cache_get_desc(DM_PATH, pp[i], NULL, NULL, errp);
|
H A D | path.c | 267 controllers[i++] = cache_get_desc(DM_CONTROLLER, 302 drives[i] = cache_get_desc(DM_DRIVE, pp->disks[i], NULL, NULL,
|
H A D | bus.c | 235 controllers[i] = cache_get_desc(DM_CONTROLLER, bp->controllers[i],
|
H A D | drive.c | 403 drives[0] = cache_get_desc(DM_DRIVE, desc->p.disk, NULL, NULL, errp); 805 out_array[pos++] = cache_get_desc(DM_ALIAS, diskp, 813 out_array[pos++] = cache_get_desc(DM_ALIAS, diskp, 850 controllers[i] = cache_get_desc(DM_CONTROLLER, 894 paths[i] = cache_get_desc(DM_PATH, pp[i], dp->p.disk->device_id,
|
H A D | partition.c | 171 partitions[0] = cache_get_desc(DM_PARTITION, 210 partitions[pos] = cache_get_desc(DM_PARTITION,
|
H A D | slice.c | 164 des = cache_get_desc(DM_SLICE, dp, name, mname, errp); 706 slices[pos] = cache_get_desc(DM_SLICE, desc->p.disk, devpath,
|
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);
|
H A D | cache.c | 333 cache_get_desc(int type, void *gp, char *name, char *secondary_name, int *errp) function
|
Completed in 35 milliseconds