YaST2 Developers Documentation: Unknown YCP Module

Unknown YCP Module

This module has an unstable interface.

Imports

  • Arch

Info:

Module: auto_part_functions.ycp

Authors: Andreas Schwab (schwab@suse.de) Klaus Kämpf (kkaempf@suse.de)

Purpose: This module define functions of general use to the automatic partitioner

$Id$

needs global variables:

integer bytes_per_unit integer first_logical_nr integer max_partitions

defined functions: global define size_of_region (list region) ``{ global define start_of_region (list region) ``{ global define end_of_region (list region) ``{ global define num_primary (list partitions) ``{ global define contains_extended (list partitions) ``{ global define extended_region (list partitions) ``{ global define can_create_logical (list partitions, integer first_logical, integer max_logical ) ``{ global define can_resize( list partitions ) ``{ global define unused_extended_region (list partitions) ``{ global define compute_max_partitions (map target) ``{