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

/macosx-10.10.1/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWirePCRSpace.cpp75 sizeof(fBuf), simpleReader, NULL, this))
78 fDesc = IOMemoryDescriptor::withAddress(fBuf, sizeof(fBuf), kIODirectionOutIn);
92 fBuf[0] = OSSwapHostToBigInt32((2 << kIOFWPCRDataRatePhase) |
98 fBuf[32] = OSSwapHostToBigInt32((2 << kIOFWPCRDataRatePhase) |
169 UInt32 oldVal = OSSwapBigToHostInt32(fBuf[offset]);
171 fBuf[offset] = newVal;
238 fBuf[plug] = 0;
248 val = OSSwapBigToHostInt32(fBuf[plug]);
260 if(oldVal == OSSwapBigToHostInt32(fBuf[plu
[all...]
H A DIOFireWirePCRSpace.h61 UInt32 fBuf[64]; member in class:IOFireWirePCRSpace
H A DIOFireWireAVCTargetSpace.h163 UInt32 fBuf[512]; member in class:IOFireWireAVCTargetSpace
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireDevice.cpp482 UInt32 bib_quad = OSSwapBigToHostInt32( info->fBuf[2] );
735 rom_changed = fDeviceROM->hasROMChanged( info->fBuf, newROMSize );
778 UInt32 bib_quad = OSSwapBigToHostInt32( info->fBuf[3] );
789 rom = IOFireWireROMCache::withOwnerAndBytes( this, info->fBuf, newROMSize, fGeneration );
H A DIOFireWireController.cpp2596 scan->fCmd->initAll(this, fBusGeneration, scan->fAddr, scan->fBuf, 1,
2605 scan->fCmd->initAll(this, fBusGeneration, scan->fAddr, scan->fBuf, 1,
2719 scan->fCmd->reinit(scan->fAddr, scan->fBuf, 1, &readROMGlue, scan, true);
2732 scan->fCmd->reinit(scan->fAddr, scan->fBuf, 1, &readROMGlue, scan, true);
2756 scan->fCmd->reinit(scan->fAddr, scan->fBuf, 1, &readROMGlue, scan, true);
2800 UInt32 bib_quad = OSSwapBigToHostInt32( scan->fBuf[0] );
2811 scan->fBuf[1] = OSSwapHostToBigInt32( kFWBIBBusName ); // no point reading this!
2813 scan->fCmd->reinit(scan->fAddr, scan->fBuf+2, 1,
2831 scan->fCmd->reinit(scan->fAddr, scan->fBuf+scan->fRead/4, 1,
2927 UInt32 guid_hi = OSSwapBigToHostInt32( scan->fBuf[
[all...]
H A DIOFireWireController.h267 UInt32 fBuf[5]; // Enough for bus info block member in struct:IOFWNodeScan

Completed in 133 milliseconds