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

/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp78 static OSString * _OSKextGetRequestPredicate(OSDictionary * requestDict);
80 OSDictionary * requestDict,
83 OSDictionary * requestDict,
7337 OSDictionary * requestDict = NULL; // do not release local
7380 requestDict = OSDynamicCast(OSDictionary, parsedXML);
7382 if (!requestDict) {
7399 predicate = _OSKextGetRequestPredicate(requestDict);
7434 requestDict, kKextRequestArgumentBundleIdentifierKey));
7436 requestDict, kKextRequestArgumentBundleIdentifierKey));
7441 requestDict, kKextRequestArgumentValueKe
8228 OSDictionary * requestDict = NULL; // must release local
8480 dispatchResource(OSDictionary * requestDict) argument
8769 _OSKextGetRequestPredicate(OSDictionary * requestDict) argument
8777 _OSKextGetRequestArgument( OSDictionary * requestDict, const char * argName) argument
8791 _OSKextSetRequestArgument( OSDictionary * requestDict, const char * argName, OSObject * value) argument
[all...]
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSKext.h466 static OSReturn dispatchResource(OSDictionary * requestDict);

Completed in 33 milliseconds