Searched refs:smb_mbc_copy (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_common_transact.c | 116 if (smb_mbc_copy(&xa->req_setup_mb, &sr->smb_vwv, in smb_com_transaction() 122 if (smb_mbc_copy(&xa->req_param_mb, &sr->command, psoff, pscnt)) { in smb_com_transaction() 127 if (smb_mbc_copy(&xa->req_data_mb, &sr->command, dsoff, dscnt)) { in smb_com_transaction() 231 if (smb_mbc_copy(&xa->req_param_mb, &sr->command, psoff, pscnt)) { in smb_com_transaction_secondary() 237 if (smb_mbc_copy(&xa->req_data_mb, &sr->command, dsoff, dscnt)) { in smb_com_transaction_secondary() 328 if (smb_mbc_copy(&xa->req_setup_mb, &sr->smb_vwv, in smb_com_transaction2() 334 if (smb_mbc_copy(&xa->req_param_mb, &sr->command, psoff, pscnt)) { in smb_com_transaction2() 339 if (smb_mbc_copy(&xa->req_data_mb, &sr->command, dsoff, dscnt)) { in smb_com_transaction2() 436 if (smb_mbc_copy(&xa->req_param_mb, &sr->command, psoff, pscnt)) { in smb_com_transaction2_secondary() 442 if (smb_mbc_copy(&xa->req_data_mb, &sr->command, dsoff, dscnt)) { in smb_com_transaction2_secondary() [all …]
|
H A D | smb_mbuf_marshaling.c | 806 smb_mbc_copy(mbuf_chain_t *dst_mbc, const mbuf_chain_t *src_mbc, in smb_mbc_copy() function
|
/titanic_50/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 411 int smb_mbc_copy(mbuf_chain_t *, const mbuf_chain_t *, int, int);
|