Lines Matching refs:propertyValue
342 const void *const propertyValue, in SecureDTFindNodeWithPropertyEqualToValueHelper() argument
367 if (memcmp(propertyValue, value, propertyValueSize) != 0) { in SecureDTFindNodeWithPropertyEqualToValueHelper()
388 propertyValue, in SecureDTFindNodeWithPropertyEqualToValueHelper()
407 const void *const propertyValue, in SecureDTFindNodeWithPropertyEqualToValue() argument
417 propertyValue, in SecureDTFindNodeWithPropertyEqualToValue()
439 const char *const propertyValue, in SecureDTFindNodeWithStringProperty() argument
446 propertyValue, in SecureDTFindNodeWithStringProperty()
447 strlen(propertyValue) + 1, in SecureDTFindNodeWithStringProperty()
598 …yInternal(const DTEntry entry, const char *propertyName, void const **propertyValue, unsigned int … in SecureDTGetPropertyInternal() argument
616 *propertyValue = (void const *) (((uintptr_t)prop) in SecureDTGetPropertyInternal()
628 SecureDTGetProperty(const DTEntry entry, const char *propertyName, void const **propertyValue, unsi… in SecureDTGetProperty() argument
630 return SecureDTGetPropertyInternal(entry, propertyName, propertyValue, propertySize, in SecureDTGetProperty()
635 SecureDTGetPropertyRegion(const DTEntry entry, const char *propertyName, void const **propertyValue… in SecureDTGetPropertyRegion() argument
637 return SecureDTGetPropertyInternal(entry, propertyName, propertyValue, propertySize, in SecureDTGetPropertyRegion()