Home
last modified time | relevance | path

Searched refs:withString (Results 1 – 15 of 15) sorted by relevance

/xnu-11215/libkern/libkern/c++/
H A DOSSymbol.h270 static OSPtr<const OSSymbol> withString(const OSString * aString);
H A DOSString.h159 static OSPtr<OSString> withString(const OSString * aString);
/xnu-11215/iokit/Tests/
H A DTestContainers.cpp297 test2 = OSString::withString(test1); in testString()
474 cache[i] = OSSymbol::withString(tmpStr); in testSymbol()
/xnu-11215/libkern/c++/
H A DOSMetaClass.cpp403 const OSSymbol * tempSymb = OSSymbol::withString(toMetaStr); in metaCast()
1305 const OSSymbol * tmpKey = OSSymbol::withString(name); in allocClassWithName()
1349 const OSSymbol * tmpKey = OSSymbol::withString(name); in checkMetaCastWithName()
H A DOSString.cpp171 OSString::withString(const OSString *aString) in withString() function in OSString
H A DOSDictionary.cpp170 OSSharedPtr<const OSSymbol> key = OSSymbol::withString(*keys++); in initWithObjects()
572 OBJECT_WRAP_2(setObject, OSSymbol::withString(aKey), anObject) in setObject()
H A DOSSymbol.cpp424 OSSymbol::withString(const OSString *aString) in withString() function in OSSymbol
H A DOSSerializeBinary.cpp551 sym = const_cast<OSSymbol *>(OSSymbol::withString(str)); in OSUnserializeBinary()
H A DOSKext.cpp3025 bundleID = OSSymbol::withString(bundleIDString); in setInfoDictionaryAndPath()
3221 symbolValue = OSSymbol::withString(stringValue); in uniqueStringPlistProperty()
3255 symbolValue = OSSymbol::withString(stringValue); in uniqueStringPlistProperty()
6119 kextIdentifierSymbol = OSSymbol::withString(kextIdentifier); in loadKextWithIdentifier()
6421 kextIdentifierSymbol = OSSymbol::withString(kextIdentifier); in recordIdentifierRequest()
/xnu-11215/iokit/Kernel/
H A DIORegistryEntry.cpp336 OSSymbol * sym = (OSSymbol *)OSSymbol::withString( prop); in init()
828 const OSSymbol * tmpKey = OSSymbol::withString( aKey ); in getProperty()
849 const OSSymbol * tmpKey = OSSymbol::withString( aKey ); in removeProperty()
865 const OSSymbol * tmpKey = OSSymbol::withString( aKey ); in setProperty()
1134 const OSSymbol * sym = OSSymbol::withString( name ); in setName()
H A DIOPolledInterface.cpp575 *pKeyUUID = OSString::withString(keyUUID); in IOGetVolumeCryptKey()
H A DIONVRAMCHRPHandler.cpp1033 tmpSymbol = OSSymbol::withString(delimitedName.get()); in convertPropToObject()
H A DIOService.cpp4868 sym = OSSymbol::withString(serverName); in startCandidate()
6134 const OSSymbol * sym = OSSymbol::withString(str); in copyExistingServices()
6759 str = OSSymbol::withString(name); in serviceMatching()
8064 userClientClass = OSSymbol::withString((OSString *) prop); in newUserClient()
H A DIOUserServer.cpp1276 sym = OSSymbol::withString(typeName); in OSActionCreateWithTypeNameInternal()
5235 sym = OSSymbol::withString(str); in Create_Impl()
7162 name = OSSymbol::withString(itemName); in stateNotificationItemCopy()
H A DIOPMrootDomain.cpp9619 notifier->clientName = OSSymbol::withString(string.get());