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

/darwin-on-arm/xnu/libsa/
H A Dbootstrap.cpp524 OSData * booterData = NULL; // must release local
569 /* Clear out the booterData from the prior iteration.
571 OSSafeReleaseNULL(booterData);
619 * retain the booterData for as long as they need it. Remove the entry
622 booterData = OSData::withBytesNoCopy(booterDataPtr,
624 if (!booterData) {
632 booterData->setDeallocFunction(osdata_phys_free);
635 readMkextExtensions(deviceTreeName, booterData);
641 OSKext * newKext = OSKext::withBooterData(deviceTreeName, booterData);
654 OSSafeRelease(booterData);
662 readMkextExtensions( OSString * deviceTreeName, OSData * booterData) argument
[all...]
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSKext.h285 OSData * booterData);
288 OSData * booterData);
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp1548 OSData * booterData)
1552 if (newKext && !newKext->initWithBooterData(deviceTreeName, booterData)) {
1574 OSData * booterData)
1592 kextFileInfo = (_BooterKextFileInfo *)booterData->getBytesNoCopy();
1702 /* A kext with an executable needs to retain the whole booterData
1705 if (!setExecutable(executable, booterData)) {
1546 withBooterData( OSString * deviceTreeName, OSData * booterData) argument
1572 initWithBooterData( OSString * deviceTreeName, OSData * booterData) argument

Completed in 43 milliseconds