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

/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIORemoteConfigDirectory.h74 accessable at romBase[offset].
76 virtual IOReturn update(UInt32 offset, const UInt32 *&romBase);
H A DIOLocalConfigDirectory.h74 accessable at romBase[offset].
76 virtual IOReturn update(UInt32 offset, const UInt32 *&romBase);
H A DIORemoteConfigDirectory.cpp112 IOReturn IORemoteConfigDirectory::update(UInt32 offset, const UInt32 *&romBase) argument
H A DIOConfigDirectory.h70 accessable at romBase[offset].
72 virtual IOReturn update(UInt32 offset, const UInt32 *&romBase) = 0;
H A DIOLocalConfigDirectory.cpp135 IOReturn IOLocalConfigDirectory::update(UInt32 offset, const UInt32 *&romBase) argument
140 romBase = &fHeader;
146 romBase = (const UInt32 *)fROM->getBytesNoCopy();
H A DIOFireWireDevice.h169 virtual IOReturn cacheROM(OSData *rom, UInt32 offset, const UInt32 *&romBase);
H A DIOFireWireDevice.cpp1792 IOReturn IOFireWireDevice::cacheROM(OSData *rom, UInt32 offset, const UInt32 *&romBase) argument

Completed in 376 milliseconds