Home
last modified time | relevance | path

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

/xnu-8796.141.3/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.cpp4517 if ((alloc = mapper->fAllocName) /* && mapper != IOMapper::gSystem */) { in dmaMapRecord()
4518 kern_allocation_update_size(mapper->fAllocName, mapLength); in dmaMapRecord()
4568 if ((alloc = mapper->fAllocName)) { in dmaUnmap()
/xnu-8796.141.3/iokit/IOKit/
H A DIOMapper.h75 kern_allocation_name_t fAllocName; variable