Home
last modified time | relevance | path

Searched refs:dataP (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOMemoryDescriptor.cpp2366 dmaUnmap(dataP->fMapper, NULL, 0, dataP->fMappedBase, dataP->fMappedLength); in free()
2367 dataP->fMappedBaseValid = dataP->fMappedBase = 0; in free()
2691 ioGMDData *dataP; in getPreparationID() local
2967 ioGMDData *dataP; in dmaCommandOperation() local
3145 …err = md->dmaMap(dataP->fMapper, md, NULL, &mapSpec, 0, _length, &dataP->fMappedBase, &dataP->fMap… in dmaCommandOperation()
4130 dataP->fMappedBaseValid = dataP->fMappedBase = 0; in wireVirtual()
4170 dataP = NULL; in wireVirtual()
4374 dataP = NULL; in wireVirtual()
4750 if (!dataP) { in complete()
4784 dmaUnmap(dataP->fMapper, NULL, 0, dataP->fMappedBase, dataP->fMappedLength); in complete()
[all …]
/xnu-11215/iokit/Tests/
H A DTestDevice.cpp49 TestDeviceAction act, int tag, void *dataP) in OSDefineMetaClassAndStructors()
51 return commQ->enqueueCommand(sleep, (void *) act, (void *) tag, dataP); in OSDefineMetaClassAndStructors()