Home
last modified time | relevance | path

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

/xnu-11215/libsa/
H A Dbootstrap.cpp384 OSSharedPtr<OSData> booterData; in readBooterExtensions() local
475 booterData = OSData::withBytesNoCopy(booterDataPtr, in readBooterExtensions()
477 if (!booterData) { in readBooterExtensions()
485 booterData->setDeallocFunction(osdata_phys_free); in readBooterExtensions()
491 OSSharedPtr<OSKext> newKext = OSKext::withBooterData(deviceTreeName, booterData.get()); in readBooterExtensions()
/xnu-11215/libkern/libkern/c++/
H A DOSKext.h432 OSData * booterData);
435 OSData * booterData);
/xnu-11215/libkern/c++/
H A DOSKext.cpp2480 OSData * booterData) in withBooterData() argument
2484 if (newKext && !newKext->initWithBooterData(deviceTreeName, booterData)) { in withBooterData()
2505 OSData * booterData) in initWithBooterData() argument
2524 kextFileInfo = (_BooterKextFileInfo *)booterData->getBytesNoCopy(); in initWithBooterData()
2637 if (!setExecutable(executable.get(), booterData)) { in initWithBooterData()