Searched refs:dauuid (Results 1 - 3 of 3) sorted by last modified time

/macosx-10.10/bless-103/
H A Dfirmwaresyncd.c246 CFUUIDRef dauuid = NULL; local
251 dauuid = CFDictionaryGetValue(dadescription, kDADiskDescriptionVolumeUUIDKey);
252 if (dauuid) {
256 *uuid = CFRetain(dauuid);
/macosx-10.10/bless-103/libbless/EFI/
H A DBLInterpretEFIXMLRepresentationAsDevice.c131 CFUUIDRef dauuid = NULL; local
133 dauuid = copyVolUUIDFromDiskArb(context, lastBSDName);
135 if(dauuid && CFEqual(uuid, dauuid)) {
143 CFRelease(dauuid);
170 CFUUIDRef dauuid = NULL; local
172 dauuid = copyVolUUIDFromDiskArb(context, name);
174 if(dauuid && CFEqual(uuid, dauuid)) {
176 CFRelease(dauuid);
214 CFUUIDRef dauuid = NULL; local
[all...]
/macosx-10.10/NFS-82/nfsd/
H A Dmountd.c1336 add_uuid_to_list(const struct statfs *fsb, u_char *dauuid, u_char *uuid) argument
1348 if (dauuid) {
1349 bcopy(dauuid, ulpnew->ul_dauuid, sizeof(ulpnew->ul_dauuid));
1382 u_char dauuid[16]; local
1387 davalid = get_uuid_from_diskarb(fsb->f_mntfromname, dauuid);
1392 uuidstring(dauuid, buf));
1407 else if (bcmp(ulp->ul_dauuid, dauuid, sizeof(dauuid)))
1428 uuidstring(dauuid, buf2);
1452 bcopy(dauuid, uui
1614 u_char dauuid[16]; local
[all...]

Completed in 133 milliseconds