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

/u-boot/test/dm/
H A Dpart.c179 #define get_info_test(_part, _part_type, _reference) \ macro
184 get_info_test(i + 1, PART_TYPE_UNKNOWN, &gpt_parts[i]);
188 get_info_test(i + 1, PART_TYPE_DOS, &mbr_parts[i]);
192 get_info_test(i + 1, PART_TYPE_EFI, &gpt_parts[i]);

Completed in 93 milliseconds