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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp2977 OSObject * resourcesProp; local
2982 resourcesProp = getProperty( gIOResourceMatchKey );
2985 if( (0 == resourcesProp) || (0 == newKey))
2988 set = OSDynamicCast( OSSet, resourcesProp );
2992 set->setObject( resourcesProp );
3039 OSObject * resourcesProp; local
3044 resourcesProp = getProperty( gIOResourceMatchKey );
3045 if( 0 == resourcesProp)
3048 if( (set = OSDynamicCast( OSSet, resourcesProp ))) {
3052 while( ok && (resourcesProp
[all...]

Completed in 18 milliseconds