Home
last modified time | relevance | path

Searched refs:in_mbc (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_ioctl.c53 mbuf_chain_t in_mbc; in smb2_ioctl() local
63 bzero(&in_mbc, sizeof (in_mbc)); in smb2_ioctl()
148 rc = MBC_SHADOW_CHAIN(&in_mbc, &sr->smb_data, in smb2_ioctl()
155 fsctl.in_mbc = &in_mbc; in smb2_ioctl()
H A Dsmb2_create.c435 smb2_decode_create_ctx(mbuf_chain_t *in_mbc, smb2_create_ctx_t *cc) in smb2_decode_create_ctx() argument
455 top_offset = in_mbc->chain_offset; in smb2_decode_create_ctx()
457 in_mbc, in smb2_decode_create_ctx()
475 if ((top_offset + name_off) < in_mbc->chain_offset) in smb2_decode_create_ctx()
477 rc = MBC_SHADOW_CHAIN(&name_mbc, in_mbc, in smb2_decode_create_ctx()
541 if ((top_offset + data_off) < in_mbc->chain_offset) in smb2_decode_create_ctx()
543 rc = MBC_SHADOW_CHAIN(&cce->cce_mbc, in_mbc, 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()
H A Dsmb_trans2_dfs.c70 fsctl.in_mbc = &xa->req_param_mb; in smb_com_trans2_get_dfs_referral()
H A Dsmb_nt_transact_ioctl.c351 fsctl.in_mbc = &xa->req_param_mb; in smb_nt_trans_ioctl_enum_snaps()
H A Dsmb_dfs.c125 rc = smb_mbc_decodef(fsctl->in_mbc, "%wu", in smb_dfs_get_referrals()
H A Dsmb_opipe.c508 rc = smb_mbc_decodef(fsctl->in_mbc, "#B", in smb_opipe_transceive()
H A Dsmb_common_transact.c1432 fsctl.in_mbc = &xa->req_data_mb; /* write from here */ in smb_trans_nmpipe()
/titanic_50/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1440 mbuf_chain_t *in_mbc; member