Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c395 if (is_bootpar(device->type)) { in handle_getinfo()
493 if (is_bootpar(curr_device->type) || is_bootpar(attach_device->type)) { in handle_mirror()
753 if (is_bootpar(device->type)) { in get_start_sector()
898 if (is_bootpar(device->type)) { in get_disk_fd()
924 if (is_bootpar(device->type)) { in get_disk_fd()
988 if (is_bootpar(device->type)) { in write_stage2()
1120 if (!is_bootpar(device->type)) { in read_stage2_from_file()
1149 if (!(is_bootpar(device->type))) in read_stage2_from_file()
1182 if (is_bootpar(device->type)) { in prepare_stage1()
1388 if (is_bootpar(device->type)) { in prepare_stage2()
[all …]
H A Dinstallgrub.h75 #define is_bootpar(type) (type == IG_DEV_X86BOOTPAR) macro