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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMemoryDescriptor.h430 virtual bool initWithAddress(void * address,
433 virtual bool initWithAddress(IOVirtualAddress address,
914 virtual bool initWithAddress(void * address,
918 virtual bool initWithAddress(IOVirtualAddress address,
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMemoryDescriptor.cpp270 if (that->initWithAddress(address, length, direction, task))
494 IOGeneralMemoryDescriptor::initWithAddress(void * address, function in class:IOGeneralMemoryDescriptor
505 IOGeneralMemoryDescriptor::initWithAddress(IOVirtualAddress address, function in class:IOGeneralMemoryDescriptor
3955 IOMemoryDescriptor::initWithAddress(void * address,
3963 IOMemoryDescriptor::initWithAddress(IOVirtualAddress address,

Completed in 26 milliseconds