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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMemoryDescriptor.cpp3101 err = upl_transpose(redirUPL2, mapping->fRedirUPL);
3498 if (fRedirUPL) {
3499 upl_commit(fRedirUPL, NULL, 0);
3500 upl_deallocate(fRedirUPL);
3771 if (!fRedirUPL)
3776 if (KERN_SUCCESS != memory_object_iopl_request((ipc_port_t) fMemory->_memEntry, 0, &size, &fRedirUPL,
3779 fRedirUPL = 0;
3799 if (fRedirUPL)
3801 upl_commit(fRedirUPL, NULL, 0);
3802 upl_deallocate(fRedirUPL);
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMemoryDescriptor.h655 upl_t fRedirUPL; member in class:IOMemoryMap

Completed in 34 milliseconds