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

/xnu-2422.115.4/osfmk/i386/
H A Dpal_routines.h160 pal_get_resource_property(const char **property_name, int *property_value) argument
163 *property_value = PAL_AICPM_PROPERTY_VALUE;
165 *property_value = PAL_VIRTUALIZED_PROPERTY_VALUE;
/xnu-2422.115.4/iokit/Kernel/
H A DIOService.cpp4353 int property_value; local
4355 pal_get_resource_property( &property_name, &property_value );
4361 if( (num = OSNumber::withNumber(property_value, 32)) != 0 ) {

Completed in 47 milliseconds