Home
last modified time | relevance | path

Searched defs:Destination (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/rt2870/
Drt_linux.h804 #define NdisMoveMemory(Destination, Source, Length) memmove(Destination, Source, Length) argument
805 #define NdisZeroMemory(Destination, Length) memset(Destination, 0, Length) argument
806 #define NdisFillMemory(Destination, Length, Fill) memset(Destination, Fill, Length) argument
/drivers/staging/rt2860/
Drt_linux.h806 #define NdisMoveMemory(Destination, Source, Length) memmove(Destination, Source, Length) argument
807 #define NdisZeroMemory(Destination, Length) memset(Destination, 0, Length) argument
808 #define NdisFillMemory(Destination, Length, Fill) memset(Destination, Fill, Length) argument