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

/xnu-2782.1.97/libkern/libkern/c++/
H A DOSDictionary.h627 * @function removeObject
639 virtual void removeObject(const OSSymbol * aKey);
643 * @function removeObject
655 virtual void removeObject(const OSString * aKey);
659 * @function removeObject
671 virtual void removeObject(const char * aKey);
H A DOSArray.h524 * @function removeObject
536 virtual void removeObject(unsigned int index);
H A DOSOrderedSet.h478 * @function removeObject
489 virtual void removeObject(const OSMetaClassBase * anObject);
H A DOSSet.h589 * @function removeObject
600 virtual void removeObject(const OSMetaClassBase * anObject);
/xnu-2782.1.97/libkern/c++/
H A DOSSet.cpp233 void OSSet::removeObject(const OSMetaClassBase *anObject) function in class:OSSet
240 members->removeObject(i);
H A DOSDictionary.cpp371 void OSDictionary::removeObject(const OSSymbol *aKey) function in class:OSDictionary
491 void OSDictionary::removeObject(const OSString *aKey)
492 OBJECT_WRAP_3(removeObject, OSSymbol::withString(aKey))
493 void OSDictionary::removeObject(const char *aKey)
494 OBJECT_WRAP_3(removeObject, OSSymbol::withCString(aKey))
H A DOSKext.cpp1396 anInfoDict->removeObject(kPrelinkBundlePathKey);
1397 anInfoDict->removeObject(kPrelinkExecutableRelativePathKey);
1425 anInfoDict->removeObject(kPrelinkExecutableLoadKey);
1426 anInfoDict->removeObject(kPrelinkExecutableSizeKey);
1464 anInfoDict->removeObject(kPrelinkExecutableSourceKey);
1507 anInfoDict->removeObject(kPrelinkKmodInfoKey);
1517 anInfoDict->removeObject(kPrelinkInterfaceUUIDKey);
2110 infoDict->removeObject(_kOSKextExecutableKey);
2111 infoDict->removeObject(_kOSKextMkextExecutableReferenceKey);
2112 infoDict->removeObject(_kOSKextExecutableExternalDataKe
[all...]
H A DOSArray.cpp305 void OSArray::removeObject(unsigned int index) function in class:OSArray
H A DOSOrderedSet.cpp229 void OSOrderedSet::removeObject(const OSMetaClassBase *anObject) function in class:OSOrderedSet
H A DOSMetaClass.cpp453 sAllClassesDict->removeObject(className);
455 sAllClassesDict->removeObject((char *)className);
810 reserved->instances->removeObject(instance);
/xnu-2782.1.97/iokit/Kernel/
H A DIOCatalogue.cpp432 array->removeObject(idx);
607 array->removeObject(idx);
842 newPersonalities->removeObject(newIdx);
851 array->removeObject(idx);
H A DIORegistryEntry.cpp343 old->registryTable()->removeObject( plane->keys[ kParentSetIndex ] );
344 old->registryTable()->removeObject( plane->keys[ kChildSetIndex ] );
527 getPropertyTable()->removeObject( aKey );
1352 links->removeObject( index );
1354 registryTable()->removeObject( plane->keys[ relation ]);
1792 all->removeObject(next);
H A DIOCPU.cpp274 all->removeObject(service);
388 all->removeObject(service);
H A DIOService.cpp820 newTables->removeObject(table);
826 allSet->removeObject(service);
1991 makeInactive->removeObject(0);
2394 gIOTerminatePhase2List->removeObject(0);
2443 doPhase2List->removeObject(0);
2459 didPhase2List->removeObject(0);
2477 gIOFinalizeList->removeObject(0);
2528 gIOStopList->removeObject( idx );
2529 gIOStopProviderList->removeObject( idx );
2931 matches->removeObject(nextMatc
[all...]
H A DIONVRAM.cpp284 else dict->removeObject(key);
437 _ofDict->removeObject(aKey);
1102 _ofDict->removeObject("boot-args");
H A DIOPlatformExpert.cpp160 topLevel->removeObject( dict );
331 gIOInterruptControllers->removeObject(name);
H A DIODeviceTreeSupport.cpp158 stack->removeObject( stack->getCount() - 1);
382 propTable->removeObject( gIODTUnitKey );
H A DIOUserClient.cpp261 dict->removeObject( (const OSSymbol *) obj );
285 dict->removeObject( (const OSSymbol *) obj );
335 dict->removeObject( (const OSSymbol *) obj );
706 newSet->removeObject( count - 1);
3226 mappings->removeObject(map);
3269 client->mappings->removeObject( map);
H A DIOPMrootDomain.cpp2284 preventIdleSleepList->removeObject(service);
2341 preventSystemSleepList->removeObject(service);
3138 features->removeObject(dictKey);
3164 features->removeObject(dictKey);
3170 arrayMemberCopy->removeObject(i);
3476 array->removeObject(index);
5299 _joinedCapabilityClients->removeObject((OSObject *) object);
7400 inner->removeObject(service);
7648 gPMHaltArray->removeObject(i);
8305 assertionsArray->removeObject(inde
[all...]
H A DIOServicePM.cpp1287 fRemoveInterestSet->removeObject(driver);
1329 fInsertInterestSet->removeObject(driver);
1373 fInsertInterestSet->removeObject(driver);
1394 fRemoveInterestSet->removeObject(driver);
2420 fPowerClients->removeObject(client);
3711 fNotifyChildArray->removeObject(0);
8429 dict->removeObject(gIOPMPowerClientAdvisoryTickle);
H A DIOMemoryDescriptor.cpp4297 _mappings->removeObject( mapping);
/xnu-2782.1.97/libsa/
H A Dbootstrap.cpp397 infoDictArray->removeObject(i--);
/xnu-2782.1.97/iokit/Tests/
H A DTestCollections.cpp250 array1->removeObject(i);

Completed in 213 milliseconds