Home
last modified time | relevance | path

Searched refs:DM_SLICE (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dassoc_types.c58 DM_SLICE,
64 DM_SLICE,
H A Dentry.c147 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()
581 slice = dm_get_descriptor_by_name(DM_SLICE, slicename, errp); in dm_isoverlapping()
[all …]
H A Dslice.c174 return (cache_get_desc(DM_SLICE, dp, name, mname, in slice_get_descriptor_by_name()
187 return (cache_get_descriptors(DM_SLICE, errp)); in slice_get_descriptors()
594 slices[pos] = cache_get_desc(DM_SLICE, desc->p.disk, devpath, in get_fixed_assocs()
696 cache_load_desc(DM_SLICE, dp, devpath, mname, &error); in make_fixed_descriptors()
H A Dcache.c617 if (type == DM_SLICE || type == DM_PARTITION || in have_desc()
704 case DM_SLICE: in make_descriptors()
810 if (type == DM_SLICE || type == DM_PARTITION) { in new_descriptor()
H A Dlibdiskmgt.h212 DM_SLICE, enumerator
H A Dpartition.c80 case DM_SLICE: in partition_get_assoc_descriptors()
137 if (desc->type == DM_SLICE) { in partition_get_assocs()
H A Devents.c253 events_new_event(basename(dev), DM_SLICE, type); in events_new_slice_event()
H A Dmedia.c71 case DM_SLICE: in media_get_assoc_descriptors()
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_diskmgt.c265 slices = dm_get_associated_descriptors(media, DM_SLICE, error); in get_disk_slices()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_vdev.c225 if ((slice = dm_get_associated_descriptors(*media, DM_SLICE, in check_disk()