Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c1184 pl->pl_cb.read_bbl = read_stage1_bbl_cb; in probe_gpt()
1203 pl->pl_cb.read_bbl = read_stage2_file_cb; in probe_gpt()
1218 pl->pl_cb.read_bbl = read_stage2_file_cb; in probe_gpt()
1231 pl->pl_cb.read_bbl = read_stage2_file_cb; in probe_gpt()
1261 pl->pl_cb.read_bbl = read_stage1_bbl_cb; in probe_gpt()
1289 pl->pl_cb.read_bbl = read_stage2_file_cb; in probe_gpt()
1507 pl->pl_cb.read_bbl = read_stage1_bbl_cb; in probe_vtoc()
1533 pl->pl_cb.read_bbl = read_stage2_file_cb; in probe_vtoc()
1600 pl->pl_cb.read_bbl = read_stage2_file_cb; in probe_mbr()
1635 pl->pl_cb.read_bbl = read_stage1_bbl_cb; in probe_mbr()
[all …]
H A Dinstallboot.h102 bool (*read_bbl)(struct partlist *); member