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

/macosx-10.10.1/xnu-2782.1.97/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;
/macosx-10.10.1/emacs-93/emacs/src/
H A Dtextprop.c312 property_value (plist, prop)
344 if (! EQ (property_value (properties, XCAR (sym)),
357 if (EQ (property_value (interval->plist, XCAR (sym)), Qunbound))
308 property_value (plist, prop) function
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp4624 int property_value; local
4626 pal_get_resource_property( &property_name, &property_value );
4632 if( (num = OSNumber::withNumber(property_value, 32)) != 0 ) {

Completed in 288 milliseconds