Home
last modified time | relevance | path

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

/xnu-11215/libsa/
H A Dbootstrap.cpp383 char * booterDataPtr = NULL;// do not free in readBooterExtensions() local
460 booterDataPtr = (char *)ml_static_ptovirt(deviceTreeBuffer->paddr); in readBooterExtensions()
461 if (!booterDataPtr) { in readBooterExtensions()
475 booterData = OSData::withBytesNoCopy(booterDataPtr, in readBooterExtensions()
/xnu-11215/libkern/c++/
H A DOSKext.cpp4778 char * booterDataPtr = NULL; // do not release in createExcludeListFromBooterData() local
4816 booterDataPtr = (char *)ml_static_ptovirt(deviceTreeBuffer->paddr); in createExcludeListFromBooterData()
4817 if (!booterDataPtr) { in createExcludeListFromBooterData()
4821 kextFileInfo = (_BooterKextFileInfo *) booterDataPtr; in createExcludeListFromBooterData()