Home
last modified time | relevance | path

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

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