Searched refs:fsuuid (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/bless-103/libbless/EFI/
H A DBLInterpretEFIXMLRepresentationAsDevice.c110 CFStringRef fsuuid; local
117 fsuuid = CFDictionaryGetValue(dict, CFSTR("BLVolumeUUID"));
118 if(fsuuid && CFGetTypeID(fsuuid) == CFStringGetTypeID()) {
119 uuid = CFUUIDCreateFromString(kCFAllocatorDefault, fsuuid);
H A DBLCreateEFIXMLRepresentationForPath.c226 CFUUIDRef fsuuid = NULL; local
243 fsuuid = CFDictionaryGetValue(descrip, kDADiskDescriptionVolumeUUIDKey);
245 if(fsuuid)
246 CFRetain(fsuuid);
257 if(fsuuid) {
260 fsuuidstr = CFUUIDCreateString(kCFAllocatorDefault, fsuuid);
267 CFRelease(fsuuid);
/macosx-10.10/NFS-82/nfsd/
H A Dmountd.c1862 find_exported_fs_by_path_and_uuid(char *fspath, u_char *fsuuid) argument
1869 while (ulp && fsuuid) {
1870 if (ulp->ul_davalid && !bcmp(ulp->ul_dauuid, fsuuid, sizeof(ulp->ul_dauuid)))
1872 if (!bcmp(ulp->ul_uuid, fsuuid, sizeof(ulp->ul_uuid)))
2002 u_char uuid[16], fsuuid[16]; local
2074 bzero(fsuuid, sizeof(fsuuid));
2109 &exflags, &anon, &secflavs, fspath, fsuuid)) {
2325 (opt_flags & OP_FSUUID) ? fsuuid : NULL);
2370 export_error(LOG_WARNING, "Suggest using fspath=/path and/or fsuuid
4027 do_opt( char **cpp, char **endcpp, struct grouplist *ngrp, int *hostcountp, int *opt_flagsp, int *exflagsp, struct xucred *cr, struct nfs_sec *sec_flavs, char *fspath, u_char *fsuuid) argument
[all...]

Completed in 205 milliseconds