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

/xnu-2422.115.4/libsa/
H A Dbootstrap.cpp478 OSData * booterData = NULL; // must release local
528 /* Clear out the booterData from the prior iteration.
530 OSSafeReleaseNULL(booterData);
578 * retain the booterData for as long as they need it. Remove the entry
581 booterData = OSData::withBytesNoCopy(booterDataPtr,
583 if (!booterData) {
591 booterData->setDeallocFunction(osdata_phys_free);
594 readMkextExtensions(deviceTreeName, booterData);
600 OSKext * newKext = OSKext::withBooterData(deviceTreeName, booterData);
613 OSSafeRelease(booterData);
621 readMkextExtensions( OSString * deviceTreeName, OSData * booterData) argument
[all...]
/xnu-2422.115.4/libkern/libkern/c++/
H A DOSKext.h275 OSData * booterData);
278 OSData * booterData);
/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp1545 OSData * booterData)
1549 if (newKext && !newKext->initWithBooterData(deviceTreeName, booterData)) {
1571 OSData * booterData)
1589 kextFileInfo = (_BooterKextFileInfo *)booterData->getBytesNoCopy();
1699 /* A kext with an executable needs to retain the whole booterData
1702 if (!setExecutable(executable, booterData)) {
1543 withBooterData( OSString * deviceTreeName, OSData * booterData) argument
1569 initWithBooterData( OSString * deviceTreeName, OSData * booterData) argument

Completed in 42 milliseconds