Home | History | Annotate | Download | only in inc

Lines Matching refs:IN

5  *  you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
99 extern PVOID MEM_Alloc(IN ULONG cBytes, IN MEM_POOLATTRS type);
145 extern PVOID MEM_AllocPhysMem(IN ULONG cBytes,
146 IN ULONG ulAlign,
168 extern PVOID MEM_Calloc(IN ULONG cBytes, IN MEM_POOLATTRS type);
213 extern VOID MEM_Free(IN PVOID pMemBuf);
232 extern VOID MEM_VFree(IN PVOID pMemBuf);
278 * cBytes: Number of bytes in the buffer.
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);
354 * cSize: Size in bytes of the data buffer.
367 extern PVOID MEM_PageLock(IN PVOID pBuffer, IN ULONG cSize);
375 * cSize: Size in bytes of the buffer.
386 extern DSP_STATUS MEM_PageUnlock(IN PVOID pBuffer, IN ULONG cSize);
392 * Unmap the linear address mapped in MEM_LinearAddress.
398 * - pBaseAddr is a valid linear address mapped in MEM_LinearAddress.
403 extern VOID MEM_UnmapLinearAddress(IN PVOID pBaseAddr);
421 extern DWORD MEM_VirtualToPhysical(IN DWORD dwVirtAddr);
437 extern VOID MEM_ExtPhysPoolInit(IN DWORD poolPhysBase,
438 IN DWORD poolSize);