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