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

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

Completed in 54 milliseconds