Home
last modified time | relevance | path

Searched refs:MmGetMdlByteCount (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/compat/ndis/
H A Dsubr_ndis.c2015 return (MmGetMdlByteCount(buf));
2031 *len = MmGetMdlByteCount(buf);
2045 *len = MmGetMdlByteCount(buf);
2070 MmGetMdlByteCount(buf) = len;
2376 if (MmGetMdlByteCount(buf) == 0)
2379 MmGetMdlByteCount(buf)));
2403 *len = MmGetMdlByteCount(buf);
3070 scnt = MmGetMdlByteCount(src);
3071 dcnt = MmGetMdlByteCount(dst);
3079 soff -= MmGetMdlByteCount(src);
[all …]
H A Dntoskrnl_var.h154 #define MmGetMdlByteCount(mdl) ((mdl)->mdl_bytecount) macro
H A Dndis_var.h1691 pktlen = MmGetMdlByteCount(tmp);\
H A Dkern_ndis.c682 m->m_len = MmGetMdlByteCount(buf);