Searched refs:uuid (Results 251 - 275 of 486) sorted by relevance

<<11121314151617181920

/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebFrameLoadDelegate.idl52 uuid(3354665B-84BA-4fdf-B35E-BF5CF9D96026),
H A DIWebHistoryItemPrivate.idl37 uuid(E9D5DC2C-192F-4795-B0EC-4E770E539D97),
H A DIWebResourceLoadDelegate.idl59 uuid(AF3289AA-90DB-4ca4-A112-A1E5F0517953),
H A DIWebURLRequest.idl43 uuid(F4B85F1D-F3B2-493d-B786-0930E804A3BA),
/macosx-10.10/dcerpc-61/dcerpc/include/dce/
H A DMakefile.am10 twr.idl uuid.idl id_base.idl
H A Dconv.idl116 [uuid(333A2276-0000-0000-0D00-00809C000000), version(3)]
/macosx-10.10/vim-55/runtime/syntax/
H A Dtaskdata.vim17 syn keyword taskdataKey priority project recur start status tags uuid
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_asl.c45 #include <uuid/uuid.h>
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dmbr_check_service_membership.c41 #include <uuid/uuid.h>
188 debug ("error converting username %s to uuid", username);
200 debug ("username (%s), uid %d, uuid %s, back to uid %d", username, info->pw_uid, buf, uid);
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/cf/
H A Ditem.c228 CFUUIDRef uuid = CFUUIDCreate(NULL); local
229 if (uuid == NULL)
232 /* uuid is not a property list type, make it a string */
233 CFStringRef uuidstr = CFUUIDCreateString(NULL, uuid);
234 CFRelease(uuid);
258 CFUUIDRef uuid = GSSCredentialCopyUUID(cred); local
261 if (uuid) {
262 uuidstr = CFUUIDCreateString(NULL, uuid);
263 CFRelease(uuid);
284 CFStringRef uuid local
[all...]
/macosx-10.10/DiskArbitration-268/diskarbitrationd/
H A DDAFileSystem.h49 typedef void ( *DAFileSystemProbeCallback )( int status, CFBooleanRef clean, CFStringRef name, CFUUIDRef uuid, void * context );
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2Lib/
H A DIOFireWireSBP2LibMgmtORB.cpp197 CFUUIDRef uuid = CFUUIDCreateFromUUIDBytes(NULL, iid); local
200 if( CFEqual(uuid, IUnknownUUID) || CFEqual(uuid, kIOFireWireSBP2LibMgmtORBInterfaceID) )
211 CFRelease( uuid );
H A DIOFireWireSBP2LibLUN.cpp171 CFUUIDRef uuid = CFUUIDCreateFromUUIDBytes(NULL, iid); local
174 if( CFEqual(uuid, IUnknownUUID) || CFEqual(uuid, kIOCFPlugInInterfaceID) )
179 else if( CFEqual(uuid, kIOFireWireSBP2LibLUNInterfaceID) )
190 CFRelease( uuid );
/macosx-10.10/apache-793/httpd/modules/session/
H A Dmod_session.h81 * The session might be uniquely identified by an anonymous uuid, or
86 apr_uuid_t *uuid; /* anonymous uuid of this particular session */ member in struct:__anon6362
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A DEAPOLClientConfigurationInternal.h73 CFStringRef uuid; member in struct:__EAPOLClientProfile
H A DmyCFUtil.c272 CFUUIDRef uuid; local
275 uuid = CFUUIDCreate(alloc);
276 uuid_str = CFUUIDCreateString(alloc, uuid);
277 CFRelease(uuid);
/macosx-10.10/Heimdal-398.1.2/lib/heimcred/
H A DHeimCredCoder.m61 uuid_t uuid;
64 [ns getUUIDBytes:u.uuid];
66 if (uuid_compare(u.uuid, boolean_false) == 0)
68 else if (uuid_compare(u.uuid, boolean_true) == 0)
142 uuid_t uuid;
147 return [[NSUUID alloc] initWithUUIDBytes:u.uuid];
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Regressions/secitem/
H A Dsi_77_SecAccessControl.c114 CFUUIDRef uuid = CFUUIDCreate(allocator); local
115 CFStringRef uuidString = CFUUIDCreateString(allocator, uuid);
127 CFReleaseNull(uuid);
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_module_apple.c165 UUID* uuid = &uuids_list->dtmul_uuid[i]; local
167 CFUUIDRef uuid_ref = CFUUIDCreateFromUUIDBytes(NULL, *(CFUUIDBytes*)uuid);
214 memcpy(module_symbols->dtmodsyms_uuid, uuid, sizeof(UUID));
/macosx-10.10/gpt-12/
H A Dlabel.c55 " %s [-b lba] [-i index] [-s lba] [-t uuid] %s\n",
63 uuid_t uuid; local
108 le_uuid_dec(&ent->ent_type, &uuid);
110 !uuid_equal(&type, &uuid, NULL))
/macosx-10.10/msdosfs-209.1.1/msdos_util.tproj/
H A Ddosutil.c156 int fs_get_uuid_attr(char *mount_path, uuid_t uuid);
157 int fs_get_uuid_raw(char *device_path, uuid_t uuid);
644 int fs_get_uuid_attr(char *mount_path, uuid_t uuid) argument
649 uuid_t uuid; member in struct:__anon11175
675 memcpy(uuid, buf.uuid, sizeof(uuid_t));
681 int fs_get_uuid_raw(char *device_path, uuid_t uuid) argument
726 msdosfs_generate_volume_uuid(uuid, extboot->exVolumeID, total_sectors);
741 uuid_t uuid; local
750 result = fs_get_uuid_attr(mount_path, uuid);
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A DOSKextLibPrivate.h33 #include <uuid/uuid.h>
848 * @field uuid The kext's UUID;
862 uuid_t uuid; member in struct:_loaded_kext_summary
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDSet.cpp135 setProperty(kAppleRAIDMemberUUIDKey, string); // the real uuid for this set
266 const OSString * uuid = member->getUUID(); local
267 if (!uuid) return false;
271 if (uuid->isEqualTo(memberUUIDs->getObject(i))) {
408 // update member & spare uuid lists in raid headers, only for v2 headers
867 OSString * uuid = OSDynamicCast(OSString, newMemberList->getObject(i)); local
869 if (uuid && (uuid->isEqualTo(deleted))) {
947 OSString * uuid = OSDynamicCast(OSString, newSpareList->getObject(i)); local
948 if (!uuid || !uui
1488 const OSString * uuid = arMembers[cnt]->getUUID(); local
1491 OSString * uuid = OSString::withCString(kAppleRAIDMissingUUID); local
1510 const OSString * uuid = spare->getUUID(); local
[all...]
/macosx-10.10/dcerpc-61/dcerpc/rpcd/
H A Drpcdepdb.c459 * (eg. nil interface uuid is prohibited). Also, check tower
472 if (uuid_is_nil(&tfp->interface.uuid, &tmp_st) ||
494 if (uuid_is_nil(&tfp->interface.uuid, &tmp_st) ||
546 db_entp->if_nil = uuid_is_nil(&db_entp->interface.uuid, &tmp_st);
637 uuid_equal(&tfp->interface.uuid, &entp->interface.uuid, &tmp_st) &&
684 lp_first = db_list_first(&h->lists_mgmt, db_c_interface_list, &tfp->interface.uuid);
770 for (lp = db_list_first(&h->lists_mgmt, db_c_interface_list, &interface->uuid);
784 (uuid_equal(&interface->uuid, &entp->interface.uuid,
[all...]
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dastp_dmp.c285 printf("time_high = %02lx.%02lx\n", (unsigned long)if_n_p->uuid.time_hi_and_version,
286 (unsigned long)if_n_p->uuid.time_mid);
288 printf("time_low = %04lx\n", if_n_p->uuid.time_low);
290 printf("clock_seq_hi = %02x\n", if_n_p->uuid.clock_seq_hi_and_reserved);
292 printf("clock_seq_low = %02x\n", if_n_p->uuid.clock_seq_low);
295 if_n_p->uuid.node[0],
296 if_n_p->uuid.node[1],
297 if_n_p->uuid.node[2],
298 if_n_p->uuid.node[3],
299 if_n_p->uuid
[all...]

Completed in 242 milliseconds

<<11121314151617181920