Home
last modified time | relevance | path

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

/xnu-11215/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp647 IOMemoryDescriptor * dataMD; in IOGuardPageMDTest() local
660dataMD = IOMemoryDescriptor::withAddressRange((mach_vm_address_t) data, page_size, kIODirectionOut… in IOGuardPageMDTest()
661 assert(dataMD); in IOGuardPageMDTest()
669 mds[1] = dataMD; in IOGuardPageMDTest()
712 OSSafeReleaseNULL(dataMD); in IOGuardPageMDTest()