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

/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVFamily.c73 static DVNotificationEntry sNotifications[kMaxNotifications]; variable
81 note = &sNotifications[i];
169 if(sNotifications[i].notifyProc == NULL) {
170 sNotifications[i].wantedEvents = 0;
171 sNotifications[i].notifyProc = notifyProc;
172 sNotifications[i].userRefCon = userData;
173 sNotifications[i].device = (DVDeviceID)refNum;
184 if(sNotifications[id].notifyProc != NULL) {
185 sNotifications[id].wantedEvents = events;
195 if(sNotifications[i
[all...]

Completed in 163 milliseconds