Searched refs:booterData (Results 1 – 3 of 3) sorted by relevance
384 OSSharedPtr<OSData> booterData; in readBooterExtensions() local475 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()
432 OSData * booterData);435 OSData * booterData);
2480 OSData * booterData) in withBooterData() argument2484 if (newKext && !newKext->initWithBooterData(deviceTreeName, booterData)) { in withBooterData()2505 OSData * booterData) in initWithBooterData() argument2524 kextFileInfo = (_BooterKextFileInfo *)booterData->getBytesNoCopy(); in initWithBooterData()2637 if (!setExecutable(executable.get(), booterData)) { in initWithBooterData()