Searched refs:MB_MSYSTEM (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/smb-759.0/lib/smb/
H A Dprint.c102 mb_put_mem(mbp, (char*)&fh, 2, MB_MSYSTEM);
H A Dmsdfs.c673 offset, MB_MSYSTEM);
699 utf16Str, utf16Len, MB_MSYSTEM);
1150 referral_size, MB_MSYSTEM);
1409 referral_size, MB_MSYSTEM);
1575 16, MB_MSYSTEM);
1591 referral_size, MB_MSYSTEM);
H A Dnbns_rq.c142 error = md_get_mem(mdp, NULL, len, MB_MSYSTEM);
150 error = md_get_mem(mdp, NULL, rrp->rr_rdlength, MB_MSYSTEM);
H A Dsmbio.c165 md_get_mem(mdp, (caddr_t)outparms->volumeGID, sizeof(outparms->volumeGID), MB_MSYSTEM);
/macosx-10.10.1/smb-759.0/kernel/sys5/kern/
H A Dsubr_mchain.c358 return mb_put_mem(mbp, &x, 1, MB_MSYSTEM);
366 return mb_put_mem(mbp, (caddr_t)&x, sizeof(x), MB_MSYSTEM);
372 return mb_put_mem(mbp, (caddr_t)&x, sizeof(x), MB_MSYSTEM);
378 return mb_put_mem(mbp, (caddr_t)&x, sizeof(x), MB_MSYSTEM);
384 return mb_put_mem(mbp, (caddr_t)&x, sizeof(x), MB_MSYSTEM);
390 return mb_put_mem(mbp, (caddr_t)&x, sizeof(x), MB_MSYSTEM);
396 return mb_put_mem(mbp, (caddr_t)&x, sizeof(x), MB_MSYSTEM);
402 return mb_put_mem(mbp, (caddr_t)&x, sizeof(x), MB_MSYSTEM);
433 case MB_MSYSTEM:
808 case MB_MSYSTEM
[all...]
/macosx-10.10.1/smb-759.0/kernel/netsmb/
H A Dsmb_smb.c325 mb_put_mem(mbp, dp->d_name, strlen(dp->d_name), MB_MSYSTEM);
333 mb_put_mem(mbp, dp->d_name, strlen(dp->d_name), MB_MSYSTEM);
399 md_get_mem(mdp, (caddr_t)stime, 8, MB_MSYSTEM);
472 error = md_get_mem(mdp, (caddr_t)(vcp->vc_ch), sblen, MB_MSYSTEM);
489 (void)md_get_mem(mdp, NULL, SMB_GUIDLEN, MB_MSYSTEM);
500 error = md_get_mem(mdp, (void *)vcp->negotiate_token, vcp->negotiate_tokenlen, MB_MSYSTEM);
609 error = md_get_mem(mdp, (void *)tmpbuf, bc, MB_MSYSTEM);
1043 mb_put_mem(mbp, pp, plen, MB_MSYSTEM); /* password */
1045 mb_put_mem(mbp, (caddr_t)unipp, uniplen, MB_MSYSTEM);
1230 error = md_get_mem(mdp, (void *)tmpbuf, bc, MB_MSYSTEM);
1576 mb_put_mem(mbp, (caddr_t)&smb1_fid, sizeof(smb1_fid), MB_MSYSTEM); local
1680 mb_put_mem(mbp, (caddr_t)&smb1_fid, sizeof(smb1_fid), MB_MSYSTEM); local
[all...]
H A Dsmb_smb_2.c682 MB_MSYSTEM); local
1151 mb_put_mem(mbp, (caddr_t) tokenptr, tokenlen, MB_MSYSTEM);
1244 error = md_get_mem(mdp, NULL, sec_buf_offset, MB_MSYSTEM);
1260 error = md_get_mem(mdp, (caddr_t) gp->gss_token, gp->gss_tokenlen, MB_MSYSTEM);
1379 dfs_referral->file_name_len, MB_MSYSTEM);
1479 substitute_name_len, MB_MSYSTEM); local
1481 print_name_len, MB_MSYSTEM); local
1496 ioctlp->snd_input_len, MB_MSYSTEM); local
2187 error = md_get_mem(mdp, NULL, output_buffer_offset, MB_MSYSTEM);
2218 error = md_get_mem(mdp, NULL, next_entry_offset, MB_MSYSTEM);
5991 MB_MSYSTEM); local
6828 mb_put_mem(mbp, (caddr_t)&ntsd, sizeof ntsd, MB_MSYSTEM); local
[all...]
H A Dsmb_rq_2.c789 error = md_get_mem(mdp, NULL, pad_bytes, MB_MSYSTEM);
818 mb_put_mem(mbp, SMB2_SIGNATURE, SMB2_SIGLEN, MB_MSYSTEM); /* Protocol ID */
842 mb_put_mem(mbp, SMB2_SIGNATURE, SMB2_SIGLEN, MB_MSYSTEM); /* Protocol ID */
1016 error = md_get_mem(*mdp, (caddr_t) &signature, sizeof(signature), MB_MSYSTEM);
H A Dsmb_gss.c531 mb_put_mem(mbp, (caddr_t) tokenptr, tokenlen, MB_MSYSTEM);
591 error = md_get_mem(mdp, (caddr_t) gp->gss_token, gp->gss_tokenlen, MB_MSYSTEM);
H A Dsmb_trantcp.c147 error = mb_put_mem(mbp, (const char *)cp, seglen, MB_MSYSTEM);
325 md_get_mem(mdp, (caddr_t)&sin.sin_addr, 4, MB_MSYSTEM); local
H A Dsmb_subr.c715 error = mb_put_mem(mbp, utf16Str, utf16OutLen, MB_MSYSTEM);
H A Dsmb_rq.c124 mb_put_mem(mbp, SMB_SIGNATURE, SMB_SIGLEN, MB_MSYSTEM);
889 md_get_mem(mdp, NULL, 3, MB_MSYSTEM); /* reserved */
/macosx-10.10.1/smb-759.0/kernel/sys5/sys/
H A Dmchain.h41 #define MB_MSYSTEM 0 /* use bcopy() */ macro
/macosx-10.10.1/smb-759.0/kernel/smbfs/
H A Dsmbfs_smb.c142 mb_put_mem(mbp, (caddr_t)&smb1_fid, sizeof(smb1_fid), MB_MSYSTEM); local
388 MB_MSYSTEM); /* Full path name */
686 mb_put_mem(mbp, (caddr_t)&smb1_fid, sizeof(smb1_fid), MB_MSYSTEM); local
791 mb_put_mem(mbp, (caddr_t)(ntwrkpath), ntwrkpathlen, MB_MSYSTEM);
1146 mb_put_mem(&mbp, path, SubstituteNameLength, MB_MSYSTEM);
1147 mb_put_mem(&mbp, path, PrintNameLength, MB_MSYSTEM);
1278 md_get_mem(&mdp, NULL, SubstituteNameOffset, MB_MSYSTEM);
1285 error = md_get_mem(&mdp, (void *)ntwrkname, (size_t)SubstituteNameLength, MB_MSYSTEM);
1495 error = md_get_mem(mdp, (void *)ntwrkname, nmlen, MB_MSYSTEM);
1660 if ((error = md_get_mem(mdp, ntwrk_name, nlen, MB_MSYSTEM))) {
2411 mb_put_mem(mbp, (caddr_t)&smb1_fid, sizeof(smb1_fid), MB_MSYSTEM); local
2724 mb_put_mem(mbp, (caddr_t)&smb1_fid, sizeof(smb1_fid), MB_MSYSTEM); local
2763 mb_put_mem(mbp, (caddr_t)&smb1_fid, sizeof(smb1_fid), MB_MSYSTEM); local
2801 mb_put_mem(mbp, (caddr_t)&smb1_fid, sizeof(smb1_fid), MB_MSYSTEM); local
3225 mb_put_mem(mbp, (caddr_t)&smb1_fid, sizeof(smb1_fid), MB_MSYSTEM); local
3505 md_get_mem(mdp, (caddr_t)VolumeGID, sizeof(VolumeGID), MB_MSYSTEM); local
4087 md_get_mem(mdp, (caddr_t)VolumeGID, sizeof(VolumeGID), MB_MSYSTEM); local
4333 md_get_mem(mdp, (caddr_t)VolumeGID, sizeof(VolumeGID), MB_MSYSTEM); local
4644 mb_put_mem(mbp, (caddr_t)&smb1_fid, sizeof(smb1_fid), MB_MSYSTEM); local
5040 mb_put_mem(mbp, (caddr_t)&ctx->f_Sid, 2, MB_MSYSTEM); local
5154 mb_put_mem(mbp, (caddr_t)&ctx->f_Sid, 2, MB_MSYSTEM); local
5981 mb_put_mem(mbp, (caddr_t)&smb1_fid, sizeof(smb1_fid), MB_MSYSTEM); local
6106 mb_put_mem(mbp, (caddr_t)&smb1_fid, sizeof(smb1_fid), MB_MSYSTEM); local
6141 mb_put_mem(mbp, (caddr_t)&ntsd, sizeof ntsd, MB_MSYSTEM); local
6143 mb_put_mem(mbp, (caddr_t)owner, sidlen(owner), MB_MSYSTEM); local
6145 mb_put_mem(mbp, (caddr_t)group, sidlen(group), MB_MSYSTEM); local
6147 mb_put_mem(mbp, (caddr_t)sacl, acllen(sacl), MB_MSYSTEM); local
6149 mb_put_mem(mbp, (caddr_t)dacl, acllen(dacl), MB_MSYSTEM); local
[all...]
H A Dsmbfs_subr.c122 smp->sm_args.path_len, MB_MSYSTEM);
H A Dsmbfs_notify_change.c265 error = md_get_mem(mdp, NULL, nextoffset, MB_MSYSTEM);
H A Dsmbfs_security.c1439 error = md_get_mem(mdp, sidbufptr, ntwrk_sid_size, MB_MSYSTEM);

Completed in 193 milliseconds