Searched refs:dataP (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMemoryDescriptor.cpp613 ioGMDData *dataP = getDataP(orig->_memoryEntries); local
615 // Only accept persistent memory descriptors with valid dataP data.
617 if ( !(orig->_flags & kIOMemoryPersistent) || !dataP)
628 mapper = dataP->fMapper;
742 ioGMDData *dataP; local
746 dataP = getDataP(_memoryEntries);
747 dataP->fPageCnt = 0;
875 ioGMDData *dataP; local
879 dataP = getDataP(_memoryEntries);
880 dataP
[all...]
/darwin-on-arm/xnu/iokit/Tests/
H A DTestDevice.cpp49 TestDeviceAction act, int tag, void *dataP)
51 return commQ->enqueueCommand(sleep, (void *) act, (void *) tag, dataP);
48 enqueueCommand(bool sleep, TestDeviceAction act, int tag, void *dataP) argument
H A DTests.h95 TestDeviceAction act, int tag, void *dataP);

Completed in 26 milliseconds