Searched refs:MAX_PARTS (Results 1 – 3 of 3) sorted by relevance
41 #define MAX_PARTS 10 macro56 uint32_t part_loc[MAX_PARTS];57 uint32_t part_len[MAX_PARTS];221 struct ud_part part[MAX_PARTS];
157 #define MAX_PARTS ((4294967295UL - sizeof (struct dk_gpt)) / \ macro196 if (nparts > MAX_PARTS) { in efi_alloc_and_init()200 MAX_PARTS); in efi_alloc_and_init()
91 #define MAX_PARTS 10 macro