Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_mchain.c375 return (md_get_mem(mdp, x, 1, MB_MINLINE)); in md_get_uint8()
381 return (md_get_mem(mdp, (caddr_t)x, 2, MB_MINLINE)); in md_get_uint16()
409 return (md_get_mem(mdp, (caddr_t)x, 4, MB_MINLINE)); in md_get_uint32()
439 return (md_get_mem(mdp, (caddr_t)x, 8, MB_MINLINE)); in md_get_int64()
467 md_get_mem(struct mdchain *mdp, caddr_t target, int size, int type) in md_get_mem() function
518 md_get_mem(mdp, NULL, size, MB_MZERO); in md_get_mbuf()
543 error = md_get_mem(mdp, uiocp, left, mtype); in md_get_uio()
/freebsd/sys/netsmb/
H A Dsmb_usr.c261 error = md_get_mem(mdp, dp->ioc_rpbuf, wc, MB_MUSER); in smb_usr_simplerequest()
270 error = md_get_mem(mdp, dp->ioc_rpbuf + wc, bc, MB_MUSER); in smb_usr_simplerequest()
340 error = md_get_mem(mdp, dp->ioc_rparam, len, MB_MUSER); in smb_usr_t2request()
353 error = md_get_mem(mdp, dp->ioc_rdata, len, MB_MUSER); in smb_usr_t2request()
H A Dsmb_smb.c180 md_get_mem(mdp, stime, 8, MB_MSYSTEM); in smb_smb_negotiate()
192 md_get_mem(mdp, NULL, 16, MB_MSYSTEM); in smb_smb_negotiate()
193 error = md_get_mem(mdp, vcp->vc_ch, sblen, MB_MSYSTEM); in smb_smb_negotiate()
243 error = md_get_mem(mdp, vcp->vc_ch, swlen, MB_MSYSTEM); in smb_smb_negotiate()
682 md_get_mem(mdp, NULL, 4 * 2, MB_MSYSTEM); in smb_smb_readx()
687 md_get_mem(mdp, NULL, doff - off, MB_MSYSTEM); in smb_smb_readx()
799 md_get_mem(mdp, NULL, 4 * 2, MB_MSYSTEM); in smb_smb_read()
H A Dsmb_trantcp.c262 md_get_mem(mdp, (caddr_t)&sin.sin_addr, 4, MB_MSYSTEM); in nbssn_rq_request()
/freebsd/sys/modules/libmchain/
H A DMakefile38 md_get_mem \
/freebsd/sys/sys/
H A Dmchain.h97 int md_get_mem(struct mdchain *mdp, caddr_t target, int size, int type);
/freebsd/sys/fs/smbfs/
H A Dsmbfs_smb.c1058 md_get_mem(mbp, ctx->f_skey, SMB_SKEYLEN, MB_MSYSTEM); in smbfs_findnextLM1()
1064 md_get_mem(mbp, cp, sizeof(ctx->f_fname), MB_MSYSTEM); in smbfs_findnextLM1()
1309 error = md_get_mem(mbp, cp, nmlen, MB_MSYSTEM); in smbfs_findnextLM2()
1315 md_get_mem(mbp, NULL, cnt, MB_MSYSTEM); in smbfs_findnextLM2()
/freebsd/share/man/man9/
H A DMakefile1604 mdchain.9 md_get_mem.9 \