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

/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp8235 OSData * contextWrapper = NULL; // must release local
8326 contextWrapper = OSData::withBytes((void *)&context, sizeof(void *));
8336 if (!contextWrapper || !_OSKextSetRequestArgument(callbackRecord,
8337 kKextRequestArgumentContextKey, contextWrapper)) {
8392 if (contextWrapper) contextWrapper->release();
8491 OSData * contextWrapper = NULL; // do not release local
8517 contextWrapper = OSDynamicCast(OSData, _OSKextGetRequestArgument(callbackRecord,
8519 context = _OSKextExtractPointer(contextWrapper);
8520 if (contextWrapper
8620 OSData * contextWrapper = NULL; // do not release local
[all...]

Completed in 22 milliseconds