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

/macosx-10.10.1/DiskArbitration-268/diskarbitrationd/
H A DDAServer.c683 io_object_t propertyNotification; local
693 propertyNotification = IO_OBJECT_NULL;
695 IOServiceAddInterestNotification( gDAMediaPort, media, kIOGeneralInterest, __DAMediaChangedCallback, NULL, &propertyNotification );
735 if ( propertyNotification )
737 DADiskSetPropertyNotification( disk, propertyNotification );
857 if ( propertyNotification )
859 IOObjectRelease( propertyNotification );

Completed in 179 milliseconds