md_get_mem
return md_get_mem(mdp, x, 1, MB_MINLINE);
return md_get_mem(mdp, (caddr_t)x, 2, MB_MINLINE);
return md_get_mem(mdp, (caddr_t)x, 4, MB_MINLINE);
return md_get_mem(mdp, (caddr_t)x, 8, MB_MINLINE);
md_get_mem(mdp, NULL, size, MB_MZERO);
error = md_get_mem(mdp, uiocp, left, mtype);
md_get_mem(mdp, stime, 8, MB_MSYSTEM);
md_get_mem(mdp, NULL, 16, MB_MSYSTEM);
error = md_get_mem(mdp, vcp->vc_ch, sblen, MB_MSYSTEM);
error = md_get_mem(mdp, vcp->vc_ch, swlen, MB_MSYSTEM);
md_get_mem(mdp, NULL, 4 * 2, MB_MSYSTEM);
md_get_mem(mdp, (caddr_t)&sin.sin_addr, 4, MB_MSYSTEM);
error = md_get_mem(mdp, dp->ioc_rpbuf, wc, MB_MUSER);
error = md_get_mem(mdp, dp->ioc_rpbuf + wc, bc, MB_MUSER);
error = md_get_mem(mdp, dp->ioc_rparam, len, MB_MUSER);
error = md_get_mem(mdp, dp->ioc_rdata, len, MB_MUSER);
int md_get_mem(struct mdchain *mdp, caddr_t target, int size, int type);
error = md_get_mem(mbp, cp, nmlen, MB_MSYSTEM);
md_get_mem(mbp, NULL, cnt, MB_MSYSTEM);
md_get_mem(mbp, ctx->f_skey, SMB_SKEYLEN, MB_MSYSTEM);
md_get_mem(mbp, cp, sizeof(ctx->f_fname), MB_MSYSTEM);