Searched refs:configID (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSVxWorks/
H A DmDNSVxWorksIPv4Only.h55 long configID; member in struct:mDNS_PlatformSupport_struct
H A DmDNSVxWorksIPv4Only.c1303 ++inMDNS->p->configID;
1350 ++inMDNS->p->configID;
1423 long configID; local
1442 configID = inMDNS->p->configID;
1443 dlog( kDebugLevelVerbose, DEBUG_NAME "task starting processing loop (configID=%ld)\n", configID );
1445 while( configID == inMDNS->p->configID )
1991 printf( " configID
[all...]
/macosx-10.10.1/IOFWDVComponents-207.4.1/
H A DDVIsochComponent.c377 static OSStatus getDeviceID( QTAtomSpec *configID, UInt32 *deviceID) argument
384 result = findAtom( configID, kIDHDeviceAtomType, &deviceAtom);
387 result = QTGetAtomTypeAndID( configID->container, deviceAtom, nil, (long *) deviceID);
425 OSStatus checkSeed( IsochComponentGlobalsPtr gGlobals, QTAtomSpec *configID) argument
432 seedAtom = QTFindChildByIndex( configID->container, kParentAtomIsContainer, kIDHSeedAtomType, 1, nil);
435 QTLockContainer( configID->container);
438 QTCopyAtomDataToPtr( configID->container, seedAtom, true, sizeof( seed), &seed, nil);
440 QTUnlockContainer( configID->container);
2072 const QTAtomSpec *configID)
2088 FailWithAction( configID
[all...]
/macosx-10.10.1/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVIsochComponent.MacOS9481 OSErr checkSeed( IsochComponentGlobalsPtr gGlobals, QTAtomSpec *configID);
487 OSErr getDeviceID( QTAtomSpec *configID, UInt32 *deviceID);
1212 QTAtomSpec *configID )
1219 FailWithAction( configID == nil, result = paramErr, Exit);
1223 *configID = ih->currentConfig;
1663 const QTAtomSpec *configID)
1674 FailWithAction( configID == nil, result = paramErr, Exit);
1676 FailWithAction( configID->container == nil, result = paramErr, Exit);
1679 if( configID->container == ih->currentConfig.container &&
1680 configID
[all...]

Completed in 170 milliseconds