Searched refs:propertyValue (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.1.9/pexpert/gen/ |
| H A D | device_tree.c | 342 const void *const propertyValue, in SecureDTFindNodeWithPropertyEqualToValueHelper() argument 367 if (memcmp(propertyValue, value, propertyValueSize) != 0) { in SecureDTFindNodeWithPropertyEqualToValueHelper() 388 propertyValue, in SecureDTFindNodeWithPropertyEqualToValueHelper() 407 const void *const propertyValue, in SecureDTFindNodeWithPropertyEqualToValue() argument 417 propertyValue, in SecureDTFindNodeWithPropertyEqualToValue() 439 const char *const propertyValue, in SecureDTFindNodeWithStringProperty() argument 446 propertyValue, in SecureDTFindNodeWithStringProperty() 447 strlen(propertyValue) + 1, in SecureDTFindNodeWithStringProperty() 598 …yInternal(const DTEntry entry, const char *propertyName, void const **propertyValue, unsigned int … in SecureDTGetPropertyInternal() argument 616 *propertyValue = (void const *) (((uintptr_t)prop) in SecureDTGetPropertyInternal() [all …]
|
| /xnu-12377.1.9/pexpert/pexpert/ |
| H A D | device_tree.h | 192 const void *const propertyValue, 223 const char *const propertyValue, 304 void const **propertyValue, unsigned int *propertySize); 307 void const **propertyValue, unsigned int *propertySize,
|