Home
last modified time | relevance | path

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

/freebsd-12.1/sys/compat/ndis/
H A Dsubr_ndis.c2018 return (MmGetMdlByteCount(buf));
2034 *len = MmGetMdlByteCount(buf);
2048 *len = MmGetMdlByteCount(buf);
2073 MmGetMdlByteCount(buf) = len;
2379 if (MmGetMdlByteCount(buf) == 0)
2382 MmGetMdlByteCount(buf)));
2406 *len = MmGetMdlByteCount(buf);
3073 scnt = MmGetMdlByteCount(src);
3074 dcnt = MmGetMdlByteCount(dst);
3082 soff -= MmGetMdlByteCount(src);
[all …]
H A Dntoskrnl_var.h154 #define MmGetMdlByteCount(mdl) ((mdl)->mdl_bytecount) macro
H A Dndis_var.h1695 pktlen = MmGetMdlByteCount(tmp);\
H A Dkern_ndis.c684 m->m_len = MmGetMdlByteCount(buf);