Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/ndis/
H A Dsubr_ndis.c2397 return(MmGetMdlByteCount(buf));
2410 *len = MmGetMdlByteCount(buf);
2426 *len = MmGetMdlByteCount(buf);
2450 MmGetMdlByteCount(buf) = len;
2645 if (MmGetMdlByteCount(buf) == 0)
2648 MmGetMdlByteCount(buf)));
2668 *len = MmGetMdlByteCount(buf);
3340 scnt = MmGetMdlByteCount(src);
3341 dcnt = MmGetMdlByteCount(dst);
3349 soff -= MmGetMdlByteCount(src);
[all …]
H A Dntoskrnl_var.h144 #define MmGetMdlByteCount(mdl) ((mdl)->mdl_bytecount) macro
H A Dndis_var.h1534 pktlen = MmGetMdlByteCount(tmp);\
H A Dkern_ndis.c1377 m->m_len = MmGetMdlByteCount(buf);
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/ddk/
H A Dndis.h1761 *(_FirstBufferLength) = MmGetMdlByteCount(_Buffer); \
1765 *(_TotalBufferLength) += MmGetMdlByteCount(_Buffer); \
1801 *(_FirstBufferLength) = MmGetMdlByteCount(_Buffer); \
1805 *(_TotalBufferLength) += MmGetMdlByteCount(_Buffer); \
1831 *((PUINT)Length) = MmGetMdlByteCount(Buffer); \
1847 *((PUINT)Length) = MmGetMdlByteCount(Buffer); \
H A Dwinddk.h7875 #define MmGetMdlByteCount(_Mdl) \ macro
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/ddk/
H A Dndis.h1761 *(_FirstBufferLength) = MmGetMdlByteCount(_Buffer); \
1765 *(_TotalBufferLength) += MmGetMdlByteCount(_Buffer); \
1801 *(_FirstBufferLength) = MmGetMdlByteCount(_Buffer); \
1805 *(_TotalBufferLength) += MmGetMdlByteCount(_Buffer); \
1831 *((PUINT)Length) = MmGetMdlByteCount(Buffer); \
1847 *((PUINT)Length) = MmGetMdlByteCount(Buffer); \
H A Dwinddk.h7875 #define MmGetMdlByteCount(_Mdl) \ macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/ddk/
H A Dndis.h2974 *(_Length) = MmGetMdlByteCount(_Buffer); \
3010 *(_FirstBufferLength) = MmGetMdlByteCount(_Buffer); \
3014 *(_TotalBufferLength) += MmGetMdlByteCount(_Buffer); \
3258 #define NdisBufferLength MmGetMdlByteCount
3299 *(_Length) = MmGetMdlByteCount(_Buffer); \
5098 *(_Length) = MmGetMdlByteCount(_Buffer); \
H A Dwdm.h10627 #define MmGetMdlByteCount(_Mdl) \ macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/ddk/
H A Dndis.h2974 *(_Length) = MmGetMdlByteCount(_Buffer); \
3010 *(_FirstBufferLength) = MmGetMdlByteCount(_Buffer); \
3014 *(_TotalBufferLength) += MmGetMdlByteCount(_Buffer); \
3258 #define NdisBufferLength MmGetMdlByteCount
3299 *(_Length) = MmGetMdlByteCount(_Buffer); \
5098 *(_Length) = MmGetMdlByteCount(_Buffer); \
H A Dwdm.h10627 #define MmGetMdlByteCount(_Mdl) \ macro
/dports/graphics/argyllcms/Argyll_V1.9.2/usb/driver/
H A Dtransfer.c988 subRequestByteCount = MmGetMdlByteCount(subUrb->UrbBulkOrInterruptTransfer.TransferBufferMDL); in large_transfer_complete()