Home
last modified time | relevance | path

Searched refs:SecureDTGetPropertyRegion (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.81.5/pexpert/pexpert/
H A Ddevice_tree.h252 extern int SecureDTGetPropertyRegion(const DTEntry entry, const char *propertyName,
/xnu-10002.81.5/pexpert/gen/
H A Ddevice_tree.c513 SecureDTGetPropertyRegion(const DTEntry entry, const char *propertyName, void const **propertyValue… in SecureDTGetPropertyRegion() function
/xnu-10002.81.5/iokit/Kernel/
H A DIOHibernateIO.cpp1187 if (kSuccess != SecureDTGetPropertyRegion(child, "name", (void const **) &nameProp, &propLen, in MergeDeviceTree()