Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/Kernel/
H A DIOMapper.cpp210 if (!mapper->fAllocName) { in copyMapperForDeviceWithIndex()
221 mapper->fAllocName = kern_allocation_name_allocate(name, 16); in copyMapperForDeviceWithIndex()
H A DIOMemoryDescriptor.cpp4515 if ((alloc = mapper->fAllocName) /* && mapper != IOMapper::gSystem */) { in dmaMapRecord()
4516 kern_allocation_update_size(mapper->fAllocName, mapLength); in dmaMapRecord()
4566 if ((alloc = mapper->fAllocName)) { in dmaUnmap()
/xnu-8792.41.9/iokit/IOKit/
H A DIOMapper.h75 kern_allocation_name_t fAllocName; variable