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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_usernotification.c71 CFRunLoopSourceRef sNoLoadKextNotificationRunLoopSource = NULL; // must release variable
354 if (sNoLoadKextNotificationRunLoopSource) {
356 sNoLoadKextNotificationRunLoopSource, local
358 CFRelease(sNoLoadKextNotificationRunLoopSource);
359 sNoLoadKextNotificationRunLoopSource = NULL;
488 if (count > 0 && sNoLoadKextNotificationRunLoopSource == NULL) {
1072 sNoLoadKextNotificationRunLoopSource =
1078 if (!sNoLoadKextNotificationRunLoopSource) {
1083 sNoLoadKextNotificationRunLoopSource, local
1309 if (sNoLoadKextNotificationRunLoopSource) {
1311 sNoLoadKextNotificationRunLoopSource, local
[all...]

Completed in 73 milliseconds