Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/Kernel/
H A DIORegistryEntry.cpp533 OSCollection *snapshotProperties = getPropertyTable()->copyCollection(); in serializeProperties() local
536 if (!snapshotProperties) { in serializeProperties()
540 bool ok = snapshotProperties->serialize( s ); in serializeProperties()
541 snapshotProperties->release(); in serializeProperties()