Searched refs:md_get_mem (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dmbuf.c434 return (md_get_mem(mbp, x, 1, MB_MINLINE));
443 if ((err = md_get_mem(mbp, &v, sizeof (v), MB_MINLINE)) != 0)
455 if ((err = md_get_mem(mbp, &v, sizeof (v), MB_MINLINE)) != 0)
468 if ((err = md_get_mem(mbp, &v, sizeof (v), MB_MINLINE)) != 0)
481 if ((err = md_get_mem(mbp, &v, sizeof (v), MB_MINLINE)) != 0)
494 if ((err = md_get_mem(mbp, &v, sizeof (v), MB_MINLINE)) != 0)
507 if ((err = md_get_mem(mbp, &v, sizeof (v), MB_MINLINE)) != 0)
516 md_get_mem(mdchain_t *mbp, void *vmem, int size, int type) function
564 err = md_get_mem(mbp, m->m_data, size, MB_MSYSTEM);
H A Dnegprot.c234 md_get_mem(mbp, NULL, 8, MB_MSYSTEM); /* SystemTime(s) */
347 err = md_get_mem(mbp, NULL, SMB_GUIDLEN, MB_MSYSTEM);
380 err = md_get_mem(mbp, ctx->ct_srv_chal,
H A Drq.c420 md_get_mem(mbp, (char *)sigbuf, 4, MB_MSYSTEM);
430 md_get_mem(mbp, NULL, 12, MB_MSYSTEM);
H A Dntlmssp.c128 err = md_get_mem(&tmp_mb, NULL, sb->sb_offset, MB_MSYSTEM);
329 (void) md_get_mem(in_mb, &hdr.h_id, ID_SZ, MB_MSYSTEM);
337 (void) md_get_mem(in_mb, &hdr.h_challenge, NTLM_CHAL_SZ, MB_MSYSTEM);
H A Dnbns_rq.c423 error = md_get_mem(mbp, NULL, len, MB_MSYSTEM);
431 error = md_get_mem(mbp, NULL, rrp->rr_rdlength, MB_MSYSTEM);
/illumos-gate/usr/src/uts/common/netsmb/
H A Dmchain.h249 int md_get_mem(mdchain_t *, void *, int, int);
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_xattr.c420 error = md_get_mem(mdp, ctx->f_name, nmlen, MB_MSYSTEM);
439 (void) md_get_mem(mdp, NULL, skip, MB_MSYSTEM);
H A Dsmbfs_smb.c424 error = md_get_mem(mdp, tmpbuf, nlen, MB_MSYSTEM);
433 error = md_get_mem(mdp, fsa->fsa_tname, nlen, MB_MSYSTEM);
1864 md_get_mem(mdp, (char *)ctx->f_skey, SMB_SKEYLEN, MB_MSYSTEM);
1870 error = md_get_mem(mdp, cp, sizeof (ctx->f_fname), MB_MSYSTEM);
2143 error = md_get_mem(mdp, NULL, 30, MB_MSYSTEM);
2164 error = md_get_mem(mdp, cp, nmlen, MB_MSYSTEM);
2175 md_get_mem(mdp, NULL, cnt, MB_MSYSTEM);
2584 error = md_get_mem(mdp, (caddr_t)*res, len, MB_MSYSTEM);
H A Dsmbfs_acl.c255 error = md_get_mem(mdp, ubuf, iocb.used, MB_MUSER);
/illumos-gate/usr/src/common/smbclnt/
H A Dsmbfs_ntacl.c120 ERRCHK(md_get_mem(mdp, sid->sid_authority, 6, MB_MSYSTEM));
237 ERRCHK(md_get_mem(mdp, NULL, ace_hdr.ace_size, MB_MSYSTEM));
476 md_get_mem(&tmp_md, NULL, sacloff, MB_MSYSTEM);
481 md_get_mem(&tmp_md, NULL, dacloff, MB_MSYSTEM);
486 md_get_mem(&tmp_md, NULL, owneroff, MB_MSYSTEM);
491 md_get_mem(&tmp_md, NULL, groupoff, MB_MSYSTEM);
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_smb.c287 md_get_mem(mdp, stype_str, tlen, MB_MSYSTEM);
755 md_get_mem(mdp, NULL, 4 * 2, MB_MSYSTEM);
766 md_get_mem(mdp, NULL, doff - off, MB_MSYSTEM);
908 md_get_mem(mdp, NULL, 4 * 2, MB_MSYSTEM); /* res. */
H A Dsubr_mchain.c690 * Inline version of md_get_mem(). Handles the easy case in-line,
691 * and calls md_get_mem() if crossing mblk boundaries, etc.
708 return (md_get_mem(mdp, dst, size, MB_MINLINE));
726 error = md_get_mem(MDP, DST, SZ, MB_MINLINE)
815 md_get_mem(struct mdchain *mdp, void *vdst, int size, int type) function
920 error = md_get_mem(mdp, CAST_DOWN(caddr_t,
H A Dsmb_usr.c189 err = md_get_mem(mdp, ioc->ioc_rbuf, rsz, mbseg);
296 err = md_get_mem(mdp, ioc->ioc_rparam, len, mbseg);
312 err = md_get_mem(mdp, ioc->ioc_rdata, len, mbseg);
H A Dsmb_rq.c849 md_get_mem(mdp, NULL, 3, MB_MSYSTEM); /* reserved */

Completed in 93 milliseconds