Searched refs:s_vol_uuid (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/bless-98/
H A Dfirmwaresyncd.c306 uuid_t s_vol_uuid; local
311 memcpy(&s_vol_uuid, &uuidbytes, sizeof(uuidbytes));
315 kret = kextmanager_lock_volume(kextdport, vollock, s_vol_uuid,
333 uuid_t s_vol_uuid; local
337 memcpy(&s_vol_uuid, &uuidbytes, sizeof(uuidbytes));
341 kret = kextmanager_unlock_volume(kextdport, vollock, s_vol_uuid,
/macosx-10.9.5/kext_tools-326.95.1/
H A Dupdate_boot.c71 static uuid_t s_vol_uuid; // XX not threadsafe (10561671) variable
3169 if ((rval = copyVolumeInfo(volPath,&s_vol_uuid,NULL,NULL,NULL))) {
3181 macherr = kextmanager_lock_volume(sKextdPort, sBRUptLock, s_vol_uuid,
3190 macherr = kextmanager_lock_volume(sKextdPort, sBRUptLock, s_vol_uuid,
3201 macherr = kextmanager_lock_volume(sKextdPort, sBRUptLock, s_vol_uuid,
3265 rval = kextmanager_unlock_volume(sKextdPort,sBRUptLock,s_vol_uuid,status);

Completed in 199 milliseconds