Searched refs:IOBufferMemoryDescriptor (Results 1 - 12 of 12) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h41 // shared IOMemoryDescriptor options for IOBufferMemoryDescriptor:
54 @class IOBufferMemoryDescriptor
58 class IOBufferMemoryDescriptor : public IOGeneralMemoryDescriptor class in inherits:IOGeneralMemoryDescriptor
60 OSDeclareDefaultStructors(IOBufferMemoryDescriptor);
101 OSMetaClassDeclareReservedUnused(IOBufferMemoryDescriptor, 0);
102 OSMetaClassDeclareReservedUnused(IOBufferMemoryDescriptor, 1);
104 OSMetaClassDeclareReservedUsed(IOBufferMemoryDescriptor, 0);
105 OSMetaClassDeclareReservedUsed(IOBufferMemoryDescriptor, 1);
107 OSMetaClassDeclareReservedUnused(IOBufferMemoryDescriptor, 2);
108 OSMetaClassDeclareReservedUnused(IOBufferMemoryDescriptor,
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp36 #include <IOKit/IOBufferMemoryDescriptor.h>
274 OSDefineMetaClassAndStructors(IOBufferMemoryDescriptor,
280 bool IOBufferMemoryDescriptor::initWithOptions(
291 bool IOBufferMemoryDescriptor::initWithPhysicalMask(
549 IOBufferMemoryDescriptor * IOBufferMemoryDescriptor::inTaskWithOptions(
555 IOBufferMemoryDescriptor *me = new IOBufferMemoryDescriptor;
564 IOBufferMemoryDescriptor * IOBufferMemoryDescriptor
[all...]
H A DIOHibernateInternal.h40 class IOBufferMemoryDescriptor * ioBuffer;
41 class IOBufferMemoryDescriptor * srcBuffer;
42 class IOBufferMemoryDescriptor * handoffBuffer;
H A DIOKitKernelInternal.h176 class IOBufferMemoryDescriptor * fCopyMD;
H A DIOLib.cpp48 #include <IOKit/IOBufferMemoryDescriptor.h>
451 IOBufferMemoryDescriptor * md;
473 IOBufferMemoryDescriptor * bmd;
480 bmd = IOBufferMemoryDescriptor::inTaskWithPhysicalMask(
H A DRootDomainUserClient.cpp36 #include <IOKit/IOBufferMemoryDescriptor.h>
H A DIOHibernateIO.cpp153 #include <IOKit/IOBufferMemoryDescriptor.h>
608 IOBufferMemoryDescriptor * ioBuffer,
1179 vars->srcBuffer = IOBufferMemoryDescriptor::withOptions(kIODirectionOutIn,
1181 vars->ioBuffer = IOBufferMemoryDescriptor::withOptions(kIODirectionOutIn,
1184 vars->handoffBuffer = IOBufferMemoryDescriptor::withOptions(kIODirectionOutIn,
1893 IOBufferMemoryDescriptor *
1894 md = IOBufferMemoryDescriptor::withBytes(data, handoff->bytecount, kIODirectionOutIn);
H A DIODMACommand.cpp40 #include <IOKit/IOBufferMemoryDescriptor.h>
510 state->fCopyMD = IOBufferMemoryDescriptor::inTaskWithPhysicalMask(kernel_task,
H A DIOPMrootDomain.cpp421 IOBufferMemoryDescriptor *pmTraceMemoryDescriptor;
7857 pmTraceMemoryDescriptor = IOBufferMemoryDescriptor::withOptions(
7863 IOLog("IOPMRootDomain -> IOBufferMemoryDescriptor(%d) returns NULL\n", (int)make_buf_size);
7880 IOLog("IOPMRootDomain -> IOBufferMemoryDescriptor(%d) returns bufferMB with address 0x%08x\n", (int)make_buf_size, (unsigned int)(uintptr_t)traceBuffer);
H A DIOUserClient.cpp38 #include <IOKit/IOBufferMemoryDescriptor.h>
/darwin-on-arm/xnu/iokit/Drivers/platform/drvAppleMacIO/
H A DAppleMacIO.cpp48 #include <IOKit/IOBufferMemoryDescriptor.h>
176 IOBufferMemoryDescriptor *buffer;
186 buffer = IOBufferMemoryDescriptor::withCapacity(page_size, kIODirectionOutIn, true);
/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DRootDomain.h33 #include <IOKit/IOBufferMemoryDescriptor.h>

Completed in 117 milliseconds