Lines Matching defs:slices
92 * For media, just get the slices, but for a partition, it must be a solaris
527 * Some extra attrs for cluster slices.
640 descriptor_t **slices;
658 /* count the number of slices */
663 slices = (descriptor_t **)calloc(cnt + 1, sizeof (descriptor_t *));
664 if (slices == NULL) {
706 slices[pos] = cache_get_desc(DM_SLICE, desc->p.disk, devpath,
709 cache_free_descriptors(slices);
717 slices[pos] = NULL;
724 return (slices);