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

/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp6345 OSDictionary * callbackRecord = OSDynamicCast(OSDictionary, local
6348 callbackRecord->getObject(kKextRequestStaleKey));
6351 OSKext::invokeRequestCallback(callbackRecord,
6354 callbackRecord->setObject(kKextRequestStaleKey,
8199 OSDictionary * callbackRecord = NULL; // must release local
8285 callbackRecord = OSDynamicCast(OSDictionary, requestDict->copyCollection());
8286 if (!callbackRecord) {
8295 if (!callbackWrapper || !_OSKextSetRequestArgument(callbackRecord,
8303 if (!contextWrapper || !_OSKextSetRequestArgument(callbackRecord,
8315 !sRequestCallbackRecords->setObject(callbackRecord)) {
8401 OSDictionary * callbackRecord = NULL; // retain if matched! local
8450 OSDictionary * callbackRecord = NULL; // must release local
8542 invokeRequestCallback( OSDictionary * callbackRecord, OSReturn callbackResult) argument
8586 OSDictionary * callbackRecord = NULL; // must release local
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/libkern/c++/
H A DOSKext.h456 OSDictionary * callbackRecord,

Completed in 117 milliseconds