Home
last modified time | relevance | path

Searched refs:is_bootpar (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c324 if (is_bootpar(install_data.device.type) && do_version) in handle_install()
397 if (is_bootpar(device->type)) { in handle_getinfo()
495 if (is_bootpar(curr_device->type) || is_bootpar(attach_device->type)) { in handle_mirror()
755 if (is_bootpar(device->type)) { in get_start_sector()
897 if (is_bootpar(device->type)) { in get_disk_fd()
923 if (is_bootpar(device->type)) { in get_disk_fd()
987 if (is_bootpar(device->type)) { in write_stage2()
1119 if (!is_bootpar(device->type)) { in read_stage2_from_file()
1148 if (!(is_bootpar(device->type))) in read_stage2_from_file()
1181 if (is_bootpar(device->type)) { in prepare_stage1()
[all …]
H A Dinstallgrub.h75 #define is_bootpar(type) (type == IG_DEV_X86BOOTPAR) macro