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

/darwin-on-arm/xnu/bsd/hfs/
H A DMacOSStubs.c135 Ptr NewPtrSysClear (Size byteCount) argument
138 MALLOC (tmptr, Ptr, byteCount, M_TEMP, M_WAITOK);
140 bzero(tmptr, byteCount);
146 Ptr NewPtr (Size byteCount) argument
149 MALLOC (tmptr, Ptr, byteCount, M_TEMP, M_WAITOK);
H A Dhfs_macos_defs.h282 BlockMoveData(const void * srcPtr, void * destPtr, Size byteCount);
293 NewPtr(Size byteCount); variable
296 NewPtrSysClear(Size byteCount); variable
/darwin-on-arm/xnu/iokit/IOKit/
H A DIODMAController.h52 IOByteCount byteCount = 0, IOByteCount byteOffset = 0) = 0;
H A DIODMAEventSource.h60 virtual IOReturn startDMACommand(IODMACommand *dmaCommand, IODirection direction, IOByteCount byteCount = 0, IOByteCount byteOffset = 0);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODMAEventSource.cpp84 IOReturn IODMAEventSource::startDMACommand(IODMACommand *dmaCommand, IODirection direction, IOByteCount byteCount, IOByteCount byteOffset) argument
94 result = dmaController->startDMACommand(dmaIndex, dmaCommand, direction, byteCount, byteOffset);

Completed in 80 milliseconds