Lines Matching full:masterport
208 io_service_t IOServiceGetMatchingService( mach_port_t masterPort, CFDictionaryRef matching );
209 kern_return_t IOServiceGetMatchingServices( mach_port_t masterPort, CFDictionaryRef matching, io_iterator_t * existing );
210 kern_return_t IOServiceAddNotification( mach_port_t masterPort, const io_name_t notificationType, CFDictionaryRef matching, mach_port_t wakePort, uintptr_t reference, io_iterator_t * notification ) __attribute__((deprecated)); // expected-note {{'IOServiceAddNotification' declared here}}
214 CFMutableDictionaryRef IOBSDNameMatching( mach_port_t masterPort, uint32_t options, const char * bsdName );
215 CFMutableDictionaryRef IOOpenFirmwarePathMatching( mach_port_t masterPort, uint32_t options, const char * path );
936 void IOBSDNameMatching_wrapper(mach_port_t masterPort, uint32_t options, const char * bsdName) {
937 IOBSDNameMatching(masterPort, options, bsdName); // expected-warning{{leak}}
950 void IOServiceAddNotification_wrapper(mach_port_t masterPort, const io_name_t notificationType,
955 IOServiceAddNotification(masterPort, notificationType, matching, // expected-warning{{used after it is released}} expected-warning{{deprecated}}
963 void IOOpenFirmwarePathMatching_wrapper(mach_port_t masterPort, uint32_t options,
965 IOOpenFirmwarePathMatching(masterPort, options, path); // expected-warning{{leak}}
968 void IOServiceGetMatchingService_wrapper(mach_port_t masterPort) {
970 IOServiceGetMatchingService(masterPort, matching);
974 void IOServiceGetMatchingServices_wrapper(mach_port_t masterPort, io_iterator_t *existing) {
976 IOServiceGetMatchingServices(masterPort, matching, existing);