Searched refs:propertyValue (Results 1 – 2 of 2) sorted by relevance
| /xnu-8796.121.2/pexpert/gen/ |
| H A D | device_tree.c | 476 …yInternal(const DTEntry entry, const char *propertyName, void const **propertyValue, unsigned int … in SecureDTGetPropertyInternal() argument 494 *propertyValue = (void const *) (((uintptr_t)prop) in SecureDTGetPropertyInternal() 506 SecureDTGetProperty(const DTEntry entry, const char *propertyName, void const **propertyValue, unsi… in SecureDTGetProperty() argument 508 return SecureDTGetPropertyInternal(entry, propertyName, propertyValue, propertySize, in SecureDTGetProperty() 513 SecureDTGetPropertyRegion(const DTEntry entry, const char *propertyName, void const **propertyValue… in SecureDTGetPropertyRegion() argument 515 return SecureDTGetPropertyInternal(entry, propertyName, propertyValue, propertySize, in SecureDTGetPropertyRegion()
|
| /xnu-8796.121.2/pexpert/pexpert/ |
| H A D | device_tree.h | 250 void const **propertyValue, unsigned int *propertySize); 253 void const **propertyValue, unsigned int *propertySize,
|