Lines Matching refs:responseObject
10291 OSSharedPtr<OSObject> responseObject; local
10558 responseObject = OSKext::copyKextUUIDForAddress(lookupNum);
10559 if (responseObject) {
10609 responseObject = OSKext::copyLoadedKextInfo(kextIdentifiers, infoKeys);
10611 responseObject = OSKext::copyLoadedKextInfoByUUID(kextIdentifiers, infoKeys);
10613 responseObject = OSKext::copyKextCollectionInfo(requestDict, infoKeys);
10615 responseObject = OSKext::copyDextsInfo(kextIdentifiers, infoKeys);
10618 if (!responseObject) {
10631 responseObject = os::move(sKernelRequests);
10641 responseObject = sAllKextLoadIdentifiers;
10682 if (responseOut && responseObject) {
10694 OSArray * requests = OSDynamicCast(OSArray, responseObject.get());
10712 if (!responseObject->serialize(serializer.get())) {