Searched refs:fRedirUPL (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp3391 err = upl_transpose(redirUPL2, mapping->fRedirUPL);
3852 if (fRedirUPL) {
3853 upl_commit(fRedirUPL, NULL, 0);
3854 upl_deallocate(fRedirUPL);
4120 if (!fRedirUPL && fMemory->_memRef && (1 == fMemory->_memRef->count))
4125 if (KERN_SUCCESS != memory_object_iopl_request(fMemory->_memRef->entries[0].entry, 0, &size, &fRedirUPL,
4128 fRedirUPL = 0;
4148 if (fRedirUPL)
4150 upl_commit(fRedirUPL, NULL, 0);
4151 upl_deallocate(fRedirUPL);
[all...]
/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryDescriptor.h719 upl_t fRedirUPL; member in class:IOMemoryMap

Completed in 23 milliseconds