Searched refs:propertyName (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/pexpert/pexpert/
H A Ddevice_tree.h218 extern int DTGetProperty(const DTEntry entry, const char *propertyName, void **propertyValue, unsigned int *propertySize);
/darwin-on-arm/xnu/pexpert/gen/
H A Ddevice_tree.c409 DTGetProperty(const DTEntry entry, const char *propertyName, void **propertyValue, unsigned int *propertySize) argument
419 if (strcmp(prop->name, propertyName) == 0) {

Completed in 10 milliseconds