Searched refs:get_bootable (Results 1 – 2 of 2) sorted by relevance
41 static int get_bootable(dos_partition_t *p) in get_bootable() function62 (get_bootable(p) ? " Boot" : "")); in print_one_part()260 info->bootable = get_bootable(pt); in part_get_info_extended()
80 static int get_bootable(gpt_entry *p) in get_bootable() function300 info->bootable = get_bootable(&gpt_pte[part - 1]); in part_get_info_efi()
Completed in 5 milliseconds