Home
last modified time | relevance | path

Searched refs:m_copym (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/netsmb/
H A Dmchain.h142 mblk_t *m_copym(mblk_t *, int, int, int);
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsubr_mchain.c943 rm = m_copym(m, off, size, M_WAITOK); in md_get_mbuf()
1001 m_copym(mblk_t *m, int off, int len, int wait) in m_copym() function
H A Dsmb_rq.c789 n = m_copym(mtop, offset, count, M_WAITOK); in smb_t2_placedata()