Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_create.c735 int32_t next_off; in smb2_decode_create_ctx() local
755 &next_off, /* l */ in smb2_decode_create_ctx()
1000 if (next_off == 0) { in smb2_decode_create_ctx()
1006 if ((next_off & 7) != 0) in smb2_decode_create_ctx()
1008 if ((top_offset + next_off) < in_mbc->chain_offset) in smb2_decode_create_ctx()
1010 if ((top_offset + next_off) > in_mbc->max_bytes) in smb2_decode_create_ctx()
1012 in_mbc->chain_offset = top_offset + next_off; in smb2_decode_create_ctx()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dlibs.c737 size_t off, next_off; in ar_extract_all() local
774 next_off = _elf_getnextoff(adp->ad_elf); in ar_extract_all()
787 (void) elf_rand(adp->ad_elf, next_off); in ar_extract_all()