Home
last modified time | relevance | path

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

/xnu-12377.1.9/pexpert/gen/
H A Ddevice_tree.c598 …, 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 Ddevice_tree.h304 void const **propertyValue, unsigned int *propertySize);
307 void const **propertyValue, unsigned int *propertySize,