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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp142 upl_t fIOPL; member in struct:ioPLBlock
1502 iopl.fIOPL = (upl_t) buffers;
1503 upl_set_referenced(iopl.fIOPL, true);
1504 upl_page_info_t *pageList = UPL_GET_INTERNAL_PAGE_LIST(iopl.fIOPL);
1506 if (upl_get_size(iopl.fIOPL) < (count + offset))
1509 _highestPage = upl_get_highest_page(iopl.fIOPL);
2874 &iopl.fIOPL,
2892 &iopl.fIOPL,
2902 &iopl.fIOPL,
2912 if (iopl.fIOPL)
[all...]

Completed in 117 milliseconds