Home
last modified time | relevance | path

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

/xnu-8020.121.3/pexpert/gen/
H A Ddevice_tree.c476 …, 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.121.3/pexpert/pexpert/
H A Ddevice_tree.h250 void const **propertyValue, unsigned int *propertySize);
253 void const **propertyValue, unsigned int *propertySize,