Home
last modified time | relevance | path

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

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