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

/darwin-on-arm/xnu/libkern/zlib/
H A Ddeflate.h143 * bytes. With this organization, matches are limited to a distance of
273 uInt matches; /* number of string matches in current block */ member in struct:internal_state
H A Dtrees.c450 s->last_lit = s->matches = 0;
1060 s->matches++;
1086 if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp740 * Called on a registered service to see if it matches
2602 void IOService::probeCandidates( OSOrderedSet * matches )
2626 assert( matches );
2627 while( !needReloc && (nextMatch = matches->getFirstObject())) {
2630 matches->removeObject(nextMatch);
2680 // check the nub matches
2712 matches->release();
2713 matches = 0;
3097 OSOrderedSet * matches; local
3108 matches
[all...]
H A DIOUserClient.cpp1536 boolean_t *matches )
1547 *matches = service->passiveMatch( dict );
1564 boolean_t *matches )
1576 (char *) data, matches );
/darwin-on-arm/xnu/osfmk/device/
H A Ddevice.defs416 out matches : boolean_t
539 out matches : boolean_t
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c940 int matches = 0; local
961 matches = 0;
963 matches = 1;
967 return matches;
1055 /* if this id matches the one the fsctl was called with, skip the lookup */
1446 // Check if the leaf matches one of the parent scopes
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_journal.c850 int lo, hi, index, matches, i; local
890 // make sure that we return the right-most index in the case of multiple matches
891 matches = 0;
894 matches++;
898 index += matches;
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h464 @param provider The registered IOService object that matches a driver personality's matching dictionary.
828 @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.
983 @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.
1239 void probeCandidates( OSOrderedSet * matches );
1619 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.
1628 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.
1637 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.

Completed in 86 milliseconds