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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp3278 OSObject * resourcesProp; local
3283 resourcesProp = getProperty( gIOResourceMatchKey );
3286 if( (0 == resourcesProp) || (0 == newKey))
3289 set = OSDynamicCast( OSSet, resourcesProp );
3293 set->setObject( resourcesProp );
3340 OSObject * resourcesProp; local
3345 resourcesProp = getProperty( gIOResourceMatchKey );
3346 if( 0 == resourcesProp)
3349 if( (set = OSDynamicCast( OSSet, resourcesProp ))) {
3353 while( ok && (resourcesProp
[all...]

Completed in 119 milliseconds