Searched refs:personality (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10/modemccl-25.1/
H A Dcclparser.h65 // CCL bundle. Conforming bundles still have their personality data added.
93 // vendor, model, connection script, and personality if needed.
99 // merges personality data (e.g. preferred APN/CID) with provided
103 // i.e. One personality's defaults don't end up in the wrong personality.)
104 - (NSMutableDictionary*)mergeCCLPersonality:(NSDictionary*)personality withDeviceConfiguration:(NSDictionary*)deviceConfiguration;
H A Dcclparser.m93 path:(NSString*)cclPath personality:(NSString*)personality
107 [baseDict setValue:personality forKey:(id)kSCPropNetModemConnectionPersonality];
124 - (BOOL) parseMatchEntry:(NSDictionary*)matchEntry path:(NSString*)cclPath personality:(NSString*)personality mergeDict:(NSMutableDictionary*)mergeDict
150 path:cclPath personality:personality];
185 cclPath, personality, oldName);
188 // if this personality overrides anything else,
305 // see if this personality'
[all...]
/macosx-10.10/libunwind-35.3/src/
H A DUnwind-sjlj.c50 // (stack) of these blocks - one per thread. The calling function also sets the personality
64 // set by personality handler to be parameters passed to landing pad function
68 __personality_routine personality; // arm offset=24 member in struct:_Unwind_FunctionContext
128 // if there is a personality routine, ask it if it will want to stop at this frame
129 if ( c->personality != NULL ) {
130 DEBUG_PRINT_UNWINDING("unwind_phase1(ex_ojb=%p): calling personality function %p\n", exception_object, c->personality);
131 _Unwind_Reason_Code personalityResult = (*c->personality)(1, _UA_SEARCH_PHASE,
174 // if there is a personality routine, tell it we are unwinding
175 if ( c->personality !
[all...]
H A DDwarfParser.hpp69 pint_t personality; member in struct:libunwind::CFI_Parser::CIE_Info
104 FDE_Reference personality; member in struct:libunwind::CFI_Parser::CIE_Atom_Info
310 cieInfo->personality = 0;
362 cieInfo->personality = addressSpace.getEncodedP(p, cieContentEnd, cieInfo->personalityEncoding);
435 entry.personality.address = cieInfo.personality;
436 entry.personality.offsetInFDE = cieInfo.personalityOffsetInCIE;
437 entry.personality.encodingOfAddress = cieInfo.personalityEncoding;
H A DUnwindCursor.hpp518 fInfo.handler = cieInfo.personality;
527 //fprintf(stderr, "getInfoFromDwarfSection(pc=0x%0llX), mh=0x%llX, start_ip=0x%0llX, fde=0x%0llX, personality=0x%0llX\n",
585 pint_t personality = 0; local
711 // extact personality routine, if encoding says function has one
716 DEBUG_MESSAGE("found encoding 0x%08X with personality index %d, but personality table has only %d entires\n",
722 personality = fAddressSpace.getP(personalityPointer);
723 if (log ) fprintf(stderr, "getInfoFromCompactEncodingSection(pc=0x%llX), personalityDelta=0x%08X, personality=0x%08llX\n",
724 (uint64_t)pc, personalityDelta, (uint64_t)personality);
732 fInfo.handler = personality;
[all...]
H A DDwarfInstructions.hpp80 CFI_Reference<A> personality; member in struct:libunwind::CFI_Atom_Info::__anon9812::__anon9814
102 pint_t* lsda, pint_t* personality,
191 entry->u.cieInfo.personality.targetAddress = cieInfo.personality;
192 entry->u.cieInfo.personality.offsetInCFI = cieInfo.personalityOffsetInCIE;
193 entry->u.cieInfo.personality.encodingOfTargetAddress = cieInfo.personalityEncoding;
282 pint_t* lsda, pint_t* personality,
292 *personality = cieInfo.personality;
281 createCompactEncodingFromFDE(A& addressSpace, pint_t fdeStart, pint_t* lsda, pint_t* personality, char warningBuffer[1024]) argument
/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLUnwindInfo.cpp45 void* personality; member in struct:JSC::FTL::__anon2589::CompactUnwind
63 RELEASE_ASSERT(!data->personality); // We don't know how to handle this.
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOCatalogue.cpp236 * Is personality already in the catalog?
329 OSDictionary * personality = OSDynamicCast(OSDictionary, object); local
333 if (!personality) {
339 OSKext::uniquePersonalityProperties(personality);
341 // Add driver personality to catalogue.
343 OSArray * array = arrayForPersonality(personality);
344 if (!array) addPersonality(personality);
358 * personality or the other.
360 if (personality->isEqualTo(driver)) {
368 result = array->setObject(personality);
[all...]
/macosx-10.10/DiskArbitration-268/diskarbitrationd/
H A DDAFileSystem.c624 CFDictionaryRef personality = NULL; local
639 personality = ___CFDictionaryGetAnyValue( personalities );
640 if ( personality == NULL ) { status = ENOTSUP; goto DAFileSystemProbeErr; }
654 repairCommandName = CFDictionaryGetValue( personality, CFSTR( kFSRepairExecutableKey ) );
784 CFDictionaryRef personality = NULL; local
795 personality = ___CFDictionaryGetAnyValue( personalities );
796 if ( personality == NULL ) { status = ENOTSUP; goto DAFileSystemRepairErr; }
798 commandName = CFDictionaryGetValue( personality, CFSTR( kFSRepairExecutableKey ) );
/macosx-10.10/xnu-2782.1.97/libsa/
H A Dbootstrap.cpp879 OSDictionary * personality = OSDynamicCast(OSDictionary, local
885 "Adding built-in driver personality %s.",
888 if (personality && !personality->getObject(kCFBundleIdentifierKey)) {
889 personality->setObject(kCFBundleIdentifierKey, moduleName);
891 allPersonalities->setObject(personality);
/macosx-10.10/DiskArbitration-268/autodiskmount/
H A Dautodiskmount.c318 CFDictionaryRef personality; local
342 personality = (CFDictionaryRef) dicts[0];
348 fsckPath1 = (CFStringRef) CFDictionaryGetValue(personality, CFSTR(kFSRepairExecutableKey));
368 CFDictionaryRef personality; local
393 personality = (CFDictionaryRef) dicts[0];
399 repairArgs1 = (CFStringRef) CFDictionaryGetValue(personality, CFSTR(kFSRepairArgumentsKey));
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf-eh-frame.c39 struct elf_link_hash_entry *personality; member in struct:cie
224 && c1->personality == c2->personality
256 h = iterative_hash_object (c->personality, h);
696 cie->personality = h;
704 REQUIRE (cie->personality);
/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DMCDwarf.cpp863 const MCSymbol *personality,
1065 // range-start range-length compact-unwind-enc personality-func lsda
1121 Streamer.EmitIntValue(0, Size); // No personality fn
1135 const MCSymbol *personality,
1176 if (personality)
1203 if (personality) {
1218 if (personality) {
1224 EmitPersonality(streamer, *personality, personalityEncoding);
1134 EmitCIE(MCStreamer &streamer, const MCSymbol *personality, unsigned personalityEncoding, const MCSymbol *lsda, bool IsSignalFrame, unsigned lsdaEncoding) argument
/macosx-10.10/modemccl-25.1/CCLEngine/
H A DCCLEngine.c401 // check the provided personality key
404 // or try the default personality (X could mask missing personality)
434 bool ConfigureWithBundle(CFBundleRef bundleRef, CFStringRef personality) argument
443 CFURLRef scriptURL= CopyScriptWithPersonality(bundleRef, personality);
543 bool ConfigureCCL(char* path, CFStringRef personality) argument
565 retVal = ConfigureWithBundle(bundleRef, personality);
634 CFStringRef personality = NULL; local
640 if (!GetCFStringFromDict(modemDict, &personality, kSCPropNetModemConnectionPersonality))
643 // ConfigureCCL extracts default CCLParameters, handles NULL personality
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp2198 * Replace common personality property values with uniqued instances
2205 /* Properties every personality has.
4456 * but not given the personality names of the main kext.
9048 OSDictionary * personality = OSDynamicCast(OSDictionary, local
9052 * If the personality doesn't have a CFBundleIdentifier, or if it
9058 personality->getObject(kCFBundleIdentifierKey));
9061 personality->setObject(kCFBundleIdentifierKey, bundleID);
9063 personality->setObject(kIOPersonalityPublisherKey, bundleID);
9066 result->setObject(personality);
9130 OSDictionary * personality local
9163 OSDictionary * personality = NULL; // do not release local
[all...]
/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A DOSKext.c5551 CFMutableDictionaryRef personality = (CFMutableDictionaryRef)vValue; local
5569 /* Make a copy of the personality, we may be modifying it and we want
5573 0, personality);
5579 /* If the personality has no bundle identifier, insert that of the
5581 * containing bundle's, insert that as the personality publisher.
5583 personalityBundleID = CFDictionaryGetValue(personality,
5603 "Adding CFBundleIdentifier %s to %s personality %s.",
5608 "Adding IOBundlePublisher %s to %s personality %s.",
9870 CFDictionaryRef personality = CFDictionaryGetValue(allPersonalities, local
9880 if (!personality) {
9943 CFDictionaryRef personality = NULL; // must release local
10895 CFDictionaryRef personality = (CFDictionaryRef)vValue; local
11158 CFDictionaryRef personality = (CFDictionaryRef)vValue; local
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Demacs.c74 #include <sys/personality.h>
884 In that case, set personality and exec ourself again. */
898 personality (PER_LINUX32 | ADD_NO_RANDOMIZE);
/macosx-10.10/llvmCore-3425.0.34/examples/ExceptionDemo/
H A DExceptionDemo.cpp787 /// This is the personality function which is embedded (dwarf emitted), in the
824 // The real work of the personality function is captured here
1239 llvm::Function *personality = module.getFunction("ourPersonality"); local
1243 personality,
/macosx-10.10/kext_tools-384.1.4/
H A Dkextfind_query.c646 CFDictionaryRef personality = CFArrayGetValueAtIndex(personalities, i); local
647 if (_evalPropertyInDict(element, object, personality,
/macosx-10.10/llvmCore-3425.0.34/lib/AsmParser/
H A DLLLexer.cpp576 KEYWORD(personality);
/macosx-10.10/emacs-93/emacs/
H A Dconfigure6669 { echo "$as_me:$LINENO: checking if personality LINUX32 can be set" >&5
6670 echo $ECHO_N "checking if personality LINUX32 can be set... $ECHO_C" >&6; }
6677 #include <sys/personality.h>
6681 personality (PER_LINUX32)

Completed in 268 milliseconds