Home
last modified time | relevance | path

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

/xnu-11215/pexpert/gen/
H A Ddevice_tree.c109 static inline DeviceTreeNodeProperty const *
114 ASSERT_HEADER_IN_DT_REGION(start, end, prop, sizeof(DeviceTreeNodeProperty)); in next_prop_region()
122 return (DeviceTreeNodeProperty*)next_addr; in next_prop_region()
129 DeviceTreeNodeProperty const *prop; in skipProperties()
141 prop = (DeviceTreeNodeProperty const *) (entry + 1); in skipProperties()
308 DeviceTreeNodeProperty const *propP = (DeviceTreeNodeProperty const *) (void const *) startingP; in find_entry()
355 …const DeviceTreeNodeProperty *const property = (const DeviceTreeNodeProperty *const)current_positi… in SecureDTFindNodeWithPropertyEqualToValueHelper()
600 DeviceTreeNodeProperty const *prop; in SecureDTGetPropertyInternal()
612 prop = (DeviceTreeNodeProperty const *) (entry + 1); in SecureDTGetPropertyInternal()
617 + sizeof(DeviceTreeNodeProperty)); in SecureDTGetPropertyInternal()
[all …]
/xnu-11215/pexpert/pexpert/
H A Ddevice_tree.h76 typedef struct DeviceTreeNodeProperty { struct
81 } DeviceTreeNodeProperty; argument
111 DeviceTreeNodeProperty const *currentProperty;
/xnu-11215/iokit/Kernel/
H A DIOHibernateIO.cpp1188 DeviceTreeNodeProperty * prop; in MergeDeviceTree()
1201 prop = (DeviceTreeNodeProperty *) (entry + 1); in MergeDeviceTree()
1207 prop = (DeviceTreeNodeProperty *) (((uintptr_t)(prop + 1)) + ((prop->length + 3) & ~3)); in MergeDeviceTree()