Searched refs:smb_mbc_copy (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_common_transact.c | 110 if (smb_mbc_copy(&xa->req_setup_mb, &sr->smb_vwv, in smb_com_transaction() 116 if (smb_mbc_copy(&xa->req_param_mb, &sr->command, psoff, pscnt)) { in smb_com_transaction() 121 if (smb_mbc_copy(&xa->req_data_mb, &sr->command, dsoff, dscnt)) { in smb_com_transaction() 225 if (smb_mbc_copy(&xa->req_param_mb, &sr->command, psoff, pscnt)) { in smb_com_transaction_secondary() 231 if (smb_mbc_copy(&xa->req_data_mb, &sr->command, dsoff, dscnt)) { in smb_com_transaction_secondary() 322 if (smb_mbc_copy(&xa->req_setup_mb, &sr->smb_vwv, in smb_com_transaction2() 328 if (smb_mbc_copy(&xa->req_param_mb, &sr->command, psoff, pscnt)) { in smb_com_transaction2() 333 if (smb_mbc_copy(&xa->req_data_mb, &sr->command, dsoff, dscnt)) { in smb_com_transaction2() 430 if (smb_mbc_copy(&xa->req_param_mb, &sr->command, psoff, pscnt)) { in smb_com_transaction2_secondary() 436 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 | 761 smb_mbc_copy(mbuf_chain_t *dst_mbc, const mbuf_chain_t *src_mbc, in smb_mbc_copy() function
|
/titanic_41/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 346 int smb_mbc_copy(mbuf_chain_t *, const mbuf_chain_t *, int, int);
|