Searched defs:matching (Results 76 - 92 of 92) sorted by relevance

1234

/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dpcvs.el
H A Dinfo.el[all...]
H A Dcus-edit.el176 (defgroup matching nil function
[all...]
H A Dldefs-boot.el[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dsgml-mode.el[all...]
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOUserClient.cpp1683 internal_io_service_match_property_table( io_service_t _service, const char * matching, mach_msg_type_number_t matching_size, boolean_t *matches) argument
1710 is_io_service_match_property_table( io_service_t service, io_string_t matching, boolean_t *matches ) argument
1720 is_io_service_match_property_table_ool( io_object_t service, io_buf_ptr_t matching, mach_msg_type_number_t matchingCnt, kern_return_t *result, boolean_t *matches ) argument
1745 is_io_service_match_property_table_bin( io_object_t service, io_struct_inband_t matching, mach_msg_type_number_t matchingCnt, boolean_t *matches) argument
1754 internal_io_service_get_matching_services( mach_port_t master_port, const char * matching, mach_msg_type_number_t matching_size, io_iterator_t *existing ) argument
1782 is_io_service_get_matching_services( mach_port_t master_port, io_string_t matching, io_iterator_t *existing ) argument
1791 is_io_service_get_matching_services_ool( mach_port_t master_port, io_buf_ptr_t matching, mach_msg_type_number_t matchingCnt, kern_return_t *result, io_object_t *existing ) argument
1816 is_io_service_get_matching_services_bin( mach_port_t master_port, io_struct_inband_t matching, mach_msg_type_number_t matchingCnt, io_object_t *existing) argument
1826 internal_io_service_get_matching_service( mach_port_t master_port, const char * matching, mach_msg_type_number_t matching_size, io_service_t *service ) argument
1854 is_io_service_get_matching_service( mach_port_t master_port, io_string_t matching, io_service_t *service ) argument
1863 is_io_service_get_matching_service_ool( mach_port_t master_port, io_buf_ptr_t matching, mach_msg_type_number_t matchingCnt, kern_return_t *result, io_object_t *service ) argument
1888 is_io_service_get_matching_service_bin( mach_port_t master_port, io_struct_inband_t matching, mach_msg_type_number_t matchingCnt, io_object_t *service) argument
1897 internal_io_service_add_notification( mach_port_t master_port, io_name_t notification_type, const char * matching, size_t matching_size, mach_port_t port, void * reference, vm_size_t referenceSize, bool client64, io_object_t * notification ) argument
1981 is_io_service_add_notification( mach_port_t master_port, io_name_t notification_type, io_string_t matching, mach_port_t port, io_async_ref_t reference, mach_msg_type_number_t referenceCnt, io_object_t * notification ) argument
1996 is_io_service_add_notification_64( mach_port_t master_port, io_name_t notification_type, io_string_t matching, mach_port_t wake_port, io_async_ref64_t reference, mach_msg_type_number_t referenceCnt, io_object_t *notification ) argument
2011 is_io_service_add_notification_bin( mach_port_t master_port, io_name_t notification_type, io_struct_inband_t matching, mach_msg_type_number_t matchingCnt, mach_port_t wake_port, io_async_ref_t reference, mach_msg_type_number_t referenceCnt, io_object_t *notification) argument
2028 is_io_service_add_notification_bin_64( mach_port_t master_port, io_name_t notification_type, io_struct_inband_t matching, mach_msg_type_number_t matchingCnt, mach_port_t wake_port, io_async_ref64_t reference, mach_msg_type_number_t referenceCnt, io_object_t *notification) argument
2044 internal_io_service_add_notification_ool( mach_port_t master_port, io_name_t notification_type, io_buf_ptr_t matching, mach_msg_type_number_t matchingCnt, mach_port_t wake_port, void * reference, vm_size_t referenceSize, bool client64, kern_return_t *result, io_object_t *notification ) argument
2074 is_io_service_add_notification_ool( mach_port_t master_port, io_name_t notification_type, io_buf_ptr_t matching, mach_msg_type_number_t matchingCnt, mach_port_t wake_port, io_async_ref_t reference, mach_msg_type_number_t referenceCnt, kern_return_t *result, io_object_t *notification ) argument
2091 is_io_service_add_notification_ool_64( mach_port_t master_port, io_name_t notification_type, io_buf_ptr_t matching, mach_msg_type_number_t matchingCnt, mach_port_t wake_port, io_async_ref64_t reference, mach_msg_type_number_t referenceCnt, kern_return_t *result, io_object_t *notification ) argument
2108 is_io_service_add_notification_old( mach_port_t master_port, io_name_t notification_type, io_string_t matching, mach_port_t port, natural_t ref, io_object_t * notification ) argument
[all...]
H A DIOService.cpp3868 copyExistingServices( OSDictionary * matching, IOOptionBits inState, IOOptionBits options ) argument
4063 setNotification( const OSSymbol * type, OSDictionary * matching, IOServiceMatchingNotificationHandler handler, void * target, void * ref, SInt32 priority ) argument
4115 doInstallNotification( const OSSymbol * type, OSDictionary * matching, IOServiceMatchingNotificationHandler handler, void * target, void * ref, SInt32 priority, OSIterator ** existing ) argument
4156 installNotification(const OSSymbol * type, OSDictionary * matching, IOServiceNotificationHandler handler, void * target, void * refCon, SInt32 priority, OSIterator ** existing ) argument
4177 installNotification( const OSSymbol * type, OSDictionary * matching, IOServiceMatchingNotificationHandler handler, void * target, void * ref, SInt32 priority, OSIterator ** existing ) argument
4195 addNotification( const OSSymbol * type, OSDictionary * matching, IOServiceNotificationHandler handler, void * target, void * refCon, SInt32 priority ) argument
4216 addMatchingNotification( const OSSymbol * type, OSDictionary * matching, IOServiceMatchingNotificationHandler handler, void * target, void * ref, SInt32 priority ) argument
4265 waitForMatchingService( OSDictionary * matching, uint64_t timeout) argument
4312 waitForService( OSDictionary * matching, mach_timespec_t * timeout ) argument
4839 compareProperty( OSDictionary * matching, const char * key ) argument
4855 compareProperty( OSDictionary * matching, const OSString * key ) argument
4870 compareProperties( OSDictionary * matching, OSCollection * keys ) argument
[all...]
/macosx-10.10.1/IOKitUser-1050.1.21/graphics.subproj/
H A DIOGraphicsLib.c5467 CFMutableDictionaryRef dict, matching; local
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkInterface.c1427 CFDictionaryRef matching; local
2687 findMatchingInterfaces(CFDictionaryRef matching, processInterface func, argument
3896 CFMutableDictionaryRef matching; local
3920 CFDictionaryRef matching; local
4371 CFDictionaryRef matching; local
4388 CFDictionaryRef matching; local
4416 CFDictionaryRef matching; local
7029 CFDictionaryRef matching; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/emulation/
H A Dvi.el
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-uu.el
H A Dgnus-group.el[all...]
H A Dgnus-sum.el[all...]
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp2718 OSDictionary * matching; local
6357 OSDictionary * matching = nameMatching("backlight"); local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Dedebug.el[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Debrowse.el[all...]
H A Didlwave.el[all...]

Completed in 512 milliseconds

1234