Lines Matching defs:virtual

567  *		on the disk, or virtual slices which will exist when the
576 boolean_t virtual = B_FALSE;
582 if ((error = disk_has_virtual_slices(disk, &virtual)) != 0) {
586 if (virtual == B_TRUE) {
775 * SIDEEFFECT: populates the private of virtual slices.
780 * PURPOSE: Helper which creates virtual slices for each disk which
786 * For the resulting slices, create virtual slice descriptors
933 * INPUT: name - the name of the new virtual slice
943 * represent a new virtual slice.
950 * adds an entry to the list of all virtual slices
1018 gettext(" created virtual slice %s start: %llu, size: %llu\n"),
1027 * PURPOSE: Helper which cleans up the module private list of virtual
1030 * The descriptors for the virtual slices are cleaned up
1045 * slice - a dm_descriptor_t virtual slice handle
1050 * PURPOSE: Helper which adds a virtual slice to the input disk's
1051 * list of virtual slices.
1053 * The disk's virtual slice dm_descriptor_t handles are
1106 * OUTPUT: bool - B_TRUE - if the disk has virtual slices
1112 * PURPOSE: Helper which determines if the input disk has virtual slices.
1114 * If a disk has virtual slices, their dm_descriptor_t handles
1161 * disk's virtual slices.
1166 * PURPOSE: Helper which retrieves a list of the input disk's virtual
1169 * If a disk has virtual slices, their dm_descriptor_t handles
1216 * a virtual slice.
1220 * corresponds to a virtual slice.
1222 * All virtual slices are stored in a module private list.
2561 * INPUT: slice - a dm_descriptor_t virtual slice handle
2565 * OUTPUT: the disk associated with the virtual slice.
2570 * PURPOSE: Helper which determines the disk that the input virtual
2573 * The virtual slice's disk is stored in the slice's nvpair
2592 print_get_desc_attr_error(slice, "virtual slice", "disk", error);