Searched refs:IOMemoryReference (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryDescriptor.h183 struct IOMemoryReference;
210 struct IOMemoryReference * _memRef;
943 IOMemoryReference * memoryReferenceAlloc(uint32_t capacity,
944 IOMemoryReference * realloc);
945 void memoryReferenceFree(IOMemoryReference * ref);
946 void memoryReferenceRelease(IOMemoryReference * ref);
950 IOMemoryReference ** reference);
952 IOReturn memoryReferenceMap(IOMemoryReference * ref,
960 IOMemoryReference * ref,
964 IOMemoryReference * re
[all...]
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp138 IOMemoryReference * fMemRef;
387 struct IOMemoryReference struct
404 IOMemoryReference *
405 IOGeneralMemoryDescriptor::memoryReferenceAlloc(uint32_t capacity, IOMemoryReference * realloc)
407 IOMemoryReference * ref;
410 newSize = (sizeof(IOMemoryReference)
416 oldSize = (sizeof(IOMemoryReference)
436 IOGeneralMemoryDescriptor::memoryReferenceFree(IOMemoryReference * ref)
447 size = (sizeof(IOMemoryReference)
456 IOGeneralMemoryDescriptor::memoryReferenceRelease(IOMemoryReference * re
[all...]

Completed in 171 milliseconds