Home
last modified time | relevance | path

Searched refs:nextblock (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c716 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()
832 wtvolseq(tp, nextblock, nextblock + volseq_sectors); in volseqinit()
833 nextblock++; in volseqinit()
848 wtvolseq(tp, nextblock, nextblock + volseq_sectors); in volseqinit()
849 nextblock++; in volseqinit()
[all …]
/illumos-gate/usr/src/lib/libdwarf/common/
H A Dpro_alloc.c88 memory_list_t *nextblock = NULL; in _dwarf_p_get_alloc() local
107 nextblock = dbglp->next; in _dwarf_p_get_alloc()
112 lp->next = nextblock; in _dwarf_p_get_alloc()
113 nextblock->prev = lp; in _dwarf_p_get_alloc()
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dsetup.c378 daddr_t nextblock; in readvolseq() local
424 nextblock = avp->avd_main_vdse.ext_loc; in readvolseq()
425 for (cp = (uint8_t *)main_vdbuf; cp < end; cp += fsbsize, nextblock++) { in readvolseq()
428 err = verifytag(tp, nextblock, tp, 0); in readvolseq()
431 (void) printf("blk %lx err %s tag %d\n", nextblock, in readvolseq()
438 nextblock); in readvolseq()