Searched refs:fNumDevices (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVFamily.c71 static UInt32 fNumDevices, fNumAlive; variable
130 fNumDevices++;
145 fNumDevices = 0;
252 //syslog(LOG_INFO, "DVCountDevices() = %d\n", fNumDevices);
253 return fNumDevices;
H A DDVLib.h114 UInt32 fNumDevices; member in struct:_DVThread
H A DDVLib.c755 for(device=0; device<dvThread->fNumDevices; device++) {
764 device = dvThread->fNumDevices;
765 dvThread->fNumDevices++;
804 dvThread->fNumDevices--;
815 dvThread->fNumDevices--;

Completed in 103 milliseconds