Searched refs:disk_get_slices (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_device_util.h84 extern int disk_get_slices(dm_descriptor_t disk, dlist_t **list);
H A Dlayout_discovery.c677 if (((error = disk_get_slices(disk, &slices)) != 0) ||
1093 error = disk_get_slices(disk, &slices);
1265 error = disk_get_slices(disk, &slices);
H A Dlayout_device_util.c555 * FUNCTION: disk_get_slices(dm_descriptor_t disk, dlist_t **list)
571 disk_get_slices( function
868 if ((error = disk_get_slices(disk, &slices)) == 0) {
1276 if (((error = disk_get_slices(disk, &slices)) != 0) ||

Completed in 56 milliseconds