Searched defs:max_n (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Daix.c192 aix_get_max_supported_partition_count (const PedDisk* disk, int *max_n) argument
194 *max_n = MAX_TOTAL_PART;
H A Dloop.c281 loop_get_max_supported_partition_count (const PedDisk* disk, int *max_n) argument
283 *max_n = 1;
H A Ddvh.c843 dvh_get_max_supported_partition_count (const PedDisk* disk, int *max_n) argument
845 *max_n = NPARTAB;
H A Dpc98.c836 pc98_get_max_supported_partition_count (const PedDisk* disk, int *max_n) argument
838 *max_n = MAX_PART_COUNT;
H A Dbsd.c558 bsd_get_max_supported_partition_count(const PedDisk* disk, int *max_n) argument
560 *max_n = BSD_MAXPARTITIONS;
H A Dsun.c750 sun_get_max_supported_partition_count (const PedDisk* disk, int *max_n) argument
752 *max_n = SUN_DISK_MAXPARTITIONS;
H A Dgpt.c1742 gpt_get_max_supported_partition_count (const PedDisk *disk, int *max_n) argument
1756 *max_n = (disk->dev->sector_size * (pth->FirstUsableLBA - 2)
H A Dmac.c1586 mac_get_max_supported_partition_count (const PedDisk* disk, int *max_n) argument
1588 *max_n = 65536;
H A Drdb.c1120 amiga_get_max_supported_partition_count (const PedDisk* disk, int *max_n) argument
1122 *max_n = AMIGA_MAX_PARTITIONS;
H A Ddos.c2369 msdos_get_max_supported_partition_count(const PedDisk* disk, int *max_n) argument
2371 *max_n = MAX_TOTAL_PART;

Completed in 50 milliseconds