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.c1182 pl->pl_cb.read_bbl = read_stage1_bbl_cb; in probe_gpt()
1201 pl->pl_cb.read_bbl = read_stage2_file_cb; in probe_gpt()
1216 pl->pl_cb.read_bbl = read_stage2_file_cb; in probe_gpt()
1229 pl->pl_cb.read_bbl = read_stage2_file_cb; in probe_gpt()
1259 pl->pl_cb.read_bbl = read_stage1_bbl_cb; in probe_gpt()
1505 pl->pl_cb.read_bbl = read_stage1_bbl_cb; in probe_vtoc()
1531 pl->pl_cb.read_bbl = read_stage2_file_cb; in probe_vtoc()
1633 pl->pl_cb.read_bbl = read_stage1_bbl_cb; in probe_mbr()
1660 pl->pl_cb.read_bbl = read_stage2_file_cb; in probe_mbr()
1750 pl->pl_cb.read_bbl = read_stage1_bbl_cb; in probe_device()
[all …]
H A Dinstallboot.h102 bool (*read_bbl)(struct partlist *); member