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

/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/image-remove-notification/
H A Dmain.c35 static void removeNotification(const struct mach_header *mh, intptr_t vmaddr_slide) function
46 _dyld_register_func_for_remove_image(removeNotification);
/macosx-10.9.5/efax-36/efax/
H A Defaxos.c989 removeNotification; /* Remove notification port */ local
1002 removeNotification = NULL;
1036 removeNotification = IONotificationPortCreate(masterPort);
1037 kr = IOServiceAddMatchingNotification( removeNotification,
1047 CFRunLoopAddSource(CFRunLoopGetCurrent(), IONotificationPortGetRunLoopSource(removeNotification), kCFRunLoopDefaultMode);
1098 if (removeNotification != NULL)
1099 IONotificationPortDestroy(removeNotification);

Completed in 71 milliseconds