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

/xnu-2782.1.97/iokit/IOKit/
H A DIOMapper.h81 IOItemCount fTableSize;
107 virtual ppnum_t iovmAlloc(IOItemCount pages) = 0;
108 virtual void iovmFree(ppnum_t addr, IOItemCount pages) = 0;
110 virtual void iovmInsert(ppnum_t addr, IOItemCount offset, ppnum_t page) = 0;
111 virtual void iovmInsert(ppnum_t addr, IOItemCount offset,
112 ppnum_t *pageList, IOItemCount pageCount);
113 virtual void iovmInsert(ppnum_t addr, IOItemCount offset,
114 upl_page_info_t *pageList, IOItemCount pageCount);
130 virtual ppnum_t iovmAllocDMACommand(IODMACommand * command, IOItemCount pageCount);
131 virtual void iovmFreeDMACommand(IODMACommand * command, ppnum_t addr, IOItemCount pageCoun
[all...]
H A DIODeviceMemory.h71 IOItemCount count );
H A DIOTypes.h69 typedef UInt32 IOItemCount; typedef
H A DIOService.h1052 virtual IOItemCount getDeviceMemoryCount( void );
1918 void submitPMRequest( IOPMRequest ** request, IOItemCount count );
/xnu-2782.1.97/iokit/Kernel/
H A DIOMapper.cpp189 ppnum_t IOMapper::iovmAllocDMACommand(IODMACommand * command, IOItemCount pageCount)
195 ppnum_t addr, IOItemCount pageCount)
210 void IOMapper::iovmInsert(ppnum_t addr, IOItemCount offset,
211 ppnum_t *pageList, IOItemCount pageCount)
217 void IOMapper::iovmInsert(ppnum_t addr, IOItemCount offset,
218 upl_page_info_t *pageList, IOItemCount pageCount)
220 for (IOItemCount i = 0; i < pageCount; i++)
272 return IOMapper::gSystem->iovmAlloc((IOItemCount) pages);
280 IOMapper::gSystem->iovmFree(addr, (IOItemCount) pages);
287 IOMapper::gSystem->iovmInsert(addr, (IOItemCount) offse
[all...]
H A DIODeviceMemory.cpp55 IOItemCount count )
59 IOItemCount i;
H A DIOServicePMPrivate.h304 IOItemCount DriverCallParamCount;
305 IOItemCount DriverCallParamSlots;
565 IOItemCount fWorkWaitCount; // execution blocked if non-zero
566 IOItemCount fFreeWaitCount; // completion blocked if non-zero
669 void queuePMRequestChain( IOPMRequest ** requests, IOItemCount count );
H A DIOServicePM.cpp3398 IOItemCount count;
3436 for (IOItemCount i = 0; i < count; i++)
3466 IOItemCount count;
3479 for (IOItemCount i = 0; i < count; i++, param++)
3907 IOItemCount count;
3919 for (IOItemCount i = 0; i < count; i++)
6960 void IOService::submitPMRequest( IOPMRequest ** requests, IOItemCount count )
6966 for (IOItemCount i = 0; i < count; i++)
8020 IOPMRequestQueue::queuePMRequestChain( IOPMRequest ** requests, IOItemCount count )
H A DIODMACommand.cpp383 for (IOItemCount idx = 0; idx < numPages; idx++)
393 for (IOItemCount idx = 0; idx < numPages; idx++)
H A DIODeviceTreeSupport.cpp439 static IORegistryEntry * IODTFindInterruptParent( IORegistryEntry * regEntry, IOItemCount index )
650 IOItemCount index;
H A DIOHibernateIO.cpp624 IOItemCount count;
2396 IOItemCount count;
H A DIOService.cpp5422 IOItemCount IOService::getDeviceMemoryCount( void )
5425 IOItemCount count;

Completed in 88 milliseconds