Searched refs:nextblock (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/udfs/mkfs/ |
H A D | mkfs.c | 628 daddr_t nextblock, endblock; in volseqinit() local 647 nextblock = VOLRECSTART / sectorsize; in volseqinit() 668 wtfs(nextblock, 8192, buf); in volseqinit() 680 nextblock = VOLSEQSTART; in volseqinit() 716 wtvolseq(tp, nextblock, nextblock + volseq_sectors); in volseqinit() 717 nextblock++; in volseqinit() 745 wtvolseq(tp, nextblock, nextblock + volseq_sectors); in volseqinit() 746 nextblock++; in volseqinit() 796 wtvolseq(tp, nextblock, nextblock + volseq_sectors); in volseqinit() 797 nextblock++; in volseqinit() [all …]
|
/titanic_41/usr/src/tools/ctf/dwarf/common/ |
H A D | pro_alloc.c | 82 memory_list_t *nextblock = NULL; in _dwarf_p_get_alloc() local 101 nextblock = dbglp->next; in _dwarf_p_get_alloc() 106 lp->next = nextblock; in _dwarf_p_get_alloc() 107 nextblock->prev = lp; in _dwarf_p_get_alloc()
|
/titanic_41/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | setup.c | 355 daddr_t nextblock; in readvolseq() local 399 nextblock = avp->avd_main_vdse.ext_loc; in readvolseq() 400 for (cp = (uint8_t *)main_vdbuf; cp < end; cp += fsbsize, nextblock++) { in readvolseq() 403 err = verifytag(tp, nextblock, tp, 0); in readvolseq() 406 (void) printf("blk %lx err %s tag %d\n", nextblock, in readvolseq() 413 nextblock); in readvolseq()
|