Lines Matching refs:sRequestCallbackRecords
336 static OSSharedPtr<OSArray> sRequestCallbackRecords; variable
993 sRequestCallbackRecords = OSArray::withCapacity(0); in initialize()
998 sRequestCallbackRecords && sUnloadedPrelinkedKexts && sDriverKitToUpgradeByID); in initialize()
9174 count = sRequestCallbackRecords->getCount();
9179 sRequestCallbackRecords->getObject(i));
12841 !sRequestCallbackRecords->setObject(callbackRecord.get())) {
12865 index = sRequestCallbackRecords->getNextIndexOfObject(callbackRecord.get(), 0);
12867 sRequestCallbackRecords->removeObject(index);
13089 count = sRequestCallbackRecords->getCount();
13092 sRequestCallbackRecords->getObject(i));
13114 sRequestCallbackRecords->removeObject(i);
13133 return sRequestCallbackRecords && sRequestCallbackRecords->getCount();
14518 count = sRequestCallbackRecords->getCount();
14526 sRequestCallbackRecords->getObject(i));
14536 sRequestCallbackRecords->removeObject(i);
14550 sRequestCallbackRecords->removeObject(i);
14568 count = sRequestCallbackRecords->getCount();
14576 sRequestCallbackRecords->getObject(i));