Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_alloc.c237 uint32_t bblk = 0, eblk = 0; in ud_alloc_space_bmap() local
306 bblk = begin * bb_count; in ud_alloc_space_bmap()
307 eblk = bblk + bb_count; in ud_alloc_space_bmap()
318 bno - bblk, temp)) == temp) { in ud_alloc_space_bmap()
319 ud_mark_used(addr, bno - bblk, temp); in ud_alloc_space_bmap()
347 while (skip[addr[(bno - bblk) >> 3]] == 8) in ud_alloc_space_bmap()
349 bno += skip[addr[(bno - bblk) >> 3]]; in ud_alloc_space_bmap()
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c1903 ib_bootblock_t *bblk; in prepare_stage1() local
1929 bblk = stage2->pl_src_data; in prepare_stage1()
1930 size = bblk->buf_size / sector_size; in prepare_stage1()