Searched refs:nextb (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmbest.c185 reg Block_t *b, *endb, *nextb; local
198 for(; b < endb && rv == 0; b = nextb)
199 { nextb = (Block_t*)((Vmuchar_t*)DATA(b) + (SIZE(b)&~BITS) );
207 if(!ISBUSY(SIZE(nextb)) || !ISPFREE(SIZE(nextb)) )
228 if(ISPFREE(SIZE(nextb)) )
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Djfs.c111 grub_uint64_t nextb; member in struct:grub_jfs_tree_dir
505 || !grub_le_to_cpu64 (diro->dirpage->header.nextb))
508 next = grub_le_to_cpu64 (diro->dirpage->header.nextb);

Completed in 24 milliseconds