Home
last modified time | relevance | path

Searched refs:propertyValue (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.101.15/pexpert/gen/
H A Ddevice_tree.c478 …yInternal(const DTEntry entry, const char *propertyName, void const **propertyValue, unsigned int … in SecureDTGetPropertyInternal() argument
496 *propertyValue = (void const *) (((uintptr_t)prop) in SecureDTGetPropertyInternal()
508 SecureDTGetProperty(const DTEntry entry, const char *propertyName, void const **propertyValue, unsi… in SecureDTGetProperty() argument
510 return SecureDTGetPropertyInternal(entry, propertyName, propertyValue, propertySize, in SecureDTGetProperty()
515 SecureDTGetPropertyRegion(const DTEntry entry, const char *propertyName, void const **propertyValue in SecureDTGetPropertyRegion() argument
517 return SecureDTGetPropertyInternal(entry, propertyName, propertyValue, propertySize, in SecureDTGetPropertyRegion()
/xnu-10063.101.15/pexpert/pexpert/
H A Ddevice_tree.h250 void const **propertyValue, unsigned int *propertySize);
253 void const **propertyValue, unsigned int *propertySize,