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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMemoryDescriptor.cpp143 struct ioPLBlock { struct
164 ioPLBlock fBlocks[1]; /* variable length */
168 #define getIOPLList(d) ((ioPLBlock *) (void *)&(d->fPageList[d->fPageCnt]))
170 (((osd)->getLength() - ((char *) getIOPLList(d) - (char *) d)) / sizeof(ioPLBlock))
173 (offsetof(ioGMDData, fPageList) + p * sizeof(upl_page_info_t) + u * sizeof(ioPLBlock))
754 ioPLBlock iopl;
1272 ioPLBlock *ioplList = getIOPLList(dataP);
1427 const ioPLBlock *ioplList = getIOPLList(dataP);
1438 ioPLBlock ioplInfo = ioplList[ind - 1];
2123 ioPLBlock iop
[all...]

Completed in 23 milliseconds