Searched refs:uuid (Results 176 - 200 of 486) sorted by relevance

1234567891011>>

/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebFrameLoadDelegatePrivate2.idl41 uuid(4148C9F8-94D9-479A-BCF1-C15E5269CCC1),
H A DIWebHistoryDelegate.idl39 uuid(16AF211F-7C00-4f7f-A8DB-B1219FEABF3B),
H A DIWebHistoryItem.idl42 uuid(1E2970AE-72B7-4500-A7A0-12B0FFEB91FC),
H A DIWebMutableURLRequest.idl38 uuid(C4042773-371F-427e-AFA9-9D4B358A0D93),
H A DIWebNotificationCenter.idl38 uuid(1E411ABE-DAA0-4a83-BCCA-D94E0704F193),
H A DIWebResourceLoadDelegatePrivate.idl45 uuid(099DC3C1-34B5-4169-ABBF-0C63CBC25605),
H A DIWebScriptObject.idl60 uuid(7022340A-649C-43fc-9214-85CA7D3BE3C7),
H A DIWebUIDelegatePrivate.idl48 uuid(df3b4283-6868-4a1f-97f6-baf0b33f239c),
86 uuid(b7d6a98e-9c4f-43f2-b6a7-0975a0b18421),
106 uuid(e9834891-233b-48a0-984b-8f8a19abdd0f),
117 uuid(944e8e46-6d63-450f-b381-c5d68b80b727),
H A DIWebURLAuthenticationChallenge.idl48 uuid(5382DABA-C3C3-40c5-AA40-04079F11A844),
97 uuid(9360D6FB-186C-4ff7-AE57-D1B973DA0D1C),
135 uuid(71D2622A-3FF2-404b-BD45-C60659C901AF),
195 uuid(A1E9D765-FACE-4189-BBE3-AED7EBF65EBD),
H A DDOMEvents.idl50 uuid(7f8a0a96-f864-44fb-87fb-c5f03666e8e6),
62 uuid(62343a9e-a779-4e91-818a-14fc178cf4c2),
126 uuid(c7cf7d84-d755-40bc-b664-84bc79eff709),
148 uuid(55AAF192-68CD-409f-A551-89710DC7240A),
160 uuid(76bc4e46-67df-40d3-89b0-a94dcc2ed507),
234 uuid(bdd97151-5f6a-4ba4-a902-9b008392eb54),
309 uuid(6345d228-ea67-48ee-93c8-ff6e9c6356e9),
348 uuid(6048369e-e444-401b-950d-c9daef9384d2),
370 uuid(b928261d-7c9e-4156-af71-6f698bd97788),
412 uuid(540
[all...]
/macosx-10.10/dcerpc-61/dcerpc/demos/access/
H A DMakefile.am17 libs=$(top_builddir)/dcelib/libdcerpc.la $(top_builddir)/uuid/libuuid.la
/macosx-10.10/dcerpc-61/dcerpc/demos/echo_server/
H A DMakefile.am17 libs=$(top_builddir)/dcelib/libdcerpc.la $(top_builddir)/uuid/libuuid.la
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dpktap.h35 #include <uuid/uuid.h>
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAID.cpp61 const OSString * uuid = set->getUUID(); local
63 if (uuid) {
64 raidSets->setObject(uuid, set);
70 const OSString * uuid = set->getUUID(); local
72 if (uuid) {
73 raidSets->removeObject(uuid);
77 AppleRAIDSet * AppleRAID::findSet(const OSString *uuid) argument
79 return OSDynamicCast(AppleRAIDSet, raidSets->getObject(uuid));
96 const OSString * uuid = member->getUUID(); local
98 if (uuid) {
105 const OSString * uuid = member->getUUID(); local
112 findMember(const OSString *uuid) argument
121 const OSString * uuid = volume->getVolumeUUID(); local
130 const OSString * uuid = volume->getVolumeUUID(); local
137 findLogicalVolume(const OSString *uuid) argument
[all...]
/macosx-10.10/gpt-12/
H A Dadd.c51 "usage: %s [-b lba] [-i index] [-s lba] [-t uuid] device ...\n",
59 uuid_t uuid; local
126 le_uuid_dec(&ent->ent_uuid, &uuid);
127 if (uuid_is_nil(&uuid, NULL)) {
128 uuid_create(&uuid, NULL);
132 le_uuid_enc(&ent->ent_uuid, &uuid);
148 le_uuid_enc(&ent->ent_uuid, &uuid);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/test/
H A Dcorefoundation.m21 +(NSString*)formatUUID:(CFUUIDRef)uuid;
68 +(NSString*)formatUUID:(CFUUIDRef)uuid
72 result = (NSString*)CFUUIDCreateString(NULL, uuid);
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/test/
H A Dcorefoundation.m21 +(NSString*)formatUUID:(CFUUIDRef)uuid;
68 +(NSString*)formatUUID:(CFUUIDRef)uuid
72 result = (NSString*)CFUUIDCreateString(NULL, uuid);
/macosx-10.10/xnu-2782.1.97/iokit/bsddev/
H A DIOKitBSDInit.cpp40 #include <uuid/uuid.h>
156 return IOService::resourceMatching( "boot-uuid-media" );
361 data = (OSData *) regEntry->getProperty( "boot-uuid" );
366 // match the boot-args boot-uuid processing below
368 IOLog("rooting via boot-uuid from /chosen: %s\n", uuidStr);
369 IOService::publishResource( "boot-uuid", uuidString );
372 mediaProperty = "boot-uuid-media";
440 } else if ( strncmp( look, "uuid", strlen( "uuid" ))
441 char *uuid; local
638 IOBSDGetPlatformUUID( uuid_t uuid, mach_timespec_t timeout ) argument
703 const char *uuid; local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/heimcred/
H A Dserver.m263 CFDictionarySetValue(session->items, cred->uuid, cred);
290 * Check if the credential (uuid) have an ACL and while not having an
296 checkACLInCredentialChain(struct peer *peer, CFUUIDRef uuid, bool *hasACL)
305 HeimCredRef cred = (HeimCredRef)CFDictionaryGetValue(peer->session->items, uuid);
354 if (CFEqual(parent, uuid))
357 uuid = parent;
423 CFDictionarySetValue(session->defaultCredentials, cred->mech->name, cred->uuid);
433 if (defaultCredential && CFEqual(defaultCredential, cred->uuid))
448 CFDictionarySetValue(session->defaultCredentials, cred->mech->name, cred->uuid);
499 CFUUIDRef uuid
[all...]
/macosx-10.10/AppleFileSystemDriver-17/
H A DAppleFileSystemDriver.cpp36 #include <uuid/uuid.h>
37 #include <uuid/namespace.h>
60 #define kBootUUIDKey "boot-uuid"
61 #define kBootUUIDMediaKey "boot-uuid-media"
104 // see "-uuid-urn-" IETF draft (which otherwise copies byte for byte)
243 uuid_t uuid; local
317 uuid ) != kIOReturnSuccess) {
322 OSString *str = createStringFromUUID(uuid);
332 if ( uuid_compare(uuid, f
[all...]
/macosx-10.10/cups-408/cups/cups/
H A Dhttp-support.c52 const char *uuid; /* UUID from URI */ member in struct:_http_uribuf_s
531 "urn:uuid:%02x%02x%02x%02x-%02x%02x-%02x%02x-%02x%02x-"
1614 *uuid, /* Pointer to UUID in URI */ local
1674 if ((uuid = strstr(resource, "?uuid=")) != NULL)
1676 *uuid = '\0';
1677 uuid += 6;
1678 if ((uuidend = strchr(uuid, '&')) != NULL)
1688 uribuf.uuid = uuid;
2162 char uuid[256]; /* UUID value */ local
2384 char uuid[256]; /* UUID value */ local
[all...]
/macosx-10.10/diskdev_cmds-576/vsdbutil.tproj/
H A Dvsdbutil_main.c658 char uuid[16]; member in struct:VSDBKey
1092 strncpy(id, dbentry->key.uuid, sizeof(dbentry->key.uuid));
1093 id[sizeof(dbentry->key.uuid)] = (char)0;
1109 strncpy(id, dbentry->key.uuid, sizeof(dbentry->key.uuid));
1110 id[sizeof(dbentry->key.uuid)] = (char)0;
1142 strncpy(id, entry.key.uuid, sizeof(entry.key.uuid));
1143 id[sizeof(entry.key.uuid)]
[all...]
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOCFPlugIn.c44 CFUUIDRef uuid; local
46 uuid = CFUUIDCreateFromString(NULL, (CFStringRef)key);
47 if( uuid) {
48 if( CFEqual( uuid, context->key))
50 CFRelease(uuid);
/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A DSecFileLocations.c42 #include <uuid/uuid.h>
77 uuid_t uuid = {};
78 if (gethostuuid(uuid, &timeout) == 0) {
79 uuid_unparse(uuid, hostuuid);
81 secerror("failed to get host uuid");
173 // need to tack on uuid here
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A DSecFileLocations.c42 #include <uuid/uuid.h>
77 uuid_t uuid = {};
78 if (gethostuuid(uuid, &timeout) == 0) {
79 uuid_unparse(uuid, hostuuid);
81 secerror("failed to get host uuid");
173 // need to tack on uuid here

Completed in 171 milliseconds

1234567891011>>