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