Searched refs:getCStringNoCopy (Results 1 - 25 of 28) sorted by relevance

12

/darwin-on-arm/xnu/libkern/c++/Tests/TestSerialization/test1/
H A Dtest1_main.cpp72 IOLog("%s\n", errmsg->getCStringNoCopy());
89 IOLog("%s\n", errmsg->getCStringNoCopy());
/darwin-on-arm/xnu/libkern/c++/Tests/TestSerialization/test2/
H A Dtest2_main.cpp128 IOLog("%s\n", errmsg->getCStringNoCopy());
148 IOLog("%s\n", errmsg->getCStringNoCopy());
/darwin-on-arm/xnu/libsa/
H A Dbootstrap.cpp377 if (errorString && errorString->getCStringNoCopy()) {
378 errorCString = errorString->getCStringNoCopy();
434 "Kext %s not loading on non-dev device.", bundleID->getCStringNoCopy());
565 const char * devTreeNameCString = deviceTreeName->getCStringNoCopy();
676 deviceTreeName->getCStringNoCopy());
736 const char * bundle_id = bundleID->getCStringNoCopy();
757 "Loading security extension %s.", bundleID->getCStringNoCopy());
758 OSKext::loadKextWithIdentifier(bundleID->getCStringNoCopy(),
851 const char * bundle_id = bundleID->getCStringNoCopy();
872 "Loading kernel external component %s.", bundleID->getCStringNoCopy());
[all...]
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSString.h313 * @function getCStringNoCopy
321 virtual const char * getCStringNoCopy() const;
/darwin-on-arm/xnu/iokit/bsddev/
H A DDINetBootHook.cpp174 IOLog("IOHDIXController::setProperty(%s, %s) failed.\n", kDIRootImageKey, pathString->getCStringNoCopy());
199 strlcpy(devname, myDevName->getCStringNoCopy(), 16);
H A DIOKitBSDInit.cpp543 strlcpy( rootName, iostr->getCStringNoCopy(), rootNameSize );
653 uuid_parse( string->getCStringNoCopy( ), uuid );
680 strlcpy( serial_number_str, string->getCStringNoCopy( ), len );
714 strlcpy( bsd_name, iostr->getCStringNoCopy(), bsd_name_len );
752 uuid = uuidstr->getCStringNoCopy();
758 if (func && func(iostr->getCStringNoCopy(), uuid, arg) == 0) {
/darwin-on-arm/xnu/libkern/c++/
H A DOSSerialize.cpp86 addString(tagString->getCStringNoCopy());
108 if (!addString(((OSString *)tags->getObject((const OSSymbol *)o))->getCStringNoCopy()))
H A DOSKext.cpp1598 deviceTreeName->getCStringNoCopy());
1609 deviceTreeName->getCStringNoCopy());
1621 deviceTreeName->getCStringNoCopy());
1632 if (errorString && errorString->getCStringNoCopy()) {
1633 errorCString = errorString->getCStringNoCopy();
1641 deviceTreeName->getCStringNoCopy(), errorCString);
1656 deviceTreeName->getCStringNoCopy());
1667 deviceTreeName->getCStringNoCopy(), bundlePathAddr);
1687 deviceTreeName->getCStringNoCopy());
1698 deviceTreeName->getCStringNoCopy());
[all...]
H A DOSString.cpp176 const char *OSString::getCStringNoCopy() const function in class:OSString
H A DOSSymbol.cpp479 return OSSymbol::withCStringNoCopy(aString->getCStringNoCopy());
481 return OSSymbol::withCString(aString->getCStringNoCopy());
H A DOSData.cpp380 aCString = obj->getCStringNoCopy ();
H A DOSMetaClass.cpp512 return className->getCStringNoCopy();
1065 const char * cname = className->getCStringNoCopy();
1118 className->getCStringNoCopy(),
H A DOSDictionary.cpp603 const char *c = key->getCStringNoCopy();
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCatalogue.cpp99 errorString->getCStringNoCopy());
170 gIOClassKey->getCStringNoCopy());
454 return isModuleLoaded(moduleName->getCStringNoCopy());
528 return OSKext::removeKextWithIdentifier(moduleName->getCStringNoCopy());
644 if (OSKext::isKextWithIdentifierLoaded(moduleName->getCStringNoCopy())) {
H A DIONVRAM.cpp346 propObject = OSData::withBytes(tmpString->getCStringNoCopy(),
851 tmpData = (const UInt8 *)tmpString->getCStringNoCopy();
1088 propName = (const UInt8 *)propSymbol->getCStringNoCopy();
1147 strlcpy((char *)buffer, tmpString->getCStringNoCopy(), *length - propNameLength);
1212 bootCommandData = (const UInt8 *)bootCommand->getCStringNoCopy();
1232 bootArgsData = (const UInt8 *)bootArgs->getCStringNoCopy();
1377 bcopy(name->getCStringNoCopy(), prop->name, nameLength);
1572 settingAppleProp = IsApplePropertyName(propName->getCStringNoCopy());
1662 ok &= data->appendBytes(propName->getCStringNoCopy(), propName->getLength() + 1);
H A DIOPlatformExpert.cpp624 // kprintf ("dictionary key #%d: %s\n", i, mkey->getCStringNoCopy () );
630 if ( ioClass ) IOLog ("%s IOClass is %s\n", inMsg, ioClass->getCStringNoCopy () );
637 if ( ioClass ) IOLog ("%s IOProviderClass is %s\n", inMsg, ioClass->getCStringNoCopy () );
644 if ( ioClass ) IOLog ("%s IONameMatch is %s\n", inMsg, ioClass->getCStringNoCopy () );
651 if ( ioClass ) IOLog ("%s IONameMatched is %s\n", inMsg, ioClass->getCStringNoCopy () );
697 strlcpy(outStr, ((OSString *)inObj)->getCStringNoCopy(), outStrLen);
1430 status = uuid_parse( string->getCStringNoCopy( ), uuid );
H A DIORegistryEntry.cpp559 if ( anObject && strcmp(kIOKitDiagnosticsKey, aKey->getCStringNoCopy()) != 0 ) {
564 aKey->getCStringNoCopy() );
727 return( sym->getCStringNoCopy());
775 result = sym->getCStringNoCopy();
906 strlcpy( nextComp, plane->nameKey->getCStringNoCopy(), len + 1);
916 strlcpy( nextComp, alias->getCStringNoCopy(), aliasLen + 1);
961 strlcpy( nextComp, alias->getCStringNoCopy(), compLen + 1);
1609 if( !strncmp(key->getCStringNoCopy() + keysuffix,
H A DRootDomainUserClient.cpp106 unserializeErrorString ? unserializeErrorString->getCStringNoCopy() : "Unknown");
H A DIOServicePM.cpp2613 desiredState, client->getCStringNoCopy());
5295 PM_ERROR(context->errorLog, logClientID ? logClientID->getCStringNoCopy() : "");
5300 logClientID ? logClientID->getCStringNoCopy() : "",
5726 clientIDString ? clientIDString->getCStringNoCopy() : "");
6002 logClientID ? logClientID->getCStringNoCopy() : "");
6135 name ? name->getCStringNoCopy() : "", // who
6156 name ? name->getCStringNoCopy() : "");
6163 name ? name->getCStringNoCopy() : "", 0,
6240 PM_ERROR("PM notification cancel (%s)\n", name ? name->getCStringNoCopy() : "");
7124 name ? name->getCStringNoCopy()
[all...]
H A DIOCPU.cpp207 kprintf("%s -> %s\n", function->getCStringNoCopy(), service_name);
H A DIODeviceTreeSupport.cpp792 names = string->getCStringNoCopy();
797 ckey = key->getCStringNoCopy();
H A DIOPMrootDomain.cpp1390 DLOG("setProperties(%s) not handled\n", key->getCStringNoCopy());
2816 DLOG("SleepWake UUID queued: %s\n", queuedSleepWakeUUIDString->getCStringNoCopy());
2852 UUIDstring->getCStringNoCopy(), NULL, 0);
2879 publishThisUUID->getCStringNoCopy(), NULL, 0);
3326 feature->getCStringNoCopy(), where, featureID);
6753 deviceName->getCStringNoCopy(), index);
7750 details->uuid = swUUIDKey->getCStringNoCopy();
H A DIOService.cpp2663 category->getCStringNoCopy());
2734 //IOLog("%s alloc (symbol %p props %p)\n", symbol->getCStringNoCopy(), symbol, props);
2741 symbol->getCStringNoCopy());
2749 IOLog("%s::init fails\n", symbol->getCStringNoCopy());
2781 IOLog("%s::probe fails\n", symbol->getCStringNoCopy());
4694 entry = IORegistryEntry::fromPath( str->getCStringNoCopy() );
/darwin-on-arm/xnu/iokit/Tests/
H A DTestContainers.cpp265 TEST_ASSERT('s', "1b", testC00 != test1->getCStringNoCopy());
266 TEST_ASSERT('s', "1c", strcmp(testC00, test1->getCStringNoCopy()) == 0);
277 TEST_ASSERT('s', "2b", testC00 == test1->getCStringNoCopy());
H A DTestCollections.cpp610 const char *cStr = ((OSString *) cache[i])->getCStringNoCopy();
652 sym->getCStringNoCopy()));

Completed in 299 milliseconds

12