Home
last modified time | relevance | path

Searched refs:md_get_mem (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dmbuf.c434 return (md_get_mem(mbp, x, 1, MB_MINLINE)); in md_get_uint8()
443 if ((err = md_get_mem(mbp, &v, sizeof (v), MB_MINLINE)) != 0) in md_get_uint16le()
455 if ((err = md_get_mem(mbp, &v, sizeof (v), MB_MINLINE)) != 0) in md_get_uint16be()
468 if ((err = md_get_mem(mbp, &v, sizeof (v), MB_MINLINE)) != 0) in md_get_uint32be()
481 if ((err = md_get_mem(mbp, &v, sizeof (v), MB_MINLINE)) != 0) in md_get_uint32le()
494 if ((err = md_get_mem(mbp, &v, sizeof (v), MB_MINLINE)) != 0) in md_get_uint64be()
507 if ((err = md_get_mem(mbp, &v, sizeof (v), MB_MINLINE)) != 0) in md_get_uint64le()
516 md_get_mem(mdchain_t *mbp, void *vmem, int size, int type) in md_get_mem() function
564 err = md_get_mem(mbp, m->m_data, size, MB_MSYSTEM); in md_get_mbuf()
H A Dntlmssp.c128 err = md_get_mem(&tmp_mb, NULL, sb->sb_offset, MB_MSYSTEM); in md_get_sb_data()
327 (void) md_get_mem(in_mb, &hdr.h_id, ID_SZ, MB_MSYSTEM); in ntlmssp_get_type2()
335 (void) md_get_mem(in_mb, &hdr.h_challenge, NTLM_CHAL_SZ, MB_MSYSTEM); in ntlmssp_get_type2()
H A Dnbns_rq.c423 error = md_get_mem(mbp, NULL, len, MB_MSYSTEM); in nbns_rq_getrr()
431 error = md_get_mem(mbp, NULL, rrp->rr_rdlength, MB_MSYSTEM); in nbns_rq_getrr()
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb3_crypt.c297 md_get_mem(mdp, th_sig, 4, MB_MSYSTEM); in smb3_msg_decrypt()
298 md_get_mem(mdp, NULL, SMB2_SIG_SIZE, MB_MZERO); // signature in smb3_msg_decrypt()
299 md_get_mem(mdp, NULL, SMB2_SIG_SIZE, MB_MZERO); // nonce in smb3_msg_decrypt()
H A Dsmb2_smb.c227 md_get_mem(mdp, sp->sv2_guid, 16, MB_MSYSTEM); in smb2_smb_negotiate()
254 md_get_mem(mdp, NULL, skip, MB_MSYSTEM); in smb2_smb_negotiate()
269 err = md_get_mem(mdp, wk->wk_u_auth_rbuf.lp_ptr, in smb2_smb_negotiate()
476 md_get_mem(mdp, NULL, skip, MB_MSYSTEM); in smb2_smb_ssnsetup()
491 err = md_get_mem(mdp, wk->wk_u_auth_rbuf.lp_ptr, in smb2_smb_ssnsetup()
976 md_get_mem(mdp, NULL, skip, MB_MSYSTEM); in smb2_smb_ntcreate()
1139 md_get_mem(mdp, NULL, skip, MB_MSYSTEM); in smb2_smb_ioctl()
1233 md_get_mem(mdp, NULL, skip, MB_MSYSTEM); in smb2_smb_read()
H A Dsmb_smb.c235 md_get_mem(mdp, NULL, 8, MB_MSYSTEM); /* SystemTime(s) */ in smb_smb_negotiate()
350 err = md_get_mem(mdp, NULL, SMB_GUIDLEN, MB_MSYSTEM); in smb_smb_negotiate()
379 err = md_get_mem(mdp, wk->wk_u_auth_rbuf.lp_ptr, sblen, MB_MUSER); in smb_smb_negotiate()
558 err = md_get_mem(mdp, sb, sblen, MB_MUSER); in smb_smb_ssnsetup()
806 md_get_mem(mdp, stype_str, tlen, MB_MSYSTEM); in smb_smb_treeconnect()
1184 md_get_mem(mdp, NULL, 4 * 2, MB_MSYSTEM); in smb_smb_readx()
1195 md_get_mem(mdp, NULL, doff - off, MB_MSYSTEM); in smb_smb_readx()
H A Dsubr_mchain.c752 return (md_get_mem(mdp, dst, size, MB_MINLINE)); in md_get_inline()
770 error = md_get_mem(MDP, DST, SZ, MB_MINLINE)
859 md_get_mem(struct mdchain *mdp, void *vdst, int size, int type) in md_get_mem() function
946 (void) md_get_mem(mdp, NULL, size, MB_MSYSTEM); in md_get_mbuf()
966 error = md_get_mem(mdp, CAST_DOWN(caddr_t, in md_get_uio()
H A Dnsmb.mapfile72 md_get_mem;
H A Dsmb2_rq.c382 error = md_get_mem(mdp, NULL, 16, MB_MSYSTEM); in smb2_rq_parsehdr()
H A Dsmb_iod.c682 err = md_get_mem(&md, sig, 4, MB_MSYSTEM); in smb1_iod_process()
693 md_get_mem(&md, NULL, skip, MB_MSYSTEM); in smb1_iod_process()
797 err = md_get_mem(&md, sig, 4, MB_MSYSTEM); in smb2_iod_process()
H A Dsmb_rq.c628 error = md_get_mem(mdp, sig, 4, MB_MSYSTEM); in smb_rq_parsehdr()
649 md_get_mem(mdp, NULL, 12, MB_MSYSTEM); in smb_rq_parsehdr()
969 md_get_mem(mdp, NULL, 3, MB_MSYSTEM); /* reserved */ in smb_nt_reply()
H A Dsmb_usr.c164 err = md_get_mem(&recv_md, ioc->ioc_rdata, len, mbseg); in smb_usr_xnp()
H A Dsmb_subrs.c1062 error = md_get_mem(mdc, cbuf, insize, MB_MSYSTEM); in smb_get_dstring()
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_subr.c445 error = md_get_mem(mdp, tmpbuf, nlen, MB_MSYSTEM); in smbfs_decode_fs_attr_info()
456 error = md_get_mem(mdp, fsa->fsa_tname, nlen, MB_MSYSTEM); in smbfs_decode_fs_attr_info()
H A Dsmbfs_smb2.c187 md_get_mem(mdp, NULL, skip, MB_MSYSTEM); in smbfs_smb2_query_info()
647 md_get_mem(mdp, NULL, skip, MB_MSYSTEM); in smbfs_smb2_qdir()
H A Dsmbfs_acl.c243 error = md_get_mem(mdp, ubuf, iocb.used, MB_MUSER); in smbfs_acl_iocget()
/illumos-gate/usr/src/common/smbclnt/
H A Dsmbfs_ntacl.c123 ERRCHK(md_get_mem(mdp, sid->sid_authority, 6, MB_MSYSTEM)); in md_get_sid()
240 ERRCHK(md_get_mem(mdp, NULL, ace_hdr.ace_size, MB_MSYSTEM)); in md_get_ace()
479 md_get_mem(&tmp_md, NULL, sacloff, MB_MSYSTEM); in md_get_ntsd()
484 md_get_mem(&tmp_md, NULL, dacloff, MB_MSYSTEM); in md_get_ntsd()
489 md_get_mem(&tmp_md, NULL, owneroff, MB_MSYSTEM); in md_get_ntsd()
494 md_get_mem(&tmp_md, NULL, groupoff, MB_MSYSTEM); in md_get_ntsd()
/illumos-gate/usr/src/uts/common/netsmb/
H A Dmchain.h254 int md_get_mem(mdchain_t *, void *, int, int);
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/
H A Dmapfile-vers78 md_get_mem;