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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMemoryDescriptor.cpp144 upl_t fIOPL; member in struct:ioPLBlock
755 iopl.fIOPL = (upl_t) buffers;
756 upl_set_referenced(iopl.fIOPL, true);
757 upl_page_info_t *pageList = UPL_GET_INTERNAL_PAGE_LIST(iopl.fIOPL);
759 if (upl_get_size(iopl.fIOPL) < (count + offset))
762 _highestPage = upl_get_highest_page(iopl.fIOPL);
2164 &iopl.fIOPL,
2173 &iopl.fIOPL,
2183 &iopl.fIOPL,
2193 if (iopl.fIOPL)
[all...]

Completed in 18 milliseconds