Searched refs:callbackRecord (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp6670 OSDictionary * callbackRecord = OSDynamicCast(OSDictionary, local
6673 callbackRecord->getObject(kKextRequestStaleKey));
6676 OSKext::invokeRequestCallback(callbackRecord,
6679 callbackRecord->setObject(kKextRequestStaleKey,
8571 OSDictionary * callbackRecord = NULL; // must release local
8657 callbackRecord = OSDynamicCast(OSDictionary, requestDict->copyCollection());
8658 if (!callbackRecord) {
8667 if (!callbackWrapper || !_OSKextSetRequestArgument(callbackRecord,
8675 if (!contextWrapper || !_OSKextSetRequestArgument(callbackRecord,
8687 !sRequestCallbackRecords->setObject(callbackRecord)) {
8773 OSDictionary * callbackRecord = NULL; // retain if matched! local
8822 OSDictionary * callbackRecord = NULL; // must release local
8914 invokeRequestCallback( OSDictionary * callbackRecord, OSReturn callbackResult) argument
8958 OSDictionary * callbackRecord = NULL; // must release local
[all...]
/macosx-10.9.5/xnu-2422.115.4/libkern/libkern/c++/
H A DOSKext.h467 OSDictionary * callbackRecord,

Completed in 194 milliseconds