Home
last modified time | relevance | path

Searched refs:MAX_PARTS (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/dialog/samples/install/
H A Dsetup.c30 #define MAX_PARTS 20 macro
80 } partitions[MAX_PARTS];
117 while (num_partition <= MAX_PARTS in read_partitions()
161 char info[MAX_PARTS][40]; in select_partition()
162 char *items[MAX_PARTS * 2]; in select_partition()
163 int num_pa[MAX_PARTS]; in select_partition()
/freebsd/sys/contrib/openzfs/lib/libefi/
H A Drdwr_efi.c329 #define MAX_PARTS ((4294967295UL - sizeof (struct dk_gpt)) / \ macro
363 if (nparts > MAX_PARTS) { in efi_alloc_and_init()
367 MAX_PARTS); in efi_alloc_and_init()