Searched refs:mbparam (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_rq.c | 943 struct mdchain *mdp, mbparam, mbdata; in smb_t2_request_int() local 951 md_initm(&mbparam, m); /* do not free it! */ in smb_t2_request_int() 1047 error = md_get_mbuf(&mbparam, txpcount, &m); in smb_t2_request_int() 1123 error = md_get_mbuf(&mbparam, txpcount, &m); in smb_t2_request_int() 1175 struct mdchain *mdp, mbsetup, mbparam, mbdata; in smb_nt_request_int() local 1192 md_initm(&mbparam, m); /* do not free it! */ in smb_nt_request_int() 1264 error = md_get_mbuf(&mbparam, txpcount, &m); in smb_nt_request_int() 1334 error = md_get_mbuf(&mbparam, txpcount, &m); in smb_nt_request_int()
|