Searched refs:propertySize (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.1.9/pexpert/gen/ |
| H A D | device_tree.c | 598 …, const char *propertyName, void const **propertyValue, unsigned int *propertySize, vm_offset_t co… in SecureDTGetPropertyInternal() argument 618 *propertySize = prop->length; in SecureDTGetPropertyInternal() 628 …st DTEntry entry, const char *propertyName, void const **propertyValue, unsigned int *propertySize) in SecureDTGetProperty() argument 630 return SecureDTGetPropertyInternal(entry, propertyName, propertyValue, propertySize, in SecureDTGetProperty() 635 …, const char *propertyName, void const **propertyValue, unsigned int *propertySize, vm_offset_t co… in SecureDTGetPropertyRegion() argument 637 return SecureDTGetPropertyInternal(entry, propertyName, propertyValue, propertySize, in SecureDTGetPropertyRegion()
|
| /xnu-12377.1.9/pexpert/pexpert/ |
| H A D | device_tree.h | 304 void const **propertyValue, unsigned int *propertySize); 307 void const **propertyValue, unsigned int *propertySize,
|