Searched refs:in_mbc (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb2_ioctl.c | 53 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 D | smb2_create.c | 435 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 D | smb_trans2_dfs.c | 70 fsctl.in_mbc = &xa->req_param_mb; in smb_com_trans2_get_dfs_referral()
|
H A D | smb_nt_transact_ioctl.c | 351 fsctl.in_mbc = &xa->req_param_mb; in smb_nt_trans_ioctl_enum_snaps()
|
H A D | smb_dfs.c | 125 rc = smb_mbc_decodef(fsctl->in_mbc, "%wu", in smb_dfs_get_referrals()
|
H A D | smb_opipe.c | 508 rc = smb_mbc_decodef(fsctl->in_mbc, "#B", in smb_opipe_transceive()
|
H A D | smb_common_transact.c | 1432 fsctl.in_mbc = &xa->req_data_mb; /* write from here */ in smb_trans_nmpipe()
|
/titanic_50/usr/src/uts/common/smbsrv/ |
H A D | smb_ktypes.h | 1440 mbuf_chain_t *in_mbc; member
|