Home | History | Annotate | Download | only in inc

Lines Matching refs:cBytes

84  *      cBytes: Number of bytes to allocate.
90 * NULL if memory couldn't be allocated, if cBytes == 0, or if type is
99 extern PVOID MEM_Alloc(IN ULONG cBytes, IN MEM_POOLATTRS type);
132 * cBytes: Number of bytes to allocate.
137 * NULL if memory couldn't be allocated, or if cBytes == 0.
145 extern PVOID MEM_AllocPhysMem(IN ULONG cBytes,
154 * cBytes: Number of bytes to allocate.
160 * NULL if memory couldn't be allocated, if cBytes == 0, or if type is
168 extern PVOID MEM_Calloc(IN ULONG cBytes, IN MEM_POOLATTRS type);
197 extern VOID MEM_FlushCache(PVOID pMemBuf, ULONG cBytes,INT FlushType);
242 * cBytes: Size of the memory region allocated by MEM_AllocPhysMem().
252 DWORD pPhysicalAddress, ULONG cBytes);
278 * cBytes: Number of bytes in the buffer.
284 * If cBytes > 0, number of pages returned > 0.
286 extern INT MEM_GetNumPages(IN PVOID pAddr, IN ULONG cBytes);
329 * cBytes: Number of bytes in physical range to map.
340 extern PVOID MEM_LinearAddress(IN PVOID pPhyAddr, IN ULONG cBytes);
342 #define MEM_LinearAddress(pPhyAddr, cBytes) pPhyAddr