Searched refs:cache_load_desc (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/libdiskmgt/common/ |
H A D | alias.c | 182 cache_load_desc(DM_ALIAS, dp, ap->alias, NULL, &error); in alias_make_descriptors()
|
H A D | bus.c | 152 cache_load_desc(DM_BUS, bp, NULL, NULL, &error); in bus_make_descriptors()
|
H A D | controller.c | 194 cache_load_desc(DM_CONTROLLER, cp, NULL, NULL, &error); in controller_make_descriptors()
|
H A D | path.c | 159 cache_load_desc(DM_PATH, cp->paths[i], NULL, NULL, &error); in path_make_descriptors()
|
H A D | disks_private.h | 240 void cache_load_desc(int type, void *gp, char *name,
|
H A D | media.c | 227 cache_load_desc(DM_MEDIA, dp, mname, NULL, &error); in media_make_descriptors()
|
H A D | partition.c | 405 cache_load_desc(DM_PARTITION, dp, in partition_make_descriptors()
|
H A D | slice.c | 696 cache_load_desc(DM_SLICE, dp, devpath, mname, &error); in make_fixed_descriptors()
|
H A D | cache.c | 424 cache_load_desc(int type, void *gp, char *name, char *secondary_name, int *errp) in cache_load_desc() function
|
H A D | drive.c | 622 cache_load_desc(DM_DRIVE, dp, NULL, NULL, &error); in drive_make_descriptors()
|