Home
last modified time | relevance | path

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

/xnu-12377.1.9/iokit/Kernel/
H A DIOMapper.cpp211 if (!mapper->fAllocName) { in copyMapperForDeviceWithIndex()
222 mapper->fAllocName = kern_allocation_name_allocate(name, 16); in copyMapperForDeviceWithIndex()
H A DIOMemoryDescriptor.cpp4607 if ((alloc = mapper->fAllocName) /* && mapper != IOMapper::gSystem */) { in dmaMapRecord()
4608 kern_allocation_update_size(mapper->fAllocName, mapLength, NULL); in dmaMapRecord()
4658 if ((alloc = mapper->fAllocName)) { in dmaUnmap()
/xnu-12377.1.9/iokit/IOKit/
H A DIOMapper.h75 kern_allocation_name_t fAllocName; variable