Searched refs:DM_SLICE (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/lib/libdiskmgt/common/ |
H A D | assoc_types.c | 60 DM_SLICE, 66 DM_SLICE,
|
H A D | entry.c | 147 case DM_SLICE: in dm_get_associated_descriptors() 181 case DM_SLICE: in dm_get_associated_types() 231 case DM_SLICE: in dm_get_attributes() 275 case DM_SLICE: in dm_get_descriptor_by_name() 319 case DM_SLICE: in dm_get_descriptors() 378 case DM_SLICE: in dm_get_name() 443 case DM_SLICE: in dm_get_stats() 528 DM_SLICE, errp); in dm_get_slices() 553 devp = dm_get_descriptor_by_name(DM_SLICE, slice, errp); in dm_get_slice_stats() 582 slice = dm_get_descriptor_by_name(DM_SLICE, slicename, errp); in dm_isoverlapping() [all …]
|
H A D | slice.c | 170 return (cache_get_desc(DM_SLICE, dp, name, mname, in slice_get_descriptor_by_name() 183 return (cache_get_descriptors(DM_SLICE, errp)); in slice_get_descriptors() 692 slices[pos] = cache_get_desc(DM_SLICE, desc->p.disk, devpath, in get_fixed_assocs() 794 cache_load_desc(DM_SLICE, dp, devpath, mname, &error); in make_fixed_descriptors()
|
H A D | cache.c | 619 if (type == DM_SLICE || type == DM_PARTITION || in have_desc() 706 case DM_SLICE: in make_descriptors() 812 if (type == DM_SLICE || type == DM_PARTITION) { in new_descriptor()
|
H A D | libdiskmgt.h | 209 DM_SLICE, enumerator
|
H A D | partition.c | 80 case DM_SLICE: in partition_get_assoc_descriptors() 137 if (desc->type == DM_SLICE) { in partition_get_assocs()
|
H A D | events.c | 222 events_new_event(basename(dev), DM_SLICE, type); in events_new_slice_event()
|
H A D | media.c | 71 case DM_SLICE: in media_get_assoc_descriptors()
|
/titanic_50/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_diskmgt.c | 262 slices = dm_get_associated_descriptors(media, DM_SLICE, error); in get_disk_slices()
|
/titanic_50/usr/src/cmd/zpool/ |
H A D | zpool_vdev.c | 224 if ((slice = dm_get_associated_descriptors(*media, DM_SLICE, in check_disk()
|