Searched refs:vsdb (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/DiskArbitration-268/diskarbitrationd/
H A Dvsdb.h31 struct vsdb { struct
39 struct vsdb *getvsent __P((void));
40 struct vsdb *getvsspec __P((const char *));
H A Dvsdb.c24 #include "vsdb.h"
32 static struct vsdb _vs_vsdb;
57 struct vsdb *
61 return((struct vsdb *)NULL);
65 struct vsdb *
73 return((struct vsdb *)NULL);
H A DDASupport.c26 #include "vsdb.h"
577 static CFDictionaryRef __DAMountMapCreate2( CFAllocatorRef allocator, struct vsdb * vs )
667 struct vsdb * item;
/macosx-10.10.1/bless-103/libbless/FinderInfo/
H A DBLDumpVolumeFinderInfo.c110 uint64_t vsdb; local
111 vsdb = (*(uint64_t *)&finderinfo[8-2]);
113 vsdbref = CFNumberCreate(kCFAllocatorDefault, kCFNumberSInt64Type, &vsdb);
/macosx-10.10.1/diskdev_cmds-576/vsdbutil.tproj/
H A Dvsdbutil_main.c334 VolumeStatusDBHandle vsdb; local
351 if ((result = OpenVolumeStatusDB(&vsdb)) != 0) {
357 if ((result = GetVolumeStatusDBEntry(vsdb, &targetuuid, &volstatus)) != 0) {
365 if ((result = SetVolumeStatusDBEntry(vsdb, &targetuuid, volstatus)) != 0) {
370 (void)CloseVolumeStatusDB(vsdb);
390 VolumeStatusDBHandle vsdb; local
404 if ((result = OpenVolumeStatusDB(&vsdb)) != 0) {
410 if ((result = GetVolumeStatusDBEntry(vsdb, &targetuuid, &volstatus)) != 0) {
418 if ((result = SetVolumeStatusDBEntry(vsdb, &targetuuid, volstatus)) != 0) {
423 (void)CloseVolumeStatusDB(vsdb);
445 VolumeStatusDBHandle vsdb; local
499 VolumeStatusDBHandle vsdb; local
[all...]
/macosx-10.10.1/bless-103/
H A DhandleInfo.c77 * 6 & 7 is the vsdb stuff (64 bits) to see if sysA has seen diskB
348 uint64_t vsdb; local
377 CFNumberGetValue(vsdbref, kCFNumberSInt64Type, &vsdb);
381 vsdb);

Completed in 192 milliseconds