Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIONVRAM.cpp1793 …bool deletePropertyKey, syncNowPropertyKey, forceSyncNowPropertyKey, deleteProper… in setPropertyWithGUIDAndName() local
1800syncNowPropertyKey = strncmp(name, kIONVRAMSyncNowPropertyKey, sizeof(kIONVRAMSyncNowPropertyKey))… in setPropertyWithGUIDAndName()
1836 } else if (syncNowPropertyKey || forceSyncNowPropertyKey) { in setPropertyWithGUIDAndName()
1841 ret = syncInternal(syncNowPropertyKey); in setPropertyWithGUIDAndName()