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 size_to_units (integer bytes) ``{
global define start_of_region (list region) ``{
global define end_of_region (list region) ``{
global define num_primary (list partitions) ``{
global define contiguous_selection (list selection) ``{
global define contains_extended (list partitions) ``{
global define extended_region (list partitions) ``{
global define calculate_selected_region (list selection, any extended_region) ``{
global define can_create_logical (list partitions) ``{
global define bootable (list region) ``{
global define can_resize( list partitions ) ``{
global define renumber_logical_partitions (list partitions) ``{
global define unused_extended_region (list partitions) ``{
global define unused_logical_region (list partitions) ``{
global define compute_max_partitions (map target) ``{
global define compute_max_primary (map target)
Imports
Includes
- partitioning/partition_defines.ycp
|
|