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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Dtr.c179 int matches(
308 matches( function
356 if (!matches(string, trace_buffer[i].fmt))
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOService.cpp687 * Called on a registered service to see if it matches
2392 void IOService::probeCandidates( OSOrderedSet * matches )
2418 assert( matches );
2419 while( !needReloc && (nextMatch = matches->getFirstObject())) {
2422 matches->removeObject(nextMatch);
2468 // check the nub matches
2500 matches->release();
2501 matches = 0;
2895 OSOrderedSet * matches; local
2905 matches
[all...]
H A DIOUserClient.cpp1378 boolean_t *matches )
1389 *matches = service->passiveMatch( dict );
1406 boolean_t *matches )
1418 (char *) data, matches );
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_readwrite.c702 int matches = 0; local
723 matches = 0;
725 matches = 1;
729 return matches;
817 /* if this id matches the one the fsctl was called with, skip the lookup */
1208 // Check if the leaf matches one of the parent scopes
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_journal.c760 int lo, hi, index, matches, i; local
800 // make sure that we return the right-most index in the case of multiple matches
801 matches = 0;
804 matches++;
808 index += matches;
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOService.h456 @param provider The registered IOService object that matches a driver personality's matching dictionary.
781 @discussion This function creates matching properties that specify the location of a IOService object, as an embedded matching dictionary. This matching will be successful on an IOService object that attached to an IOService object which matches this location matching dictionary.
936 @discussion This method is called during the registration process for an IOService object if there are successful driver matches, before any clients attach. It allows for lazy allocation of resources to an IOService object when a matching driver is found.
1154 virtual void probeCandidates( OSOrderedSet * matches );
1565 Most drivers do not need to implement this method, and can rely upon the default IOService implementation. The IOService implementation scans the power state array looking for the highest state whose <code>inputPowerRequirement</code> field exactly matches the value of the <code>domainState</code> parameter. If more intelligent determination is required, the driver itself should implement the method and override the superclass's implementation.
1578 Most drivers do not need to implement this method, and can rely upon the default IOService implementation. The IOService implementation scans the power state array looking for the highest state whose <code>inputPowerRequirement</code> field exactly matches the value of the <code>domainState</code> parameter. If more intelligent determination is required, the power managed driver should implement the method and override the superclass's implementation.
1590 Most drivers do not need to implement this method, and can rely upon the default IOService implementation. The IOService implementation scans the power state array looking for the highest state whose <code>inputPowerRequirement</code> field exactly matches the value of the <code>domainState</code> parameter. If more intelligent determination is required, the power managed driver should implement the method and override the superclass's implementation.
/macosx-10.5.8/xnu-1228.15.4/libkern/
H A Dzlib.c398 * bytes. With this organization, matches are limited to a distance of
528 uInt matches; /* number of string matches in current block */ member in struct:deflate_state
630 * most input files: try all possible matches and select the longest.
634 * string matches are performed only when the previous match ends. So it
635 * is preferable to spend more time in matches to allow very fast string
649 * The idea of lazy evaluation of matches is due to Jan-Mark Wams, and
743 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* maximum speed, no lazy matches */
747 /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */
1340 * we prevent matches wit
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dstart.s233 beq patch_apply ; proc feature matches, so patch memory
H A Dhw_vm.s6292 // We now have a dormant guest mapping that matches our space id and virtual address. Our next
8053 ; matches. More than likely, we will eliminate almost all of the searches.

Completed in 113 milliseconds