Searched refs:uuid (Results 51 - 75 of 486) sorted by relevance

1234567891011>>

/macosx-10.10.1/dcerpc-61/dcerpc/uuid/
H A Duuid.c81 ** uuid.c
89 ** UUID - routines that manipulate uuid's
98 #include <dce/uuid.h> /* uuid idl definitions (public) */
101 #include "uuid.h"
108 #include "uuid_i.h" /* uuid idl definitions (private) */
109 #include <uuid/uuid.h>
181 * and determines whether or not the uuid is a old, current or other
250 * string formatted uuid'
569 uuid_create( idl_uuid_t *uuid, unsigned32 *status ) argument
617 uuid_create_nil( idl_uuid_t *uuid, unsigned32 *status ) argument
669 uuid_to_string( uuid_p_t uuid, unsigned_char_p_t *uuid_string, unsigned32 *status ) argument
754 uuid_from_string( unsigned_char_p_t uuid_string, idl_uuid_t *uuid, unsigned32 *status ) argument
897 uuid_is_nil( uuid_p_t uuid, unsigned32 *status ) argument
1058 uuid_hash( uuid_p_t uuid, unsigned32 *status ) argument
[all...]
/macosx-10.10.1/AppleFileSystemDriver-17/
H A DAppleFileSystemDriver.h29 #include <uuid/uuid.h>
/macosx-10.10.1/CPANInternal-159.1/Data-UUID-1.219/smp-test/
H A Dcollision.t8 my $foo = `$^X -l -Mblib smp-test/uuid-fork.pl`;
/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/Accessible2/
H A DAccessibleText2.idl65 [object, uuid(9690A9CC-5C80-4DF5-852E-2D5AE4189A54)]
/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/
H A DAccessibleComparable.idl38 uuid(4f0381ad-dab3-42ad-9ca2-a85b0ae041c0),
H A DIWebErrorPrivate.idl40 uuid(19FED49C-7016-48a6-B5C6-07ADE116531B),
H A DIWebGeolocationPosition.idl33 uuid(8C92A6B9-4CBB-4626-A596-24C1B47D7CC7),
H A DIWebNotificationObserver.idl36 uuid(1BA491C4-58A7-4091-9F56-9AED118DB4C1),
H A DIWebResourceLoadDelegatePrivate2.idl37 uuid(3517ADDA-5870-4aab-9A4E-056E65989DF8),
H A DIWebSerializedJSValuePrivate.idl38 uuid(F695AF5F-35FE-44fb-9EC6-23ABCAC8C515),
H A DIWebUIDelegate2.idl45 uuid(C6DEF152-86CD-11de-8BF4-ADD456D89593),
H A DIWebUndoTarget.idl34 uuid(BF7F516E-E75D-4e3a-83E2-8F694D83C72D),
H A DIWebWorkersPrivate.idl45 uuid(537069C5-389C-41ae-9A82-423ACA8B2C02),
/macosx-10.10.1/dcerpc-61/dcerpc/perf/
H A Dperfg.idl95 [uuid(3C4D1F3F-7000-0000-0D00-013422000000),
/macosx-10.10.1/CPANInternal-159.1/Data-UUID-1.219/
H A DUUID.xs70 perl_uuid_t *uuid,
75 uuid->time_low = (unsigned long)(timestamp & 0xFFFFFFFF);
76 uuid->time_mid = (unsigned short)((timestamp >> 32) & 0xFFFF);
77 uuid->time_hi_and_version = (unsigned short)((timestamp >> 48) &
80 uuid->time_hi_and_version |= (1 << 12);
81 uuid->clock_seq_low = clock_seq & 0xFF;
82 uuid->clock_seq_hi_and_reserved = (clock_seq & 0x3F00) >> 8;
83 uuid->clock_seq_hi_and_reserved |= 0x80;
84 memcpy(&uuid->node, &node, sizeof uuid
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/digest/
H A Diter_cred.c64 kcmuuid_t uuid; local
76 sret = krb5_storage_read(response, uuid, sizeof(uuid));
77 if (sret != sizeof(uuid))
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A DVPNService.c31 sid = VPNAppLayerGetMatchingServiceIdentifier(0, q->uuid);
/macosx-10.10.1/xnu-2782.1.97/libsyscall/wrappers/
H A Dgethostuuid_private.h37 int _getprivatesystemidentifier(uuid_t uuid, const struct timespec *timeout) __OSX_AVAILABLE_STARTING(__MAC_10_9, __IPHONE_7_0);
/macosx-10.10.1/ppp-786.1.1/Helpers/snhelper/
H A Dlaunch_services.m13 #include <uuid/uuid.h>
48 NSUUID* uuid = [uuids objectAtIndex:0];
49 if (uuid == NULL) {
56 [uuid getUUIDBytes:uuidBytes];
/macosx-10.10.1/Heimdal-398.1.2/lib/heimcred/
H A Dclient.c204 CFUUIDRef uuid; local
209 uuid = HeimCredCopyUUID(object, "uuid");
210 if (uuid)
211 CFDictionaryRemoveValue(HeimCredCTX.items, uuid);
212 CFRELEASE_NULL(uuid);
230 CFUUIDRef uuid = CFDictionaryGetValue(attributes, kHEIMAttrUUID);
231 if (uuid == NULL) {
237 HeimCredRef cred = HeimCredCreateItem(uuid);
247 CFDictionarySetValue(HeimCredCTX.items, cred->uuid, cre
310 HeimCredCopyFromUUID(CFUUIDRef uuid) argument
527 SendItemCommand(const char *command, CFUUIDRef uuid) argument
541 HeimCredDeleteByUUID(CFUUIDRef uuid) argument
[all...]
H A Dcommon.c101 HeimCredSetUUID(xpc_object_t object, const char *key, CFUUIDRef uuid) argument
103 CFUUIDBytes bytes = CFUUIDGetUUIDBytes(uuid);
128 cred->uuid, group, parent, client, server, lead ? "yes" : "no", acl ? acl : CFSTR(""));
130 return CFStringCreateWithFormat(NULL, NULL, CFSTR("HeimCred<%@>"), cred->uuid);
138 CFRELEASE_NULL(cred->uuid);
180 HeimCredCreateItem(CFUUIDRef uuid) argument
186 CFRetain(uuid);
187 cred->uuid = uuid;
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Ddyld_shared_cache_util.cpp89 fprintf(stderr, "Usage: dyld_shared_cache_util -list [ -uuid ] [-vmaddr] | -dependents <dylib-path> [ -versions ] | -linkedit | -map [ shared-cache-file ] | -slide_info | -info\n");
212 if ( dylibInfo->uuid != NULL ) {
213 const uint8_t* uuid = (uint8_t*)dylibInfo->uuid;; local
215 uuid[0], uuid[1], uuid[2], uuid[3],
216 uuid[4], uuid[
478 const uint8_t* uuid = header->uuid(); local
[all...]
/macosx-10.10.1/bless-103/libbless/EFI/
H A DBLInterpretEFIXMLRepresentationAsDevice.c111 CFUUIDRef uuid = NULL; local
119 uuid = CFUUIDCreateFromString(kCFAllocatorDefault, fsuuid);
121 if(uuid == NULL) {
126 if(uuid) {
135 if(dauuid && CFEqual(uuid, dauuid)) {
168 // if we had a volume uuid, validate it!
169 if(uuid) {
174 if(dauuid && CFEqual(uuid, dauuid)) {
200 if(uuid) {
201 CFRelease(uuid);
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/ntlm/
H A Dacquire_cred.c50 kcmuuid_t uuid; local
76 sret = krb5_storage_read(response, uuid, sizeof(uuid));
81 if (sret != sizeof(uuid)) {
93 memcpy(cred->uuid, uuid, sizeof(cred->uuid));
180 kcmuuid_t uuid; local
228 sret = krb5_storage_read(response, &uuid, sizeof(uuid));
[all...]
/macosx-10.10.1/bless-103/
H A Dfirmwaresyncd.c77 bool get_uuid(CFUUIDRef *uuid);
80 bool lock_volume(CFUUIDRef uuid, mach_port_t kextdport, mach_port_t vollock);
81 bool unlock_volume(CFUUIDRef uuid, mach_port_t kextdport, mach_port_t vollock);
82 bool generate_timestamp_path(CFUUIDRef uuid, char *path);
83 bool check_if_uptodate(CFUUIDRef uuid);
85 bool update_timestamp(CFUUIDRef uuid);
92 CFUUIDRef uuid = NULL; local
130 if (!get_uuid(&uuid)) {
134 if (!check_if_uptodate(uuid)) {
154 if (!lock_volume(uuid, kextdpor
245 CFUUIDRef *uuid = (CFUUIDRef *)context; local
263 get_uuid(CFUUIDRef *uuid) argument
301 lock_volume(CFUUIDRef uuid, mach_port_t kextdport, mach_port_t vollock) argument
328 unlock_volume(CFUUIDRef uuid, mach_port_t kextdport, mach_port_t vollock) argument
418 generate_timestamp_path(CFUUIDRef uuid, char *path) argument
458 check_if_uptodate(CFUUIDRef uuid) argument
699 update_timestamp(CFUUIDRef uuid) argument
[all...]

Completed in 320 milliseconds

1234567891011>>