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

/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIODeviceTreeSupport.h78 UInt8 * busNum, UInt8 * deviceNum, UInt8 * functionNum );
101 unsigned int functionNum:3; member in struct:IONVRAMDescriptor
/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioStream.cpp1390 UInt32 functionNum; local
1392 for (functionNum = 0; functionNum < numIOFunctions; functionNum++) {
1393 if (audioIOFunctions[functionNum]) {
1394 result = audioIOFunctions[functionNum](sampleBuffer, clientBuffer->sourceBuffer, firstSampleFrame, clientBuffer->numSampleFrames - numWrappedFrames, &format, this);
1402 for (functionNum = 0; functionNum < numIOFunctions; functionNum++) {
1403 if (audioIOFunctions[functionNum]) {
1940 UInt32 functionNum; local
[all...]
/macosx-10.9.5/IOPCIFamily-224.92.1/IOKit/pci/
H A DIOPCIDevice.h169 unsigned int functionNum:3; member in struct:IOPCIAddressSpace::__anon2521
173 unsigned int functionNum:3;
189 unsigned int functionNum:3; member in struct:IOPCIAddressSpace::__anon2522
193 unsigned int functionNum:3;
H A DIOPCIPrivate.h184 device->space.s.functionNum
H A DIOPCIBridge.h90 UInt8 * busNum, UInt8 * deviceNum, UInt8 * functionNum );
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp1172 UInt8 * busNum, UInt8 * deviceNum, UInt8 * functionNum )
1182 (*persist->locationFunc)( regEntry, busNum, deviceNum, functionNum );
1185 *functionNum = 0;
1210 UInt8 functionNum; local
1219 &busNum, &deviceNum, &functionNum );
1225 hdr->functionNum = functionNum;
/macosx-10.9.5/IOPCIFamily-224.92.1/tools/
H A Dpcidump.c182 unsigned int functionNum:3; member in struct:IOPCIAddressSpace::__anon2558
186 unsigned int functionNum:3;
361 space.es.functionNum = function;
/macosx-10.9.5/IOPCIFamily-224.92.1/
H A DIOPCIConfigurator.cpp157 func = space.s.functionNum;
169 if (func != child->space.s.functionNum) continue;
664 regData.physHi.s.functionNum = 0;
984 uint32_t functionNum = (devfn & 0x7); local
992 (functionAll || (child->space.s.functionNum == functionNum)))
1014 dtEntry->getName(), 0, bridge->secBusNum, deviceNum, functionNum, 0, 0);
1039 uint32_t functionNum = (devfn & 0x7); local
1047 (functionAll || (child->space.s.functionNum == functionNum)))
[all...]
H A DIOPCIBridge.cpp298 space.s.functionNum = strtoq(str ? str->getCStringNoCopy() : 0, NULL, 0);;
301 space.s.busNum, space.s.deviceNum, space.s.functionNum, ret, result,
1580 UInt8 * busNum, UInt8 * deviceNum, UInt8 * functionNum )
1589 *functionNum = nub->space.s.functionNum;
1605 space->s.functionNum = inSpace->s.functionNum;
1622 space->s.functionNum = inSpace->s.functionNum;
1818 if (nub->space.s.functionNum)
[all...]
H A DIOPCIDevice.cpp731 return (space.s.functionNum);

Completed in 246 milliseconds