Searched refs:uuid_string (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/dcerpc-61/dcerpc/uuid/
H A Duuidtool.c95 unsigned_char_p_t uuid_string; local
103 uuid_to_string(&uuid, &uuid_string, &st);
109 printf("%s\n", uuid_string);
110 free(uuid_string);
H A Duuid.c657 ** uuid_string The string representation of the given UUID.
679 unsigned_char_p_t *uuid_string,
689 if (uuid_string == NULL)
699 *uuid_string,
707 *uuid_string = (unsigned_char_p_t)malloc(UUID_C_UUID_STRING_MAX);
711 if (*uuid_string == NULL)
717 uuid_unparse ((unsigned char *) uuid, (char *) *uuid_string);
736 ** uuid_string The string UUID to be converted to a binary UUID
764 unsigned_char_p_t uuid_string,
777 if (uuid_string
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
[all...]
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A Duuid.c33 CFStringRef uuid_string; local
37 uuid_string = CFStringCreateWithCString( kCFAllocatorDefault, uuid_cstring, kCFStringEncodingUTF8 );
38 if ( uuid_string ) {
41 CFDictionarySetValue( matching, CFSTR( kIOMediaUUIDKey ), uuid_string );
61 CFRelease( uuid_string );
/macosx-10.10/dcerpc-61/dcerpc/include/dce/
H A Duuid.idl154 [out] unsigned_char_p_t *uuid_string,
165 [in] unsigned_char_p_t uuid_string,
/macosx-10.10/BootCache-109/
H A Dcontrol.c189 static inline const char* uuid_string(uuid_t uuid) function
1172 uuid_string(hc->h_mounts[hc->h_entries[i].he_mount_idx].hm_uuid),
1208 uuid_string(pm->pm_uuid), pm->pm_nentries,
1217 uuid_string(pm->pm_uuid), pm->pm_nentries);
1232 uuid_string(pc->p_mounts[pe->pe_mount_idx].pm_uuid), pe->pe_offset, pe->pe_length, pe->pe_batch, pe->pe_flags);
1284 uuid_string_t uuid_string; local
1307 uuid_string, &m_nentries);
1315 uuid_parse(uuid_string, pc->p_mounts[pc->p_nmounts].pm_uuid);
1339 uuid_string,
1345 uuid_parse(uuid_string, uui
[all...]
H A Dkext.c658 static inline const char* uuid_string(uuid_t uuid) function
873 xdebug("Read 0x%llx:%lld on mount %s intersected, but not contained by %d-extent cache range 0x%llx,%lld (missed last %lld bytes)", offset, length, uuid_string(cm->cm_uuid), *pnum_extents, (*p)->ce_diskoffset, ((*prev)->ce_diskoffset + (*prev)->ce_length), (offset + length) - ((*prev)->ce_diskoffset + (*prev)->ce_length));
893 xdebug("Read 0x%llx:%lld on mount %s intersected, but not contained by %d-extent cache range 0x%llx,%lld (missed last %lld bytes)", offset, length, uuid_string(cm->cm_uuid), *pnum_extents, (*p)->ce_diskoffset, ((*prev)->ce_diskoffset + (*prev)->ce_length), (offset + length) - ((*prev)->ce_diskoffset + (*prev)->ce_length));
914 xdebug("Read 0x%llx:%lld on mount %s intersected, but not contained by %d-extent cache range 0x%llx:%lld (missed first %lld bytes)", offset, length, uuid_string(cm->cm_uuid), *pnum_extents, (*next)->ce_diskoffset, ((*p)->ce_diskoffset + (*p)->ce_length), (*next)->ce_diskoffset - offset);
936 xdebug("Read 0x%llx:%lld on mount %s intersected, but not contained by %d-extent cache range 0x%llx:%lld (missed first %lld bytes)", offset, length, uuid_string(cm->cm_uuid), *pnum_extents, (*next)->ce_diskoffset, ((*p)->ce_diskoffset + (*p)->ce_length), (*next)->ce_diskoffset - offset);
1284 debug("Unable to update throttle info for mount %s: %d", uuid_string(cm->cm_uuid), error);
1543 debug("Tearing down closing mount %s with dev 0x%x", uuid_string(cm->cm_uuid), dev);
2957 debug("Interrupting low-priority thread for new mount %s", uuid_string(cm->cm_uuid));
2969 debug("Kicking off reader thread for disk %d for mount %s", cd->cd_disk_num, uuid_string(cm->cm_uuid));
3078 /* debug("Got throttle mask %llx for mount %s", cm->cm_throttle_mask, uuid_string(c
[all...]
H A Dlibrary.c36 static inline const char* uuid_string(uuid_t uuid) function
644 warnx("Bad playlist: more entries existed than mount %s claimed (%d)", uuid_string(pm->pm_uuid), hm->hm_nentries);
1296 uuid_string(hc->h_mounts[hc->h_entries[i].he_mount_idx].hm_uuid),
/macosx-10.10/kext_tools-384.1.4/
H A Dkclist_main.c456 uuid_string_t uuid_string; local
458 uuid_unparse(*(uuid_t *)uuid_cmd->uuid, uuid_string);
459 printf("%s\t%s\t%s\t0x%llx\t0x%llx\t%s\n", idBuffer, versionBuffer, uuid_string, kextLoadAddress, kextExecutableSize, pathBuffer);
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Tool/
H A Dscep.c228 char uuid_string[40] = "CN="; local
231 uuid_unparse(uuid, uuid_string+3);
232 return CFStringCreateWithCString(kCFAllocatorDefault, uuid_string, kCFStringEncodingASCII);
/macosx-10.10/ppp-786.1.1/Controller/
H A Dapp_layer.c429 uuid_string_t uuid_string; local
431 if (CFStringGetCString(cf_str, uuid_string, sizeof(uuid_string), kCFStringEncodingASCII)) {
432 if (uuid_parse(uuid_string, result) == 0) {
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecSCEP.c216 char uuid_string[37] = {}; local
219 uuid_unparse(uuid, uuid_string);
220 cn_uuid = CFStringCreateWithCString(kCFAllocatorDefault, uuid_string, kCFStringEncodingASCII);
/macosx-10.10/dcerpc-61/dcerpc/perf/
H A Dclient.c853 unsigned_char_p_t uuid_string;
879 uuid_to_string (&if_ids->if_id[i]->uuid, &uuid_string, &st);
881 (i+1), uuid_string, if_ids->if_id[i]->vers_major,
883 rpc_string_free (&uuid_string, &temp_status);
838 unsigned_char_p_t uuid_string; local

Completed in 144 milliseconds