Searched refs:matching (Results 26 - 50 of 225) sorted by relevance

123456789

/macosx-10.10/bless-103/libbless/Misc/
H A DBLCreateBooterInformationDictionary.c563 CFMutableDictionaryRef matching; local
567 matching = IOServiceMatching(kIOMediaClass);
568 CFDictionarySetValue(matching, CFSTR(kIOBSDNameKey), bsdName);
572 matching);
596 CFMutableDictionaryRef matching; local
602 matching = IOServiceMatching(kIOMediaClass);
603 CFDictionarySetValue(matching, CFSTR(kIOMediaContentKey), CFSTR("C12A7328-F81F-11D2-BA4B-00A0C93EC93B"));
605 kret = IOServiceGetMatchingServices(kIOMasterPortDefault, matching, &iter);
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A DAAA.test46 test {Info: all classes matching a pattern} {
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dlua.vim24 " extended matching with the % key.
H A Dplaintex.vim26 " extended matching with the % key.
/macosx-10.10/vim-55/runtime/syntax/
H A Dconf.vim12 " Avoid matching "text#text", used in /etc/disktab and /etc/gettytab
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Daddr2line.c274 char **matching;
286 if (! bfd_check_format_matches (abfd, bfd_object, &matching))
291 list_matching_formats (matching);
292 free (matching);
271 char **matching; local
H A Dcoffdump.c476 char **matching; local
535 if (! bfd_check_format_matches (abfd, bfd_object, &matching))
541 list_matching_formats (matching);
542 free (matching);
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Dnetrc.el99 If PORT specified, only return entries with matching port tokens.
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h184 Types of service are specified with a matching dictionary that describes properties of the service. For example, a matching dictionary might describe any IOUSBDevice (or subclass), an IOUSBDevice with a certain class code, or a IOPCIDevice with a set of matching names or device & vendor IDs. Since the matching dictionary is interpreted by the family which created the service, as well as generically by IOService, the list of properties considered for matching depends on the familiy.
188 IOService provides matching based on C++ class (via OSMetaClass dynamic casting), registry entry name, a registry path to the service (which includes device tree paths), a name assigned by BSD, or by its location (its point of attachment).
194 When an IOService (the "provider") is published with the @link registerService registerService@/link method, the matching and probing process begins, which is always single threaded per provider. A list of matching dictionaries from the catalog and installed publish notification requests, that successfully match the IOService, is constructed, with ordering supplied by <code>kIOProbeScoreKey</code> ("IOProbeScore") property in the dictionary, or supplied with the notification.
213 Class of the driver to instantiate on matching providers.
219 Class of the provider(s) to be considered for matching, checke
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDElementPrivate.cpp854 static inline bool CompareProperty( OSDictionary * properties, OSDictionary * matching, const char * key) argument
861 value = matching->getObject( key );
869 bool IOHIDElementPrivate::matchProperties(OSDictionary * matching) argument
875 if ( !matching )
885 if ( !CompareProperty(properties, matching, kIOHIDElementCookieKey)
886 || !CompareProperty(properties, matching, kIOHIDElementTypeKey)
887 || !CompareProperty(properties, matching, kIOHIDElementCollectionTypeKey)
888 || !CompareProperty(properties, matching, kIOHIDElementUsageKey)
889 || !CompareProperty(properties, matching, kIOHIDElementUsagePageKey)
890 || !CompareProperty(properties, matching, kIOHIDElementMinKe
[all...]
H A DIOHIDEventServiceUserClient.h111 virtual IOHIDEvent * copyEvent(IOHIDEventType type, IOHIDEvent * matching, IOOptionBits options = 0);
H A DIOHIDInterface.cpp331 OSDictionary * matching,
340 if ( matching )
348 && element->matchProperties(matching))
330 createMatchingElements( OSDictionary * matching, IOOptionBits options __unused) argument
/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkStack.cpp112 OSDictionary * matching; local
168 matching = serviceMatching(kIONetworkInterfaceClass);
169 if (!matching)
176 /* match */ matching,
184 matching->release();
922 OSDictionary * matching; local
926 matching = registryEntryIDMatching(entryID);
927 if (!matching)
933 iter = getMatchingServices(matching);
934 matching
[all...]
/macosx-10.10/AppleFileSystemDriver-17/
H A DAppleFileSystemDriver.cpp351 // Now that our job is done, get rid of the matching property
373 OSDictionary * matching; local
403 // Match IOMedia objects matching our criteria (from kext .plist)
410 matching = IOService::serviceMatching( "IOMedia", dict );
411 if ( matching == 0 )
417 _notifier = IOService::addMatchingNotification( gIOMatchedNotification, matching,
420 matching->release();
/macosx-10.10/libarchive-30/libarchive/tar/
H A Dread.c105 if (lafe_unmatched_inclusions_warn(bsdtar->matching, "Not found in archive") != 0)
114 if (lafe_unmatched_inclusions_warn(bsdtar->matching, "Not found in archive") != 0)
192 lafe_include(&bsdtar->matching, *bsdtar->argv);
197 lafe_include_from_file(&bsdtar->matching,
249 lafe_unmatched_inclusions(bsdtar->matching) == 0)
303 if (lafe_excluded(bsdtar->matching, archive_entry_pathname(entry)))
H A Dbsdtar.h31 #include "matching.h"
102 struct lafe_matching *matching; /* for matching.c */ member in struct:bsdtar
/macosx-10.10/IOKitUser-1050.1.21/hid.subproj/
H A DIOHIDDevice.h42 matching dictionary, family, and driver, see the overview of I/O Kit terms
190 matching dictionary.
195 @param matching CFDictionaryRef containg element matching criteria.
202 CFDictionaryRef matching,
260 specify matching criteria via IOHIDDeviceSetInputValueMatching
318 @abstract Sets matching criteria for input values received via
324 restart the matching process using the revised criteria. If
328 @param matching CFDictionaryRef containg device matching criteri
[all...]
H A DIOHIDDevice.c522 CFMutableDictionaryRef matching = NULL; local
524 matching = CFDictionaryCreateMutable(CFGetAllocator(device), 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
525 if (matching) {
532 CFDictionarySetValue(matching, CFSTR(kIOHIDElementTypeKey), number);
537 CFDictionarySetValue(matching, CFSTR(kIOHIDElementUsagePageKey), number);
542 CFDictionarySetValue(matching, CFSTR(kIOHIDElementUsageKey), number);
545 elements = IOHIDDeviceCopyMatchingElements(device, matching, 0);
564 CFRelease(matching);
629 CFDictionaryRef matching,
637 matching,
627 IOHIDDeviceCopyMatchingElements( IOHIDDeviceRef device, CFDictionaryRef matching, IOOptionBits options) argument
835 CFDictionaryRef matching[count]; local
978 IOHIDDeviceSetInputValueMatching( IOHIDDeviceRef device, CFDictionaryRef matching) argument
[all...]
/macosx-10.10/ruby-106/ruby/misc/
H A Druby-electric.el32 ;; 2005/Jan/14: inserts matching pair delimiters like {, [, (, ', ",
39 ;; which matching expansion should occur.
63 (defvar ruby-electric-matching-delimeter-alist
72 "*Regular expresion matching keywords for which closing 'end'
77 "*List of contexts where matching delimiter should be
118 (define-key ruby-mode-map "(" 'ruby-electric-matching-char)
119 (define-key ruby-mode-map "[" 'ruby-electric-matching-char)
120 (define-key ruby-mode-map "\"" 'ruby-electric-matching-char)
121 (define-key ruby-mode-map "\'" 'ruby-electric-matching-char)
185 (defun ruby-electric-matching
[all...]
/macosx-10.10/vim-55/runtime/indent/
H A Dconfig.vim66 " indent to the matching opening parantheses
74 " indent to the matching opening bracket
H A Dsml.vim116 " Return double 'shiftwidth' after lines matching:
125 " Indent lines starting with 'end' to matching module
149 " Indent current line starting with 'in' to last matching 'let'
153 " Indent from last matching module if line matches:
163 " Indent lines starting with '|' from matching 'case', 'handle'
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOCFPlugIn.c90 CFDictionaryRef matching; local
191 && (matching = (CFDictionaryRef)
193 kr = IOServiceMatchPropertyTable( service, matching, &matches );
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOUserClient.cpp1685 const char * matching,
1695 obj = matching_size ? OSUnserializeXML(matching, matching_size)
1696 : OSUnserializeXML(matching);
1712 io_string_t matching,
1715 return (internal_io_service_match_property_table(service, matching, 0, matches));
1722 io_buf_ptr_t matching,
1731 kr = vm_map_copyout( kernel_map, &map_data, (vm_map_copy_t) matching );
1747 io_struct_inband_t matching,
1751 return (internal_io_service_match_property_table(service, matching, matchingCnt, matches));
1756 const char * matching,
1683 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.cpp646 * Register instance - publish it for matching
2899 * Alloc and probe matching classes,
2975 // create a copy now in case its modified during matching
3164 // adjust the busy count by +1 if matching is stalled for a module,
3165 // or -1 if a previously stalled matching is complete.
3306 bool IOService::checkResource( OSObject * matching )
3311 if( (str = OSDynamicCast( OSString, matching ))) {
3318 else if( (table = OSDynamicCast( OSDictionary, matching )))
3322 matching->getMetaClass()->getClassName());
3433 if( matchPassive(notify->matching,
3868 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/emacs-93/emacs/lisp/
H A Dreplace.el35 :group 'matching)
53 :group 'matching
62 :group 'matching
69 :group 'matching
75 :group 'matching)
79 When non-nil, all text in the buffer matching the current match
84 :group 'matching
90 :group 'matching
241 "Replace some things after point matching REGEXP with TO-STRING.
305 "Replace some things after point matching REGEX
[all...]

Completed in 507 milliseconds

123456789