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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_create.c444 int32_t next_off; local
459 &next_off, /* l */
550 if (next_off == 0) {
556 if ((next_off & 7) != 0)
558 if ((top_offset + next_off) < in_mbc->chain_offset)
560 if ((top_offset + next_off) > in_mbc->max_bytes)
562 in_mbc->chain_offset = top_offset + next_off;
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dlibs.c736 size_t off, next_off; local
773 next_off = _elf_getnextoff(adp->ad_elf);
786 (void) elf_rand(adp->ad_elf, next_off);

Completed in 61 milliseconds