Searched refs:is_bootpar (Results 1 – 2 of 2) sorted by relevance
317 if (is_bootpar(install_data.device.type) && do_version) in handle_install()390 if (is_bootpar(device->type)) { in handle_getinfo()488 if (is_bootpar(curr_device->type) || is_bootpar(attach_device->type)) { in handle_mirror()748 if (is_bootpar(device->type)) { in get_start_sector()890 if (is_bootpar(device->type)) { in get_disk_fd()916 if (is_bootpar(device->type)) { in get_disk_fd()980 if (is_bootpar(device->type)) { in write_stage2()1112 if (!is_bootpar(device->type)) { in read_stage2_from_file()1141 if (!(is_bootpar(device->type))) in read_stage2_from_file()1174 if (is_bootpar(device->type)) { in prepare_stage1()[all …]
75 #define is_bootpar(type) (type == IG_DEV_X86BOOTPAR) macro