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

/darwin-on-arm/xnu/iokit/bsddev/
H A DDINetBootHook.cpp270 mem = IOMemoryDescriptor::withAddressRanges(
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMemoryDescriptor.h338 bool asReference = false) APPLE_KEXT_DEPRECATED; /* use withAddressRanges() instead */
357 /*! @function withAddressRanges
368 static IOMemoryDescriptor * withAddressRanges(
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMemoryDescriptor.cpp315 return (IOMemoryDescriptor::withAddressRanges(&range, 1, options, task));
319 IOMemoryDescriptor::withAddressRanges(IOAddressRange * ranges, function in class:IOMemoryDescriptor

Completed in 86 milliseconds